COLOR #335237

HEX: #335237
RGB: (51,82,55)

Color info

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

RGB color model

#335237 color RGB value is (51,82,55).

  • red value is 51;
  • green value is 82;
  • blue value is 55.
RGB:
(51,82,55)
(20%,32%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 82 of 255 = 32%
B 55 of 255 = 22%

51
82
55

R + G + B ~ 25%. #335237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 82 + 55 = 188 (100%)
R 51 of 188 ~ 27.13%
G 82 of 188 ~ 43.62%
B 55 of 188 ~ 29.26%

%27.13
%43.62
%29.26

CMYK color model

#335237 color CMYK value is (38,0,33,68).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(38,0,33,68)
C38M0Y33K68 
(38%,0%,33%,68%)
(0.38/0.00/0.33/0.68)	

CMYK percentages

%37.8
%0
%32.93
%67.84

Codes

Color #335237 in popluar color models

335237
RGB518255
HSL128°23.31%26.08%
HSB/HSV128°37.80%32.16%
CMYK37.80%0.00%32.93%
67.84%

Color #335237 in popluar number systems.

HEX335237
Decimal518255
Binary1100111010010110111
Octal6312267

Shades and tints

Shades of #335237

#335237
(51,82,55)
#2F4B32
(47,75,50)
#2B442D
(43,68,45)
#273D28
(39,61,40)
#233623
(35,54,35)
#1F2F1E
(31,47,30)
#1B2819
(27,40,25)
#172114
(23,33,20)
#131A0F
(19,26,15)
#0F130A
(15,19,10)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #335237

#335237
(51,82,55)
#456149
(69,97,73)
#57705B
(87,112,91)
#697F6D
(105,127,109)
#7B8E7F
(123,142,127)
#8D9D91
(141,157,145)
#9FACA3
(159,172,163)
#B1BBB5
(177,187,181)
#C3CAC7
(195,202,199)
#D5D9D9
(213,217,217)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335237 color. Also use rgb(51,82,55) instead hex code.

Text Font Color

.myTextColor { color: #335237; }

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

This text font color is #335237.


Background Color

.myBgColor { background-color: #335237; }

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

This div background color is #335237.


Border color

.myBorderColor { border: 1px solid #335237; }

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

This div border color is #335237.


Opacity

.myOpacity80 { color: #335237; opacity: 0.8; }

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

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

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

This text has shadow with #335237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335237 on black background.


Color preview on white background

This text has color #335237 on white background.



Black color preview on #335237 background

This text has black color on #335237 background.


White color preview on #335237 background

This text has white color on #335237 background.