COLOR #335C4F

HEX: #335C4F
RGB: (51,92,79)

Color info

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

RGB color model

#335C4F color RGB value is (51,92,79).

  • red value is 51;
  • green value is 92;
  • blue value is 79.
RGB:
(51,92,79)
(20%,36%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 92 of 255 = 36%
B 79 of 255 = 31%

51
92
79

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

Portions of RGB colors in percentages

R + G + B =
51 + 92 + 79 = 222 (100%)
R 51 of 222 ~ 22.97%
G 92 of 222 ~ 41.44%
B 79 of 222 ~ 35.59%

%22.97
%41.44
%35.59

CMYK color model

#335C4F color CMYK value is (45,0,14,64).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(45,0,14,64)
C45M0Y14K64 
(45%,0%,14%,64%)
(0.45/0.00/0.14/0.64)	

CMYK percentages

%44.57
%0
%14.13
%63.92

Codes

Color #335C4F in popluar color models

335C4F
RGB519279
HSL161°28.67%28.04%
HSB/HSV161°44.57%36.08%
CMYK44.57%0.00%14.13%
63.92%

Color #335C4F in popluar number systems.

HEX335C4F
Decimal519279
Binary11001110111001001111
Octal63134117

Shades and tints

Shades of #335C4F

#335C4F
(51,92,79)
#2F5448
(47,84,72)
#2B4C41
(43,76,65)
#27443A
(39,68,58)
#233C33
(35,60,51)
#1F342C
(31,52,44)
#1B2C25
(27,44,37)
#17241E
(23,36,30)
#131C17
(19,28,23)
#0F1410
(15,20,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #335C4F

#335C4F
(51,92,79)
#456A5F
(69,106,95)
#57786F
(87,120,111)
#69867F
(105,134,127)
#7B948F
(123,148,143)
#8DA29F
(141,162,159)
#9FB0AF
(159,176,175)
#B1BEBF
(177,190,191)
#C3CCCF
(195,204,207)
#D5DADF
(213,218,223)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335C4F; }

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

This text font color is #335C4F.


Background Color

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

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

This div background color is #335C4F.


Border color

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

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

This div border color is #335C4F.


Opacity

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

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

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

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

This text has shadow with #335C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335C4F on black background.


Color preview on white background

This text has color #335C4F on white background.



Black color preview on #335C4F background

This text has black color on #335C4F background.


White color preview on #335C4F background

This text has white color on #335C4F background.