COLOR #354D08

HEX: #354D08
RGB: (53,77,8)

Color info

#354D08 contains mainly red and green colors. Web safe color of #354D08 is #333300 (or #330).

RGB color model

#354D08 color RGB value is (53,77,8).

  • red value is 53;
  • green value is 77;
  • blue value is 8.
RGB:
(53,77,8)
(21%,30%,3%)

RGB channels and saturation

R 53 of 255 = 21%
G 77 of 255 = 30%
B 8 of 255 = 3%

53
77
8

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

Portions of RGB colors in percentages

R + G + B =
53 + 77 + 8 = 138 (100%)
R 53 of 138 ~ 38.41%
G 77 of 138 ~ 55.8%
B 8 of 138 ~ 5.8%

%38.41
%55.8

CMYK color model

#354D08 color CMYK value is (31,0,90,70).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 89.61%
  • key color value is 69.80%
CMYK:
(31,0,90,70)
C31M0Y90K70 
(31%,0%,90%,70%)
(0.31/0.00/0.90/0.70)	

CMYK percentages

%31.17
%0
%89.61
%69.8

Codes

Color #354D08 in popluar color models

354D08
RGB53778
HSL81°81.18%16.67%
HSB/HSV81°89.61%30.20%
CMYK31.17%0.00%89.61%
69.80%

Color #354D08 in popluar number systems.

HEX354D08
Decimal53778
Binary11010110011011000
Octal6511510

Shades and tints

Shades of #354D08

#354D08
(53,77,8)
#314608
(49,70,8)
#2D3F08
(45,63,8)
#293808
(41,56,8)
#253108
(37,49,8)
#212A08
(33,42,8)
#1D2308
(29,35,8)
#191C08
(25,28,8)
#151508
(21,21,8)
#110E08
(17,14,8)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #354D08

#354D08
(53,77,8)
#475D1E
(71,93,30)
#596D34
(89,109,52)
#6B7D4A
(107,125,74)
#7D8D60
(125,141,96)
#8F9D76
(143,157,118)
#A1AD8C
(161,173,140)
#B3BDA2
(179,189,162)
#C5CDB8
(197,205,184)
#D7DDCE
(215,221,206)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354D08 color. Also use rgb(53,77,8) instead hex code.

Text Font Color

.myTextColor { color: #354D08; }

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

This text font color is #354D08.


Background Color

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

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

This div background color is #354D08.


Border color

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

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

This div border color is #354D08.


Opacity

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

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

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

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

This text has shadow with #354D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354D08 on black background.


Color preview on white background

This text has color #354D08 on white background.



Black color preview on #354D08 background

This text has black color on #354D08 background.


White color preview on #354D08 background

This text has white color on #354D08 background.