COLOR #336A27

HEX: #336A27
RGB: (51,106,39)

Color info

#336A27 contains mainly red and green colors. Web safe color of #336A27 is #336633 (or #363).

RGB color model

#336A27 color RGB value is (51,106,39).

  • red value is 51;
  • green value is 106;
  • blue value is 39.
RGB:
(51,106,39)
(20%,42%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 39 of 255 = 15%

51
106
39

R + G + B ~ 26%. #336A27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 106 + 39 = 196 (100%)
R 51 of 196 ~ 26.02%
G 106 of 196 ~ 54.08%
B 39 of 196 ~ 19.9%

%26.02
%54.08
%19.9

CMYK color model

#336A27 color CMYK value is (52,0,63,58).

  • cyan value is 51.89%
  • magenta value is 0.00%
  • yellow value is 63.21%
  • key color value is 58.43%
CMYK:
(52,0,63,58)
C52M0Y63K58 
(52%,0%,63%,58%)
(0.52/0.00/0.63/0.58)	

CMYK percentages

%51.89
%0
%63.21
%58.43

Codes

Color #336A27 in popluar color models

336A27
RGB5110639
HSL109°46.21%28.43%
HSB/HSV109°63.21%41.57%
CMYK51.89%0.00%63.21%
58.43%

Color #336A27 in popluar number systems.

HEX336A27
Decimal5110639
Binary1100111101010100111
Octal6315247

Shades and tints

Shades of #336A27

#336A27
(51,106,39)
#2F6124
(47,97,36)
#2B5821
(43,88,33)
#274F1E
(39,79,30)
#23461B
(35,70,27)
#1F3D18
(31,61,24)
#1B3415
(27,52,21)
#172B12
(23,43,18)
#13220F
(19,34,15)
#0F190C
(15,25,12)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #336A27

#336A27
(51,106,39)
#45773A
(69,119,58)
#57844D
(87,132,77)
#699160
(105,145,96)
#7B9E73
(123,158,115)
#8DAB86
(141,171,134)
#9FB899
(159,184,153)
#B1C5AC
(177,197,172)
#C3D2BF
(195,210,191)
#D5DFD2
(213,223,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A27 color. Also use rgb(51,106,39) instead hex code.

Text Font Color

.myTextColor { color: #336A27; }

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

This text font color is #336A27.


Background Color

.myBgColor { background-color: #336A27; }

<div style="background-color:#336A27">Inner text</div>

This div background color is #336A27.


Border color

.myBorderColor { border: 1px solid #336A27; }

<div style="border:3px solid #336A27">Div</div>

This div border color is #336A27.


Opacity

.myOpacity80 { color: #336A27; opacity: 0.8; }

<p style="color:#336A27;opacity:0.8;">80%</p>

Text with #336A27 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 #336A27;}

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

This text has shadow with #336A27 color.

.textShadow {text-shadow: 3px 3px 1px #336A27, 3px 3px 1px red;}

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

This text has shadow with #336A27 primary color and red secondary color.


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

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

This text has shadow with #336A27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A27 on black background.


Color preview on white background

This text has color #336A27 on white background.



Black color preview on #336A27 background

This text has black color on #336A27 background.


White color preview on #336A27 background

This text has white color on #336A27 background.