COLOR #354611

HEX: #354611
RGB: (53,70,17)

Color info

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

RGB color model

#354611 color RGB value is (53,70,17).

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

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 17 of 255 = 7%

53
70
17

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

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 17 = 140 (100%)
R 53 of 140 ~ 37.86%
G 70 of 140 ~ 50%
B 17 of 140 ~ 12.14%

%37.86
%50
%12.14

CMYK color model

#354611 color CMYK value is (24,0,76,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 75.71%
  • key color value is 72.55%
CMYK:
(24,0,76,73)
C24M0Y76K73 
(24%,0%,76%,73%)
(0.24/0.00/0.76/0.73)	

CMYK percentages

%24.29
%0
%75.71
%72.55

Codes

Color #354611 in popluar color models

354611
RGB537017
HSL79°60.92%17.06%
HSB/HSV79°75.71%27.45%
CMYK24.29%0.00%75.71%
72.55%

Color #354611 in popluar number systems.

HEX354611
Decimal537017
Binary110101100011010001
Octal6510621

Shades and tints

Shades of #354611

#354611
(53,70,17)
#314010
(49,64,16)
#2D3A0F
(45,58,15)
#29340E
(41,52,14)
#252E0D
(37,46,13)
#21280C
(33,40,12)
#1D220B
(29,34,11)
#191C0A
(25,28,10)
#151609
(21,22,9)
#111008
(17,16,8)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #354611

#354611
(53,70,17)
#475626
(71,86,38)
#59663B
(89,102,59)
#6B7650
(107,118,80)
#7D8665
(125,134,101)
#8F967A
(143,150,122)
#A1A68F
(161,166,143)
#B3B6A4
(179,182,164)
#C5C6B9
(197,198,185)
#D7D6CE
(215,214,206)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354611; }

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

This text font color is #354611.


Background Color

.myBgColor { background-color: #354611; }

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

This div background color is #354611.


Border color

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

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

This div border color is #354611.


Opacity

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

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

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

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

This text has shadow with #354611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354611 on black background.


Color preview on white background

This text has color #354611 on white background.



Black color preview on #354611 background

This text has black color on #354611 background.


White color preview on #354611 background

This text has white color on #354611 background.