COLOR #335A24

HEX: #335A24
RGB: (51,90,36)

Color info

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

RGB color model

#335A24 color RGB value is (51,90,36).

  • red value is 51;
  • green value is 90;
  • blue value is 36.
RGB:
(51,90,36)
(20%,35%,14%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 36 of 255 = 14%

51
90
36

R + G + B ~ 23%. #335A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 36 = 177 (100%)
R 51 of 177 ~ 28.81%
G 90 of 177 ~ 50.85%
B 36 of 177 ~ 20.34%

%28.81
%50.85
%20.34

CMYK color model

#335A24 color CMYK value is (43,0,60,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 64.71%
CMYK:
(43,0,60,65)
C43M0Y60K65 
(43%,0%,60%,65%)
(0.43/0.00/0.60/0.65)	

CMYK percentages

%43.33
%0
%60
%64.71

Codes

Color #335A24 in popluar color models

335A24
RGB519036
HSL103°42.86%24.71%
HSB/HSV103°60.00%35.29%
CMYK43.33%0.00%60.00%
64.71%

Color #335A24 in popluar number systems.

HEX335A24
Decimal519036
Binary1100111011010100100
Octal6313244

Shades and tints

Shades of #335A24

#335A24
(51,90,36)
#2F5221
(47,82,33)
#2B4A1E
(43,74,30)
#27421B
(39,66,27)
#233A18
(35,58,24)
#1F3215
(31,50,21)
#1B2A12
(27,42,18)
#17220F
(23,34,15)
#131A0C
(19,26,12)
#0F1209
(15,18,9)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #335A24

#335A24
(51,90,36)
#456937
(69,105,55)
#57784A
(87,120,74)
#69875D
(105,135,93)
#7B9670
(123,150,112)
#8DA583
(141,165,131)
#9FB496
(159,180,150)
#B1C3A9
(177,195,169)
#C3D2BC
(195,210,188)
#D5E1CF
(213,225,207)
#E7F0E2
(231,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A24 color. Also use rgb(51,90,36) instead hex code.

Text Font Color

.myTextColor { color: #335A24; }

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

This text font color is #335A24.


Background Color

.myBgColor { background-color: #335A24; }

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

This div background color is #335A24.


Border color

.myBorderColor { border: 1px solid #335A24; }

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

This div border color is #335A24.


Opacity

.myOpacity80 { color: #335A24; opacity: 0.8; }

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

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

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

This text has shadow with #335A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A24 on black background.


Color preview on white background

This text has color #335A24 on white background.



Black color preview on #335A24 background

This text has black color on #335A24 background.


White color preview on #335A24 background

This text has white color on #335A24 background.