COLOR #716269

HEX: #716269
RGB: (113,98,105)

Color info

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

RGB color model

#716269 color RGB value is (113,98,105).

  • red value is 113;
  • green value is 98;
  • blue value is 105.
RGB:
(113,98,105)
(44%,38%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 105 of 255 = 41%

113
98
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 105 = 316 (100%)
R 113 of 316 ~ 35.76%
G 98 of 316 ~ 31.01%
B 105 of 316 ~ 33.23%

%35.76
%31.01
%33.23

CMYK color model

#716269 color CMYK value is (0,13,7,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,13,7,56)
C0M13Y7K56 
(0%,13%,7%,56%)
(0.00/0.13/0.07/0.56)	

CMYK percentages

%0
%13.27
%7.08
%55.69

Codes

Color #716269 in popluar color models

716269
RGB11398105
HSL332°7.11%41.37%
HSB/HSV332°13.27%44.31%
CMYK0.00%13.27%7.08%
55.69%

Color #716269 in popluar number systems.

HEX716269
Decimal11398105
Binary111000111000101101001
Octal161142151

Shades and tints

Shades of #716269

#716269
(113,98,105)
#675A60
(103,90,96)
#5D5257
(93,82,87)
#534A4E
(83,74,78)
#494245
(73,66,69)
#3F3A3C
(63,58,60)
#353233
(53,50,51)
#2B2A2A
(43,42,42)
#212221
(33,34,33)
#171A18
(23,26,24)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #716269

#716269
(113,98,105)
#7D7076
(125,112,118)
#897E83
(137,126,131)
#958C90
(149,140,144)
#A19A9D
(161,154,157)
#ADA8AA
(173,168,170)
#B9B6B7
(185,182,183)
#C5C4C4
(197,196,196)
#D1D2D1
(209,210,209)
#DDE0DE
(221,224,222)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716269; }

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

This text font color is #716269.


Background Color

.myBgColor { background-color: #716269; }

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

This div background color is #716269.


Border color

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

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

This div border color is #716269.


Opacity

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

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

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

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

This text has shadow with #716269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716269 on black background.


Color preview on white background

This text has color #716269 on white background.



Black color preview on #716269 background

This text has black color on #716269 background.


White color preview on #716269 background

This text has white color on #716269 background.