COLOR #366F3F

HEX: #366F3F
RGB: (54,111,63)

Color info

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

RGB color model

#366F3F color RGB value is (54,111,63).

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

RGB channels and saturation

R 54 of 255 = 21%
G 111 of 255 = 44%
B 63 of 255 = 25%

54
111
63

R + G + B ~ 30%. #366F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 111 + 63 = 228 (100%)
R 54 of 228 ~ 23.68%
G 111 of 228 ~ 48.68%
B 63 of 228 ~ 27.63%

%23.68
%48.68
%27.63

CMYK color model

#366F3F color CMYK value is (51,0,43,56).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(51,0,43,56)
C51M0Y43K56 
(51%,0%,43%,56%)
(0.51/0.00/0.43/0.56)	

CMYK percentages

%51.35
%0
%43.24
%56.47

Codes

Color #366F3F in popluar color models

366F3F
RGB5411163
HSL129°34.55%32.35%
HSB/HSV129°51.35%43.53%
CMYK51.35%0.00%43.24%
56.47%

Color #366F3F in popluar number systems.

HEX366F3F
Decimal5411163
Binary1101101101111111111
Octal6615777

Shades and tints

Shades of #366F3F

#366F3F
(54,111,63)
#32653A
(50,101,58)
#2E5B35
(46,91,53)
#2A5130
(42,81,48)
#26472B
(38,71,43)
#223D26
(34,61,38)
#1E3321
(30,51,33)
#1A291C
(26,41,28)
#161F17
(22,31,23)
#121512
(18,21,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #366F3F

#366F3F
(54,111,63)
#487C50
(72,124,80)
#5A8961
(90,137,97)
#6C9672
(108,150,114)
#7EA383
(126,163,131)
#90B094
(144,176,148)
#A2BDA5
(162,189,165)
#B4CAB6
(180,202,182)
#C6D7C7
(198,215,199)
#D8E4D8
(216,228,216)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366F3F; }

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

This text font color is #366F3F.


Background Color

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

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

This div background color is #366F3F.


Border color

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

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

This div border color is #366F3F.


Opacity

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

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

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

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

This text has shadow with #366F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366F3F on black background.


Color preview on white background

This text has color #366F3F on white background.



Black color preview on #366F3F background

This text has black color on #366F3F background.


White color preview on #366F3F background

This text has white color on #366F3F background.