COLOR #336245

HEX: #336245
RGB: (51,98,69)

Color info

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

RGB color model

#336245 color RGB value is (51,98,69).

  • red value is 51;
  • green value is 98;
  • blue value is 69.
RGB:
(51,98,69)
(20%,38%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 98 of 255 = 38%
B 69 of 255 = 27%

51
98
69

R + G + B ~ 28%. #336245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 98 + 69 = 218 (100%)
R 51 of 218 ~ 23.39%
G 98 of 218 ~ 44.95%
B 69 of 218 ~ 31.65%

%23.39
%44.95
%31.65

CMYK color model

#336245 color CMYK value is (48,0,30,62).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 61.57%
CMYK:
(48,0,30,62)
C48M0Y30K62 
(48%,0%,30%,62%)
(0.48/0.00/0.30/0.62)	

CMYK percentages

%47.96
%0
%29.59
%61.57

Codes

Color #336245 in popluar color models

336245
RGB519869
HSL143°31.54%29.22%
HSB/HSV143°47.96%38.43%
CMYK47.96%0.00%29.59%
61.57%

Color #336245 in popluar number systems.

HEX336245
Decimal519869
Binary11001111000101000101
Octal63142105

Shades and tints

Shades of #336245

#336245
(51,98,69)
#2F5A3F
(47,90,63)
#2B5239
(43,82,57)
#274A33
(39,74,51)
#23422D
(35,66,45)
#1F3A27
(31,58,39)
#1B3221
(27,50,33)
#172A1B
(23,42,27)
#132215
(19,34,21)
#0F1A0F
(15,26,15)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #336245

#336245
(51,98,69)
#457055
(69,112,85)
#577E65
(87,126,101)
#698C75
(105,140,117)
#7B9A85
(123,154,133)
#8DA895
(141,168,149)
#9FB6A5
(159,182,165)
#B1C4B5
(177,196,181)
#C3D2C5
(195,210,197)
#D5E0D5
(213,224,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336245 color. Also use rgb(51,98,69) instead hex code.

Text Font Color

.myTextColor { color: #336245; }

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

This text font color is #336245.


Background Color

.myBgColor { background-color: #336245; }

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

This div background color is #336245.


Border color

.myBorderColor { border: 1px solid #336245; }

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

This div border color is #336245.


Opacity

.myOpacity80 { color: #336245; opacity: 0.8; }

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

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

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

This text has shadow with #336245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336245 on black background.


Color preview on white background

This text has color #336245 on white background.



Black color preview on #336245 background

This text has black color on #336245 background.


White color preview on #336245 background

This text has white color on #336245 background.