COLOR #354828

HEX: #354828
RGB: (53,72,40)

Color info

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

RGB color model

#354828 color RGB value is (53,72,40).

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

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 40 of 255 = 16%

53
72
40

R + G + B ~ 22%. #354828 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 40 = 165 (100%)
R 53 of 165 ~ 32.12%
G 72 of 165 ~ 43.64%
B 40 of 165 ~ 24.24%

%32.12
%43.64
%24.24

CMYK color model

#354828 color CMYK value is (26,0,44,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(26,0,44,72)
C26M0Y44K72 
(26%,0%,44%,72%)
(0.26/0.00/0.44/0.72)	

CMYK percentages

%26.39
%0
%44.44
%71.76

Codes

Color #354828 in popluar color models

354828
RGB537240
HSL96°28.57%21.96%
HSB/HSV96°44.44%28.24%
CMYK26.39%0.00%44.44%
71.76%

Color #354828 in popluar number systems.

HEX354828
Decimal537240
Binary1101011001000101000
Octal6511050

Shades and tints

Shades of #354828

#354828
(53,72,40)
#314225
(49,66,37)
#2D3C22
(45,60,34)
#29361F
(41,54,31)
#25301C
(37,48,28)
#212A19
(33,42,25)
#1D2416
(29,36,22)
#191E13
(25,30,19)
#151810
(21,24,16)
#11120D
(17,18,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #354828

#354828
(53,72,40)
#47583B
(71,88,59)
#59684E
(89,104,78)
#6B7861
(107,120,97)
#7D8874
(125,136,116)
#8F9887
(143,152,135)
#A1A89A
(161,168,154)
#B3B8AD
(179,184,173)
#C5C8C0
(197,200,192)
#D7D8D3
(215,216,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354828; }

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

This text font color is #354828.


Background Color

.myBgColor { background-color: #354828; }

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

This div background color is #354828.


Border color

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

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

This div border color is #354828.


Opacity

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

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

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

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

This text has shadow with #354828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354828 on black background.


Color preview on white background

This text has color #354828 on white background.



Black color preview on #354828 background

This text has black color on #354828 background.


White color preview on #354828 background

This text has white color on #354828 background.