COLOR #354D38

HEX: #354D38
RGB: (53,77,56)

Color info

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

RGB color model

#354D38 color RGB value is (53,77,56).

  • red value is 53;
  • green value is 77;
  • blue value is 56.
RGB:
(53,77,56)
(21%,30%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 77 of 255 = 30%
B 56 of 255 = 22%

53
77
56

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

Portions of RGB colors in percentages

R + G + B =
53 + 77 + 56 = 186 (100%)
R 53 of 186 ~ 28.49%
G 77 of 186 ~ 41.4%
B 56 of 186 ~ 30.11%

%28.49
%41.4
%30.11

CMYK color model

#354D38 color CMYK value is (31,0,27,70).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 69.80%
CMYK:
(31,0,27,70)
C31M0Y27K70 
(31%,0%,27%,70%)
(0.31/0.00/0.27/0.70)	

CMYK percentages

%31.17
%0
%27.27
%69.8

Codes

Color #354D38 in popluar color models

354D38
RGB537756
HSL128°18.46%25.49%
HSB/HSV128°31.17%30.20%
CMYK31.17%0.00%27.27%
69.80%

Color #354D38 in popluar number systems.

HEX354D38
Decimal537756
Binary1101011001101111000
Octal6511570

Shades and tints

Shades of #354D38

#354D38
(53,77,56)
#314633
(49,70,51)
#2D3F2E
(45,63,46)
#293829
(41,56,41)
#253124
(37,49,36)
#212A1F
(33,42,31)
#1D231A
(29,35,26)
#191C15
(25,28,21)
#151510
(21,21,16)
#110E0B
(17,14,11)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #354D38

#354D38
(53,77,56)
#475D4A
(71,93,74)
#596D5C
(89,109,92)
#6B7D6E
(107,125,110)
#7D8D80
(125,141,128)
#8F9D92
(143,157,146)
#A1ADA4
(161,173,164)
#B3BDB6
(179,189,182)
#C5CDC8
(197,205,200)
#D7DDDA
(215,221,218)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354D38 color. Also use rgb(53,77,56) instead hex code.

Text Font Color

.myTextColor { color: #354D38; }

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

This text font color is #354D38.


Background Color

.myBgColor { background-color: #354D38; }

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

This div background color is #354D38.


Border color

.myBorderColor { border: 1px solid #354D38; }

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

This div border color is #354D38.


Opacity

.myOpacity80 { color: #354D38; opacity: 0.8; }

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

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

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

This text has shadow with #354D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354D38 on black background.


Color preview on white background

This text has color #354D38 on white background.



Black color preview on #354D38 background

This text has black color on #354D38 background.


White color preview on #354D38 background

This text has white color on #354D38 background.