COLOR #715F6E

HEX: #715F6E
RGB: (113,95,110)

Color info

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

RGB color model

#715F6E color RGB value is (113,95,110).

  • red value is 113;
  • green value is 95;
  • blue value is 110.
RGB: (113,95,110) (44%,37%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 110 of 255 = 43%

113
95
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 110 = 318 (100%)
R 113 of 318 ~ 35.53%
G 95 of 318 ~ 29.87%
B 110 of 318 ~ 34.59%

%35.53
%29.87
%34.59

CMYK color model

#715F6E color CMYK value is (0,16,3,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK: (0,16,3,56) C0M16Y3K56 (0%,16%,3%,56%) (0.00/0.16/0.03/0.56)

CMYK percentages

%0
%15.93
%2.65
%55.69

Codes

Color #715F6E in popluar color models

715F6E
RGB11395110
HSL310°8.65%40.78%
HSB/HSV310°15.93%44.31%
CMYK0.00%15.93%2.65%
55.69%

Color #715F6E in popluar number systems.

HEX715F6E
Decimal11395110
Binary111000110111111101110
Octal161137156

Shades and tints

Shades of #715F6E

#715F6E
(113,95,110)
#675764
(103,87,100)
#5D4F5A
(93,79,90)
#534750
(83,71,80)
#493F46
(73,63,70)
#3F373C
(63,55,60)
#352F32
(53,47,50)
#2B2728
(43,39,40)
#211F1E
(33,31,30)
#171714
(23,23,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #715F6E

#715F6E
(113,95,110)
#7D6D7B
(125,109,123)
#897B88
(137,123,136)
#958995
(149,137,149)
#A197A2
(161,151,162)
#ADA5AF
(173,165,175)
#B9B3BC
(185,179,188)
#C5C1C9
(197,193,201)
#D1CFD6
(209,207,214)
#DDDDE3
(221,221,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F6E color. Also use rgb(113,95,110) instead hex code.

Text Font Color

.myTextColor { color: #715F6E; }

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

This text font color is #715F6E.


Background Color

.myBgColor { background-color: #715F6E; }

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

This div background color is #715F6E.


Border color

.myBorderColor { border: 1px solid #715F6E; }

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

This div border color is #715F6E.


Opacity

.myOpacity80 { color: #715F6E; opacity: 0.8; }

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

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

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

This text has shadow with #715F6E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715F6E on black background.


Color preview on white background

This text has color #715F6E on white background.



Black color preview on #715F6E background

This text has black color on #715F6E background.


White color preview on #715F6E background

This text has white color on #715F6E background.