COLOR #335E4B

HEX: #335E4B
RGB: (51,94,75)

Color info

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

RGB color model

#335E4B color RGB value is (51,94,75).

  • red value is 51;
  • green value is 94;
  • blue value is 75.
RGB:
(51,94,75)
(20%,37%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 94 of 255 = 37%
B 75 of 255 = 29%

51
94
75

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

Portions of RGB colors in percentages

R + G + B =
51 + 94 + 75 = 220 (100%)
R 51 of 220 ~ 23.18%
G 94 of 220 ~ 42.73%
B 75 of 220 ~ 34.09%

%23.18
%42.73
%34.09

CMYK color model

#335E4B color CMYK value is (46,0,20,63).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 20.21%
  • key color value is 63.14%
CMYK:
(46,0,20,63)
C46M0Y20K63 
(46%,0%,20%,63%)
(0.46/0.00/0.20/0.63)	

CMYK percentages

%45.74
%0
%20.21
%63.14

Codes

Color #335E4B in popluar color models

335E4B
RGB519475
HSL153°29.66%28.43%
HSB/HSV153°45.74%36.86%
CMYK45.74%0.00%20.21%
63.14%

Color #335E4B in popluar number systems.

HEX335E4B
Decimal519475
Binary11001110111101001011
Octal63136113

Shades and tints

Shades of #335E4B

#335E4B
(51,94,75)
#2F5645
(47,86,69)
#2B4E3F
(43,78,63)
#274639
(39,70,57)
#233E33
(35,62,51)
#1F362D
(31,54,45)
#1B2E27
(27,46,39)
#172621
(23,38,33)
#131E1B
(19,30,27)
#0F1615
(15,22,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #335E4B

#335E4B
(51,94,75)
#456C5B
(69,108,91)
#577A6B
(87,122,107)
#69887B
(105,136,123)
#7B968B
(123,150,139)
#8DA49B
(141,164,155)
#9FB2AB
(159,178,171)
#B1C0BB
(177,192,187)
#C3CECB
(195,206,203)
#D5DCDB
(213,220,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335E4B color. Also use rgb(51,94,75) instead hex code.

Text Font Color

.myTextColor { color: #335E4B; }

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

This text font color is #335E4B.


Background Color

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

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

This div background color is #335E4B.


Border color

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

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

This div border color is #335E4B.


Opacity

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

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

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

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

This text has shadow with #335E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335E4B on black background.


Color preview on white background

This text has color #335E4B on white background.



Black color preview on #335E4B background

This text has black color on #335E4B background.


White color preview on #335E4B background

This text has white color on #335E4B background.