COLOR #717121

HEX: #717121
RGB: (113,113,33)

Color info

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

RGB color model

#717121 color RGB value is (113,113,33).

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

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 33 of 255 = 13%

113
113
33

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 33 = 259 (100%)
R 113 of 259 ~ 43.63%
G 113 of 259 ~ 43.63%
B 33 of 259 ~ 12.74%

%43.63
%43.63
%12.74

CMYK color model

#717121 color CMYK value is (0,0,71,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(0,0,71,56)
C0M0Y71K56 
(0%,0%,71%,56%)
(0.00/0.00/0.71/0.56)	

CMYK percentages

%0
%0
%70.8
%55.69

Codes

Color #717121 in popluar color models

717121
RGB11311333
HSL60°54.79%28.63%
HSB/HSV60°70.80%44.31%
CMYK0.00%0.00%70.80%
55.69%

Color #717121 in popluar number systems.

HEX717121
Decimal11311333
Binary11100011110001100001
Octal16116141

Shades and tints

Shades of #717121

#717121
(113,113,33)
#67671E
(103,103,30)
#5D5D1B
(93,93,27)
#535318
(83,83,24)
#494915
(73,73,21)
#3F3F12
(63,63,18)
#35350F
(53,53,15)
#2B2B0C
(43,43,12)
#212109
(33,33,9)
#171706
(23,23,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #717121

#717121
(113,113,33)
#7D7D35
(125,125,53)
#898949
(137,137,73)
#95955D
(149,149,93)
#A1A171
(161,161,113)
#ADAD85
(173,173,133)
#B9B999
(185,185,153)
#C5C5AD
(197,197,173)
#D1D1C1
(209,209,193)
#DDDDD5
(221,221,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717121; }

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

This text font color is #717121.


Background Color

.myBgColor { background-color: #717121; }

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

This div background color is #717121.


Border color

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

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

This div border color is #717121.


Opacity

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

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

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

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

This text has shadow with #717121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717121 on black background.


Color preview on white background

This text has color #717121 on white background.



Black color preview on #717121 background

This text has black color on #717121 background.


White color preview on #717121 background

This text has white color on #717121 background.