COLOR #335F4E

HEX: #335F4E
RGB: (51,95,78)

Color info

#335F4E contains red, green and blue colors in about the same proportion. Web safe color of #335F4E is #336666 (or #366).

RGB color model

#335F4E color RGB value is (51,95,78).

  • red value is 51;
  • green value is 95;
  • blue value is 78.
RGB:
(51,95,78)
(20%,37%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 95 of 255 = 37%
B 78 of 255 = 31%

51
95
78

R + G + B ~ 29%. #335F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 95 + 78 = 224 (100%)
R 51 of 224 ~ 22.77%
G 95 of 224 ~ 42.41%
B 78 of 224 ~ 34.82%

%22.77
%42.41
%34.82

CMYK color model

#335F4E color CMYK value is (46,0,18,63).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(46,0,18,63)
C46M0Y18K63 
(46%,0%,18%,63%)
(0.46/0.00/0.18/0.63)	

CMYK percentages

%46.32
%0
%17.89
%62.75

Codes

Color #335F4E in popluar color models

335F4E
RGB519578
HSL157°30.14%28.63%
HSB/HSV157°46.32%37.25%
CMYK46.32%0.00%17.89%
62.75%

Color #335F4E in popluar number systems.

HEX335F4E
Decimal519578
Binary11001110111111001110
Octal63137116

Shades and tints

Shades of #335F4E

#335F4E
(51,95,78)
#2F5747
(47,87,71)
#2B4F40
(43,79,64)
#274739
(39,71,57)
#233F32
(35,63,50)
#1F372B
(31,55,43)
#1B2F24
(27,47,36)
#17271D
(23,39,29)
#131F16
(19,31,22)
#0F170F
(15,23,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #335F4E

#335F4E
(51,95,78)
#456D5E
(69,109,94)
#577B6E
(87,123,110)
#69897E
(105,137,126)
#7B978E
(123,151,142)
#8DA59E
(141,165,158)
#9FB3AE
(159,179,174)
#B1C1BE
(177,193,190)
#C3CFCE
(195,207,206)
#D5DDDE
(213,221,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335F4E color. Also use rgb(51,95,78) instead hex code.

Text Font Color

.myTextColor { color: #335F4E; }

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

This text font color is #335F4E.


Background Color

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

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

This div background color is #335F4E.


Border color

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

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

This div border color is #335F4E.


Opacity

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

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

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

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

This text has shadow with #335F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335F4E on black background.


Color preview on white background

This text has color #335F4E on white background.



Black color preview on #335F4E background

This text has black color on #335F4E background.


White color preview on #335F4E background

This text has white color on #335F4E background.