COLOR #717320

HEX: #717320
RGB: (113,115,32)

Color info

#717320 contains mainly red and green colors. Web safe color of #717320 is #666633 (or #663).

RGB color model

#717320 color RGB value is (113,115,32).

  • red value is 113;
  • green value is 115;
  • blue value is 32.
RGB:
(113,115,32)
(44%,45%,13%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 32 of 255 = 13%

113
115
32

R + G + B ~ 34%. #717320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 32 = 260 (100%)
R 113 of 260 ~ 43.46%
G 115 of 260 ~ 44.23%
B 32 of 260 ~ 12.31%

%43.46
%44.23
%12.31

CMYK color model

#717320 color CMYK value is (2,0,72,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 72.17%
  • key color value is 54.90%
CMYK:
(2,0,72,55)
C2M0Y72K55 
(2%,0%,72%,55%)
(0.02/0.00/0.72/0.55)	

CMYK percentages

%1.74
%0
%72.17
%54.9

Codes

Color #717320 in popluar color models

717320
RGB11311532
HSL61°56.46%28.82%
HSB/HSV61°72.17%45.10%
CMYK1.74%0.00%72.17%
54.90%

Color #717320 in popluar number systems.

HEX717320
Decimal11311532
Binary11100011110011100000
Octal16116340

Shades and tints

Shades of #717320

#717320
(113,115,32)
#67691E
(103,105,30)
#5D5F1C
(93,95,28)
#53551A
(83,85,26)
#494B18
(73,75,24)
#3F4116
(63,65,22)
#353714
(53,55,20)
#2B2D12
(43,45,18)
#212310
(33,35,16)
#17190E
(23,25,14)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #717320

#717320
(113,115,32)
#7D7F34
(125,127,52)
#898B48
(137,139,72)
#95975C
(149,151,92)
#A1A370
(161,163,112)
#ADAF84
(173,175,132)
#B9BB98
(185,187,152)
#C5C7AC
(197,199,172)
#D1D3C0
(209,211,192)
#DDDFD4
(221,223,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717320 color. Also use rgb(113,115,32) instead hex code.

Text Font Color

.myTextColor { color: #717320; }

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

This text font color is #717320.


Background Color

.myBgColor { background-color: #717320; }

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

This div background color is #717320.


Border color

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

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

This div border color is #717320.


Opacity

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

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

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

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

This text has shadow with #717320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717320 on black background.


Color preview on white background

This text has color #717320 on white background.



Black color preview on #717320 background

This text has black color on #717320 background.


White color preview on #717320 background

This text has white color on #717320 background.