COLOR #716653

HEX: #716653
RGB: (113,102,83)

Color info

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

RGB color model

#716653 color RGB value is (113,102,83).

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

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 83 of 255 = 33%

113
102
83

R + G + B ~ 39%. #716653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 83 = 298 (100%)
R 113 of 298 ~ 37.92%
G 102 of 298 ~ 34.23%
B 83 of 298 ~ 27.85%

%37.92
%34.23
%27.85

CMYK color model

#716653 color CMYK value is (0,10,27,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,10,27,56)
C0M10Y27K56 
(0%,10%,27%,56%)
(0.00/0.10/0.27/0.56)	

CMYK percentages

%0
%9.73
%26.55
%55.69

Codes

Color #716653 in popluar color models

716653
RGB11310283
HSL38°15.31%38.43%
HSB/HSV38°26.55%44.31%
CMYK0.00%9.73%26.55%
55.69%

Color #716653 in popluar number systems.

HEX716653
Decimal11310283
Binary111000111001101010011
Octal161146123

Shades and tints

Shades of #716653

#716653
(113,102,83)
#675D4C
(103,93,76)
#5D5445
(93,84,69)
#534B3E
(83,75,62)
#494237
(73,66,55)
#3F3930
(63,57,48)
#353029
(53,48,41)
#2B2722
(43,39,34)
#211E1B
(33,30,27)
#171514
(23,21,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #716653

#716653
(113,102,83)
#7D7362
(125,115,98)
#898071
(137,128,113)
#958D80
(149,141,128)
#A19A8F
(161,154,143)
#ADA79E
(173,167,158)
#B9B4AD
(185,180,173)
#C5C1BC
(197,193,188)
#D1CECB
(209,206,203)
#DDDBDA
(221,219,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716653; }

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

This text font color is #716653.


Background Color

.myBgColor { background-color: #716653; }

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

This div background color is #716653.


Border color

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

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

This div border color is #716653.


Opacity

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

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

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

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

This text has shadow with #716653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716653 on black background.


Color preview on white background

This text has color #716653 on white background.



Black color preview on #716653 background

This text has black color on #716653 background.


White color preview on #716653 background

This text has white color on #716653 background.