COLOR #354624

HEX: #354624
RGB: (53,70,36)

Color info

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

RGB color model

#354624 color RGB value is (53,70,36).

  • red value is 53;
  • green value is 70;
  • blue value is 36.
RGB:
(53,70,36)
(21%,27%,14%)

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 36 of 255 = 14%

53
70
36

R + G + B ~ 21%. #354624 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 36 = 159 (100%)
R 53 of 159 ~ 33.33%
G 70 of 159 ~ 44.03%
B 36 of 159 ~ 22.64%

%33.33
%44.03
%22.64

CMYK color model

#354624 color CMYK value is (24,0,49,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(24,0,49,73)
C24M0Y49K73 
(24%,0%,49%,73%)
(0.24/0.00/0.49/0.73)	

CMYK percentages

%24.29
%0
%48.57
%72.55

Codes

Color #354624 in popluar color models

354624
RGB537036
HSL90°32.08%20.78%
HSB/HSV90°48.57%27.45%
CMYK24.29%0.00%48.57%
72.55%

Color #354624 in popluar number systems.

HEX354624
Decimal537036
Binary1101011000110100100
Octal6510644

Shades and tints

Shades of #354624

#354624
(53,70,36)
#314021
(49,64,33)
#2D3A1E
(45,58,30)
#29341B
(41,52,27)
#252E18
(37,46,24)
#212815
(33,40,21)
#1D2212
(29,34,18)
#191C0F
(25,28,15)
#15160C
(21,22,12)
#111009
(17,16,9)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #354624

#354624
(53,70,36)
#475637
(71,86,55)
#59664A
(89,102,74)
#6B765D
(107,118,93)
#7D8670
(125,134,112)
#8F9683
(143,150,131)
#A1A696
(161,166,150)
#B3B6A9
(179,182,169)
#C5C6BC
(197,198,188)
#D7D6CF
(215,214,207)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354624 color. Also use rgb(53,70,36) instead hex code.

Text Font Color

.myTextColor { color: #354624; }

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

This text font color is #354624.


Background Color

.myBgColor { background-color: #354624; }

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

This div background color is #354624.


Border color

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

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

This div border color is #354624.


Opacity

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

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

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

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

This text has shadow with #354624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354624 on black background.


Color preview on white background

This text has color #354624 on white background.



Black color preview on #354624 background

This text has black color on #354624 background.


White color preview on #354624 background

This text has white color on #354624 background.