COLOR #366F39

HEX: #366F39
RGB: (54,111,57)

Color info

#366F39 contains red, green and blue colors in about the same proportion. Web safe color of #366F39 is #336633 (or #363).

RGB color model

#366F39 color RGB value is (54,111,57).

  • red value is 54;
  • green value is 111;
  • blue value is 57.
RGB:
(54,111,57)
(21%,44%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 111 of 255 = 44%
B 57 of 255 = 22%

54
111
57

R + G + B ~ 29%. #366F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 111 + 57 = 222 (100%)
R 54 of 222 ~ 24.32%
G 111 of 222 ~ 50%
B 57 of 222 ~ 25.68%

%24.32
%50
%25.68

CMYK color model

#366F39 color CMYK value is (51,0,49,56).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK:
(51,0,49,56)
C51M0Y49K56 
(51%,0%,49%,56%)
(0.51/0.00/0.49/0.56)	

CMYK percentages

%51.35
%0
%48.65
%56.47

Codes

Color #366F39 in popluar color models

366F39
RGB5411157
HSL123°34.55%32.35%
HSB/HSV123°51.35%43.53%
CMYK51.35%0.00%48.65%
56.47%

Color #366F39 in popluar number systems.

HEX366F39
Decimal5411157
Binary1101101101111111001
Octal6615771

Shades and tints

Shades of #366F39

#366F39
(54,111,57)
#326534
(50,101,52)
#2E5B2F
(46,91,47)
#2A512A
(42,81,42)
#264725
(38,71,37)
#223D20
(34,61,32)
#1E331B
(30,51,27)
#1A2916
(26,41,22)
#161F11
(22,31,17)
#12150C
(18,21,12)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #366F39

#366F39
(54,111,57)
#487C4B
(72,124,75)
#5A895D
(90,137,93)
#6C966F
(108,150,111)
#7EA381
(126,163,129)
#90B093
(144,176,147)
#A2BDA5
(162,189,165)
#B4CAB7
(180,202,183)
#C6D7C9
(198,215,201)
#D8E4DB
(216,228,219)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366F39 color. Also use rgb(54,111,57) instead hex code.

Text Font Color

.myTextColor { color: #366F39; }

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

This text font color is #366F39.


Background Color

.myBgColor { background-color: #366F39; }

<div style="background-color:#366F39">Inner text</div>

This div background color is #366F39.


Border color

.myBorderColor { border: 1px solid #366F39; }

<div style="border:3px solid #366F39">Div</div>

This div border color is #366F39.


Opacity

.myOpacity80 { color: #366F39; opacity: 0.8; }

<p style="color:#366F39;opacity:0.8;">80%</p>

Text with #366F39 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 #366F39;}

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

This text has shadow with #366F39 color.

.textShadow {text-shadow: 3px 3px 1px #366F39, 3px 3px 1px red;}

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

This text has shadow with #366F39 primary color and red secondary color.


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

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

This text has shadow with #366F39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366F39 on black background.


Color preview on white background

This text has color #366F39 on white background.



Black color preview on #366F39 background

This text has black color on #366F39 background.


White color preview on #366F39 background

This text has white color on #366F39 background.