COLOR #356217

HEX: #356217
RGB: (53,98,23)

Color info

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

RGB color model

#356217 color RGB value is (53,98,23).

  • red value is 53;
  • green value is 98;
  • blue value is 23.
RGB:
(53,98,23)
(21%,38%,9%)

RGB channels and saturation

R 53 of 255 = 21%
G 98 of 255 = 38%
B 23 of 255 = 9%

53
98
23

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

Portions of RGB colors in percentages

R + G + B =
53 + 98 + 23 = 174 (100%)
R 53 of 174 ~ 30.46%
G 98 of 174 ~ 56.32%
B 23 of 174 ~ 13.22%

%30.46
%56.32
%13.22

CMYK color model

#356217 color CMYK value is (46,0,77,62).

  • cyan value is 45.92%
  • magenta value is 0.00%
  • yellow value is 76.53%
  • key color value is 61.57%
CMYK:
(46,0,77,62)
C46M0Y77K62 
(46%,0%,77%,62%)
(0.46/0.00/0.77/0.62)	

CMYK percentages

%45.92
%0
%76.53
%61.57

Codes

Color #356217 in popluar color models

356217
RGB539823
HSL96°61.98%23.73%
HSB/HSV96°76.53%38.43%
CMYK45.92%0.00%76.53%
61.57%

Color #356217 in popluar number systems.

HEX356217
Decimal539823
Binary110101110001010111
Octal6514227

Shades and tints

Shades of #356217

#356217
(53,98,23)
#315A15
(49,90,21)
#2D5213
(45,82,19)
#294A11
(41,74,17)
#25420F
(37,66,15)
#213A0D
(33,58,13)
#1D320B
(29,50,11)
#192A09
(25,42,9)
#152207
(21,34,7)
#111A05
(17,26,5)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #356217

#356217
(53,98,23)
#47702C
(71,112,44)
#597E41
(89,126,65)
#6B8C56
(107,140,86)
#7D9A6B
(125,154,107)
#8FA880
(143,168,128)
#A1B695
(161,182,149)
#B3C4AA
(179,196,170)
#C5D2BF
(197,210,191)
#D7E0D4
(215,224,212)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356217 color. Also use rgb(53,98,23) instead hex code.

Text Font Color

.myTextColor { color: #356217; }

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

This text font color is #356217.


Background Color

.myBgColor { background-color: #356217; }

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

This div background color is #356217.


Border color

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

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

This div border color is #356217.


Opacity

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

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

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

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

This text has shadow with #356217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356217 on black background.


Color preview on white background

This text has color #356217 on white background.



Black color preview on #356217 background

This text has black color on #356217 background.


White color preview on #356217 background

This text has white color on #356217 background.