COLOR #354C18

HEX: #354C18 RGB: (53,76,24)

Color info

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

RGB color model

#354C18 color RGB value is (53,76,24).

RGB: (53,76,24) (21%, 30%, 9%)

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 24 of 255 = 9%

53
76
24

R + G + B ~ 20%. #354C18 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 76 + 24 = 153 (100%)
R 53 of 153 ~ 34.64%
G 76 of 153 ~ 49.67%
B 24 of 153 ~ 15.69'%

%34.64
%49.67
%15.69

CMYK color model

#354C18 color CMYK value is (30,0,68,70).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 70.20%

CMYK: (30,0,68,70)
C30M0Y68K70 (30%, 0%, 68%, 70%)
(0.30 / 0.00 / 0.68 / 0.70)

CMYK percentages

%30.26
%0
%68.42
%70.2

Codes

Color #354C18 in popluar color models

35 4C 18
RGB 53 76 24
HSL 87° 52.00% 19.61%
HSB/HSV 87° 68.42% 29.80%
CMYK 30.26% 0.00% 68.42%
70.20%

Color #354C18 in popluar number systems.

HEX 35 4C 18
Decimal 53 76 24
Binary 110101 1001100 11000
Octal 65 114 30

Shades and tints

Shades of #354C18

#354C18
(53,76,24)
#314616
(49,70,22)
#2D4014
(45,64,20)
#293A12
(41,58,18)
#253410
(37,52,16)
#212E0E
(33,46,14)
#1D280C
(29,40,12)
#19220A
(25,34,10)
#151C08
(21,28,8)
#111606
(17,22,6)
#0D1004
(13,16,4)
#000000
(0,0,0)

Tints of #354C18

#354C18
(53,76,24)
#475C2D
(71,92,45)
#596C42
(89,108,66)
#6B7C57
(107,124,87)
#7D8C6C
(125,140,108)
#8F9C81
(143,156,129)
#A1AC96
(161,172,150)
#B3BCAB
(179,188,171)
#C5CCC0
(197,204,192)
#D7DCD5
(215,220,213)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354C18 color. Also use rgb(53,76,24) instead hex code.

Text Font Color

.myTextColor { color: #354C18; }

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

This text font color is #354C18.

Background Color

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

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

This div background color is #354C18.

Border color

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

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

This div border color is #354C18.

Opacity

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

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

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

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

This text has shadow with #354C18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354C18.

Preview

Color preview on black background

This text has color #354C18 on black background.


Color preview on white background

This text has color #354C18 on white background.


Black color preview on #354C18 background

This text has black color on #354C18 background.


White color preview on #354C18 background

This text has white color on #354C18 background.


Related colors

Complementary color

Complementary color for #hex is #CAB3E7.


I love getcolorcode.com

Triadic colors

1 #18354C and #4C1835 with #354C18 are triadic colors.

2 #184C35 and #4C3518 with #354C18 are triadic colors.