COLOR #354F34

HEX: #354F34
RGB: (53,79,52)

Color info

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

RGB color model

#354F34 color RGB value is (53,79,52).

  • red value is 53;
  • green value is 79;
  • blue value is 52.
RGB:
(53,79,52)
(21%,31%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 52 of 255 = 20%

53
79
52

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

Portions of RGB colors in percentages

R + G + B =
53 + 79 + 52 = 184 (100%)
R 53 of 184 ~ 28.8%
G 79 of 184 ~ 42.93%
B 52 of 184 ~ 28.26%

%28.8
%42.93
%28.26

CMYK color model

#354F34 color CMYK value is (33,0,34,69).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 69.02%
CMYK:
(33,0,34,69)
C33M0Y34K69 
(33%,0%,34%,69%)
(0.33/0.00/0.34/0.69)	

CMYK percentages

%32.91
%0
%34.18
%69.02

Codes

Color #354F34 in popluar color models

354F34
RGB537952
HSL118°20.61%25.69%
HSB/HSV118°34.18%30.98%
CMYK32.91%0.00%34.18%
69.02%

Color #354F34 in popluar number systems.

HEX354F34
Decimal537952
Binary1101011001111110100
Octal6511764

Shades and tints

Shades of #354F34

#354F34
(53,79,52)
#314830
(49,72,48)
#2D412C
(45,65,44)
#293A28
(41,58,40)
#253324
(37,51,36)
#212C20
(33,44,32)
#1D251C
(29,37,28)
#191E18
(25,30,24)
#151714
(21,23,20)
#111010
(17,16,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #354F34

#354F34
(53,79,52)
#475F46
(71,95,70)
#596F58
(89,111,88)
#6B7F6A
(107,127,106)
#7D8F7C
(125,143,124)
#8F9F8E
(143,159,142)
#A1AFA0
(161,175,160)
#B3BFB2
(179,191,178)
#C5CFC4
(197,207,196)
#D7DFD6
(215,223,214)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354F34 color. Also use rgb(53,79,52) instead hex code.

Text Font Color

.myTextColor { color: #354F34; }

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

This text font color is #354F34.


Background Color

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

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

This div background color is #354F34.


Border color

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

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

This div border color is #354F34.


Opacity

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

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

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

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

This text has shadow with #354F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354F34 on black background.


Color preview on white background

This text has color #354F34 on white background.



Black color preview on #354F34 background

This text has black color on #354F34 background.


White color preview on #354F34 background

This text has white color on #354F34 background.