COLOR #354314

HEX: #354314
RGB: (53,67,20)

Color info

#354314 contains red, green and blue colors in about the same proportion. Web safe color of #354314 is #333300 (or #330).

RGB color model

#354314 color RGB value is (53,67,20).

  • red value is 53;
  • green value is 67;
  • blue value is 20.
RGB:
(53,67,20)
(21%,26%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 20 of 255 = 8%

53
67
20

R + G + B ~ 18%. #354314 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 20 = 140 (100%)
R 53 of 140 ~ 37.86%
G 67 of 140 ~ 47.86%
B 20 of 140 ~ 14.29%

%37.86
%47.86
%14.29

CMYK color model

#354314 color CMYK value is (21,0,70,74).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 70.15%
  • key color value is 73.73%
CMYK:
(21,0,70,74)
C21M0Y70K74 
(21%,0%,70%,74%)
(0.21/0.00/0.70/0.74)	

CMYK percentages

%20.9
%0
%70.15
%73.73

Codes

Color #354314 in popluar color models

354314
RGB536720
HSL78°54.02%17.06%
HSB/HSV78°70.15%26.27%
CMYK20.90%0.00%70.15%
73.73%

Color #354314 in popluar number systems.

HEX354314
Decimal536720
Binary110101100001110100
Octal6510324

Shades and tints

Shades of #354314

#354314
(53,67,20)
#313D13
(49,61,19)
#2D3712
(45,55,18)
#293111
(41,49,17)
#252B10
(37,43,16)
#21250F
(33,37,15)
#1D1F0E
(29,31,14)
#19190D
(25,25,13)
#15130C
(21,19,12)
#110D0B
(17,13,11)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #354314

#354314
(53,67,20)
#475429
(71,84,41)
#59653E
(89,101,62)
#6B7653
(107,118,83)
#7D8768
(125,135,104)
#8F987D
(143,152,125)
#A1A992
(161,169,146)
#B3BAA7
(179,186,167)
#C5CBBC
(197,203,188)
#D7DCD1
(215,220,209)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354314 color. Also use rgb(53,67,20) instead hex code.

Text Font Color

.myTextColor { color: #354314; }

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

This text font color is #354314.


Background Color

.myBgColor { background-color: #354314; }

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

This div background color is #354314.


Border color

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

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

This div border color is #354314.


Opacity

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

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

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

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

This text has shadow with #354314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354314 on black background.


Color preview on white background

This text has color #354314 on white background.



Black color preview on #354314 background

This text has black color on #354314 background.


White color preview on #354314 background

This text has white color on #354314 background.