COLOR #335A39

HEX: #335A39
RGB: (51,90,57)

Color info

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

RGB color model

#335A39 color RGB value is (51,90,57).

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

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 57 of 255 = 22%

51
90
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 57 = 198 (100%)
R 51 of 198 ~ 25.76%
G 90 of 198 ~ 45.45%
B 57 of 198 ~ 28.79%

%25.76
%45.45
%28.79

CMYK color model

#335A39 color CMYK value is (43,0,37,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 64.71%
CMYK:
(43,0,37,65)
C43M0Y37K65 
(43%,0%,37%,65%)
(0.43/0.00/0.37/0.65)	

CMYK percentages

%43.33
%0
%36.67
%64.71

Codes

Color #335A39 in popluar color models

335A39
RGB519057
HSL129°27.66%27.65%
HSB/HSV129°43.33%35.29%
CMYK43.33%0.00%36.67%
64.71%

Color #335A39 in popluar number systems.

HEX335A39
Decimal519057
Binary1100111011010111001
Octal6313271

Shades and tints

Shades of #335A39

#335A39
(51,90,57)
#2F5234
(47,82,52)
#2B4A2F
(43,74,47)
#27422A
(39,66,42)
#233A25
(35,58,37)
#1F3220
(31,50,32)
#1B2A1B
(27,42,27)
#172216
(23,34,22)
#131A11
(19,26,17)
#0F120C
(15,18,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #335A39

#335A39
(51,90,57)
#45694B
(69,105,75)
#57785D
(87,120,93)
#69876F
(105,135,111)
#7B9681
(123,150,129)
#8DA593
(141,165,147)
#9FB4A5
(159,180,165)
#B1C3B7
(177,195,183)
#C3D2C9
(195,210,201)
#D5E1DB
(213,225,219)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A39; }

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

This text font color is #335A39.


Background Color

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

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

This div background color is #335A39.


Border color

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

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

This div border color is #335A39.


Opacity

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

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

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

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

This text has shadow with #335A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A39 on black background.


Color preview on white background

This text has color #335A39 on white background.



Black color preview on #335A39 background

This text has black color on #335A39 background.


White color preview on #335A39 background

This text has white color on #335A39 background.