COLOR #335D3F

HEX: #335D3F
RGB: (51,93,63)

Color info

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

RGB color model

#335D3F color RGB value is (51,93,63).

  • red value is 51;
  • green value is 93;
  • blue value is 63.
RGB:
(51,93,63)
(20%,36%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 63 of 255 = 25%

51
93
63

R + G + B ~ 27%. #335D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 93 + 63 = 207 (100%)
R 51 of 207 ~ 24.64%
G 93 of 207 ~ 44.93%
B 63 of 207 ~ 30.43%

%24.64
%44.93
%30.43

CMYK color model

#335D3F color CMYK value is (45,0,32,64).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(45,0,32,64)
C45M0Y32K64 
(45%,0%,32%,64%)
(0.45/0.00/0.32/0.64)	

CMYK percentages

%45.16
%0
%32.26
%63.53

Codes

Color #335D3F in popluar color models

335D3F
RGB519363
HSL137°29.17%28.24%
HSB/HSV137°45.16%36.47%
CMYK45.16%0.00%32.26%
63.53%

Color #335D3F in popluar number systems.

HEX335D3F
Decimal519363
Binary1100111011101111111
Octal6313577

Shades and tints

Shades of #335D3F

#335D3F
(51,93,63)
#2F553A
(47,85,58)
#2B4D35
(43,77,53)
#274530
(39,69,48)
#233D2B
(35,61,43)
#1F3526
(31,53,38)
#1B2D21
(27,45,33)
#17251C
(23,37,28)
#131D17
(19,29,23)
#0F1512
(15,21,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #335D3F

#335D3F
(51,93,63)
#456B50
(69,107,80)
#577961
(87,121,97)
#698772
(105,135,114)
#7B9583
(123,149,131)
#8DA394
(141,163,148)
#9FB1A5
(159,177,165)
#B1BFB6
(177,191,182)
#C3CDC7
(195,205,199)
#D5DBD8
(213,219,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335D3F color. Also use rgb(51,93,63) instead hex code.

Text Font Color

.myTextColor { color: #335D3F; }

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

This text font color is #335D3F.


Background Color

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

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

This div background color is #335D3F.


Border color

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

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

This div border color is #335D3F.


Opacity

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

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

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

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

This text has shadow with #335D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335D3F on black background.


Color preview on white background

This text has color #335D3F on white background.



Black color preview on #335D3F background

This text has black color on #335D3F background.


White color preview on #335D3F background

This text has white color on #335D3F background.