COLOR #363D17

HEX: #363D17
RGB: (54,61,23)

Color info

#363D17 contains red, green and blue colors in about the same proportion. Web safe color of #363D17 is #333300 (or #330).

RGB color model

#363D17 color RGB value is (54,61,23).

  • red value is 54;
  • green value is 61;
  • blue value is 23.
RGB:
(54,61,23)
(21%,24%,9%)

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 23 of 255 = 9%

54
61
23

R + G + B ~ 18%. #363D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 23 = 138 (100%)
R 54 of 138 ~ 39.13%
G 61 of 138 ~ 44.2%
B 23 of 138 ~ 16.67%

%39.13
%44.2
%16.67

CMYK color model

#363D17 color CMYK value is (11,0,62,76).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 76.08%
CMYK:
(11,0,62,76)
C11M0Y62K76 
(11%,0%,62%,76%)
(0.11/0.00/0.62/0.76)	

CMYK percentages

%11.48
%0
%62.3
%76.08

Codes

Color #363D17 in popluar color models

363D17
RGB546123
HSL71°45.24%16.47%
HSB/HSV71°62.30%23.92%
CMYK11.48%0.00%62.30%
76.08%

Color #363D17 in popluar number systems.

HEX363D17
Decimal546123
Binary11011011110110111
Octal667527

Shades and tints

Shades of #363D17

#363D17
(54,61,23)
#323815
(50,56,21)
#2E3313
(46,51,19)
#2A2E11
(42,46,17)
#26290F
(38,41,15)
#22240D
(34,36,13)
#1E1F0B
(30,31,11)
#1A1A09
(26,26,9)
#161507
(22,21,7)
#121005
(18,16,5)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #363D17

#363D17
(54,61,23)
#484E2C
(72,78,44)
#5A5F41
(90,95,65)
#6C7056
(108,112,86)
#7E816B
(126,129,107)
#909280
(144,146,128)
#A2A395
(162,163,149)
#B4B4AA
(180,180,170)
#C6C5BF
(198,197,191)
#D8D6D4
(216,214,212)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363D17 color. Also use rgb(54,61,23) instead hex code.

Text Font Color

.myTextColor { color: #363D17; }

<p style="color:#363D17">This sample text font color is #363D17.</p>

This text font color is #363D17.


Background Color

.myBgColor { background-color: #363D17; }

<div style="background-color:#363D17">Inner text</div>

This div background color is #363D17.


Border color

.myBorderColor { border: 1px solid #363D17; }

<div style="border:3px solid #363D17">Div</div>

This div border color is #363D17.


Opacity

.myOpacity80 { color: #363D17; opacity: 0.8; }

<p style="color:#363D17;opacity:0.8;">80%</p>

Text with #363D17 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #363D17;}

<p style="text-shadow: 3px 3px 1px #363D17">Text here.</p>

This text has shadow with #363D17 color.

.textShadow {text-shadow: 3px 3px 1px #363D17, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #363D17, 5px 5px 20px red">Text here.</p>

This text has shadow with #363D17 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#363D17, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#363D17, Direction=45, Strength=4)">Text</p>

This text has shadow with #363D17 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #363D17;
  -webkit-box-shadow:	1px 1px 3px 2px #363D17;
  box-shadow:		1px 1px 3px 2px #363D17;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #363D17;
-webkit-box-shadow: 1px 1px 3px 2px #363D17;
box-shadow:1px 1px 3px 2px #363D17;">
Div content here</div>
This div box has shadow with color #363D17.

Preview

Color preview on black background

This text has color #363D17 on black background.


Color preview on white background

This text has color #363D17 on white background.



Black color preview on #363D17 background

This text has black color on #363D17 background.


White color preview on #363D17 background

This text has white color on #363D17 background.