COLOR #335C3B

HEX: #335C3B RGB: (51,92,59)

Color info

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

RGB color model

#335C3B color RGB value is (51,92,59).

RGB: (51,92,59) (20%, 36%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 92 of 255 = 36%
B 59 of 255 = 23%

51
92
59

R + G + B ~ 26%. #335C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 92 + 59 = 202 (100%)
R 51 of 202 ~ 25.25%
G 92 of 202 ~ 45.54%
B 59 of 202 ~ 29.21'%

%25.25
%45.54
%29.21

CMYK color model

#335C3B color CMYK value is (45,0,36,64).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 63.92%
CMYK: (45,0,36,64) C45M0Y36K64 (45%,0%,36%,64%) (0.45/0.00/0.36/0.64) 

CMYK percentages

%44.57
%0
%35.87
%63.92

Codes

Color #335C3B in popluar color models

33 5C 3B
RGB 51 92 59
HSL 132° 28.67% 28.04%
HSB/HSV 132° 44.57% 36.08%
CMYK 44.57% 0.00% 35.87%
63.92%

Color #335C3B in popluar number systems.

HEX 33 5C 3B
Decimal 51 92 59
Binary 110011 1011100 111011
Octal 63 134 73

Shades and tints

Shades of #335C3B

#335C3B
(51,92,59)
#2F5436
(47,84,54)
#2B4C31
(43,76,49)
#27442C
(39,68,44)
#233C27
(35,60,39)
#1F3422
(31,52,34)
#1B2C1D
(27,44,29)
#172418
(23,36,24)
#131C13
(19,28,19)
#0F140E
(15,20,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #335C3B

#335C3B
(51,92,59)
#456A4C
(69,106,76)
#57785D
(87,120,93)
#69866E
(105,134,110)
#7B947F
(123,148,127)
#8DA290
(141,162,144)
#9FB0A1
(159,176,161)
#B1BEB2
(177,190,178)
#C3CCC3
(195,204,195)
#D5DAD4
(213,218,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335C3B color. Also use rgb(51,92,59) instead hex code.

Text Font Color

.myTextColor { color: #335C3B; }

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

This text font color is #335C3B.

Background Color

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

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

This div background color is #335C3B.

Border color

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

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

This div border color is #335C3B.

Opacity

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

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

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

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

This text has shadow with #335C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335C3B.

Preview

Color preview on black background

This text has color #335C3B on black background.


Color preview on white background

This text has color #335C3B on white background.


Black color preview on #335C3B background

This text has black color on #335C3B background.


White color preview on #335C3B background

This text has white color on #335C3B background.


Related colors

Complementary color

Complementary color for #hex is #CCA3C4.


I love getcolorcode.com

Triadic colors

1 #3B335C and #5C3B33 with #335C3B are triadic colors.

2 #3B5C33 and #5C333B with #335C3B are triadic colors.