COLOR #354F2E

HEX: #354F2E
RGB: (53,79,46)

Color info

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

RGB color model

#354F2E color RGB value is (53,79,46).

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

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 46 of 255 = 18%

53
79
46

R + G + B ~ 23%. #354F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 79 + 46 = 178 (100%)
R 53 of 178 ~ 29.78%
G 79 of 178 ~ 44.38%
B 46 of 178 ~ 25.84%

%29.78
%44.38
%25.84

CMYK color model

#354F2E color CMYK value is (33,0,42,69).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 69.02%
CMYK:
(33,0,42,69)
C33M0Y42K69 
(33%,0%,42%,69%)
(0.33/0.00/0.42/0.69)	

CMYK percentages

%32.91
%0
%41.77
%69.02

Codes

Color #354F2E in popluar color models

354F2E
RGB537946
HSL107°26.40%24.51%
HSB/HSV107°41.77%30.98%
CMYK32.91%0.00%41.77%
69.02%

Color #354F2E in popluar number systems.

HEX354F2E
Decimal537946
Binary1101011001111101110
Octal6511756

Shades and tints

Shades of #354F2E

#354F2E
(53,79,46)
#31482A
(49,72,42)
#2D4126
(45,65,38)
#293A22
(41,58,34)
#25331E
(37,51,30)
#212C1A
(33,44,26)
#1D2516
(29,37,22)
#191E12
(25,30,18)
#15170E
(21,23,14)
#11100A
(17,16,10)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #354F2E

#354F2E
(53,79,46)
#475F41
(71,95,65)
#596F54
(89,111,84)
#6B7F67
(107,127,103)
#7D8F7A
(125,143,122)
#8F9F8D
(143,159,141)
#A1AFA0
(161,175,160)
#B3BFB3
(179,191,179)
#C5CFC6
(197,207,198)
#D7DFD9
(215,223,217)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354F2E; }

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

This text font color is #354F2E.


Background Color

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

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

This div background color is #354F2E.


Border color

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

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

This div border color is #354F2E.


Opacity

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

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

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

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

This text has shadow with #354F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354F2E on black background.


Color preview on white background

This text has color #354F2E on white background.



Black color preview on #354F2E background

This text has black color on #354F2E background.


White color preview on #354F2E background

This text has white color on #354F2E background.