COLOR #717052

HEX: #717052
RGB: (113,112,82)

Color info

#717052 contains red, green and blue colors in about the same proportion. Web safe color of #717052 is #666666 (or #666).

RGB color model

#717052 color RGB value is (113,112,82).

  • red value is 113;
  • green value is 112;
  • blue value is 82.
RGB:
(113,112,82)
(44%,44%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 82 of 255 = 32%

113
112
82

R + G + B ~ 40%. #717052 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 82 = 307 (100%)
R 113 of 307 ~ 36.81%
G 112 of 307 ~ 36.48%
B 82 of 307 ~ 26.71%

%36.81
%36.48
%26.71

CMYK color model

#717052 color CMYK value is (0,1,27,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,1,27,56)
C0M1Y27K56 
(0%,1%,27%,56%)
(0.00/0.01/0.27/0.56)	

CMYK percentages

%0
%0.88
%27.43
%55.69

Codes

Color #717052 in popluar color models

717052
RGB11311282
HSL58°15.90%38.24%
HSB/HSV58°27.43%44.31%
CMYK0.00%0.88%27.43%
55.69%

Color #717052 in popluar number systems.

HEX717052
Decimal11311282
Binary111000111100001010010
Octal161160122

Shades and tints

Shades of #717052

#717052
(113,112,82)
#67664B
(103,102,75)
#5D5C44
(93,92,68)
#53523D
(83,82,61)
#494836
(73,72,54)
#3F3E2F
(63,62,47)
#353428
(53,52,40)
#2B2A21
(43,42,33)
#21201A
(33,32,26)
#171613
(23,22,19)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #717052

#717052
(113,112,82)
#7D7D61
(125,125,97)
#898A70
(137,138,112)
#95977F
(149,151,127)
#A1A48E
(161,164,142)
#ADB19D
(173,177,157)
#B9BEAC
(185,190,172)
#C5CBBB
(197,203,187)
#D1D8CA
(209,216,202)
#DDE5D9
(221,229,217)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717052; }

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

This text font color is #717052.


Background Color

.myBgColor { background-color: #717052; }

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

This div background color is #717052.


Border color

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

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

This div border color is #717052.


Opacity

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

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

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

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

This text has shadow with #717052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717052 on black background.


Color preview on white background

This text has color #717052 on white background.



Black color preview on #717052 background

This text has black color on #717052 background.


White color preview on #717052 background

This text has white color on #717052 background.