COLOR #356014

HEX: #356014
RGB: (53,96,20)

Color info

#356014 contains mainly red and green colors. Web safe color of #356014 is #336600 (or #360).

RGB color model

#356014 color RGB value is (53,96,20).

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

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 20 of 255 = 8%

53
96
20

R + G + B ~ 22%. #356014 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 20 = 169 (100%)
R 53 of 169 ~ 31.36%
G 96 of 169 ~ 56.8%
B 20 of 169 ~ 11.83%

%31.36
%56.8
%11.83

CMYK color model

#356014 color CMYK value is (45,0,79,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 79.17%
  • key color value is 62.35%
CMYK:
(45,0,79,62)
C45M0Y79K62 
(45%,0%,79%,62%)
(0.45/0.00/0.79/0.62)	

CMYK percentages

%44.79
%0
%79.17
%62.35

Codes

Color #356014 in popluar color models

356014
RGB539620
HSL94°65.52%22.75%
HSB/HSV94°79.17%37.65%
CMYK44.79%0.00%79.17%
62.35%

Color #356014 in popluar number systems.

HEX356014
Decimal539620
Binary110101110000010100
Octal6514024

Shades and tints

Shades of #356014

#356014
(53,96,20)
#315813
(49,88,19)
#2D5012
(45,80,18)
#294811
(41,72,17)
#254010
(37,64,16)
#21380F
(33,56,15)
#1D300E
(29,48,14)
#19280D
(25,40,13)
#15200C
(21,32,12)
#11180B
(17,24,11)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #356014

#356014
(53,96,20)
#476E29
(71,110,41)
#597C3E
(89,124,62)
#6B8A53
(107,138,83)
#7D9868
(125,152,104)
#8FA67D
(143,166,125)
#A1B492
(161,180,146)
#B3C2A7
(179,194,167)
#C5D0BC
(197,208,188)
#D7DED1
(215,222,209)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356014; }

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

This text font color is #356014.


Background Color

.myBgColor { background-color: #356014; }

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

This div background color is #356014.


Border color

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

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

This div border color is #356014.


Opacity

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

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

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

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

This text has shadow with #356014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356014 on black background.


Color preview on white background

This text has color #356014 on white background.



Black color preview on #356014 background

This text has black color on #356014 background.


White color preview on #356014 background

This text has white color on #356014 background.