COLOR #354837

HEX: #354837
RGB: (53,72,55)

Color info

#354837 contains red, green and blue colors in about the same proportion. Web safe color of #354837 is #333333 (or #333).

RGB color model

#354837 color RGB value is (53,72,55).

  • red value is 53;
  • green value is 72;
  • blue value is 55.
RGB:
(53,72,55)
(21%,28%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 55 of 255 = 22%

53
72
55

R + G + B ~ 24%. #354837 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 55 = 180 (100%)
R 53 of 180 ~ 29.44%
G 72 of 180 ~ 40%
B 55 of 180 ~ 30.56%

%29.44
%40
%30.56

CMYK color model

#354837 color CMYK value is (26,0,24,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(26,0,24,72)
C26M0Y24K72 
(26%,0%,24%,72%)
(0.26/0.00/0.24/0.72)	

CMYK percentages

%26.39
%0
%23.61
%71.76

Codes

Color #354837 in popluar color models

354837
RGB537255
HSL126°15.20%24.51%
HSB/HSV126°26.39%28.24%
CMYK26.39%0.00%23.61%
71.76%

Color #354837 in popluar number systems.

HEX354837
Decimal537255
Binary1101011001000110111
Octal6511067

Shades and tints

Shades of #354837

#354837
(53,72,55)
#314232
(49,66,50)
#2D3C2D
(45,60,45)
#293628
(41,54,40)
#253023
(37,48,35)
#212A1E
(33,42,30)
#1D2419
(29,36,25)
#191E14
(25,30,20)
#15180F
(21,24,15)
#11120A
(17,18,10)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #354837

#354837
(53,72,55)
#475849
(71,88,73)
#59685B
(89,104,91)
#6B786D
(107,120,109)
#7D887F
(125,136,127)
#8F9891
(143,152,145)
#A1A8A3
(161,168,163)
#B3B8B5
(179,184,181)
#C5C8C7
(197,200,199)
#D7D8D9
(215,216,217)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354837 color. Also use rgb(53,72,55) instead hex code.

Text Font Color

.myTextColor { color: #354837; }

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

This text font color is #354837.


Background Color

.myBgColor { background-color: #354837; }

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

This div background color is #354837.


Border color

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

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

This div border color is #354837.


Opacity

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

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

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

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

This text has shadow with #354837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354837 on black background.


Color preview on white background

This text has color #354837 on white background.



Black color preview on #354837 background

This text has black color on #354837 background.


White color preview on #354837 background

This text has white color on #354837 background.