COLOR #356714

HEX: #356714
RGB: (53,103,20)

Color info

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

RGB color model

#356714 color RGB value is (53,103,20).

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

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 20 of 255 = 8%

53
103
20

R + G + B ~ 23%. #356714 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 103 + 20 = 176 (100%)
R 53 of 176 ~ 30.11%
G 103 of 176 ~ 58.52%
B 20 of 176 ~ 11.36%

%30.11
%58.52
%11.36

CMYK color model

#356714 color CMYK value is (49,0,81,60).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 80.58%
  • key color value is 59.61%
CMYK:
(49,0,81,60)
C49M0Y81K60 
(49%,0%,81%,60%)
(0.49/0.00/0.81/0.60)	

CMYK percentages

%48.54
%0
%80.58
%59.61

Codes

Color #356714 in popluar color models

356714
RGB5310320
HSL96°67.48%24.12%
HSB/HSV96°80.58%40.39%
CMYK48.54%0.00%80.58%
59.61%

Color #356714 in popluar number systems.

HEX356714
Decimal5310320
Binary110101110011110100
Octal6514724

Shades and tints

Shades of #356714

#356714
(53,103,20)
#315E13
(49,94,19)
#2D5512
(45,85,18)
#294C11
(41,76,17)
#254310
(37,67,16)
#213A0F
(33,58,15)
#1D310E
(29,49,14)
#19280D
(25,40,13)
#151F0C
(21,31,12)
#11160B
(17,22,11)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #356714

#356714
(53,103,20)
#477429
(71,116,41)
#59813E
(89,129,62)
#6B8E53
(107,142,83)
#7D9B68
(125,155,104)
#8FA87D
(143,168,125)
#A1B592
(161,181,146)
#B3C2A7
(179,194,167)
#C5CFBC
(197,207,188)
#D7DCD1
(215,220,209)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356714; }

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

This text font color is #356714.


Background Color

.myBgColor { background-color: #356714; }

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

This div background color is #356714.


Border color

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

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

This div border color is #356714.


Opacity

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

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

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

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

This text has shadow with #356714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356714 on black background.


Color preview on white background

This text has color #356714 on white background.



Black color preview on #356714 background

This text has black color on #356714 background.


White color preview on #356714 background

This text has white color on #356714 background.