COLOR #695056

HEX: #695056
RGB: (105,80,86)

Color info

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

RGB color model

#695056 color RGB value is (105,80,86).

  • red value is 105;
  • green value is 80;
  • blue value is 86.
RGB:
(105,80,86)
(41%,31%,34%)

RGB channels and saturation

R 105 of 255 = 41%
G 80 of 255 = 31%
B 86 of 255 = 34%

105
80
86

R + G + B ~ 35%. #695056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 80 + 86 = 271 (100%)
R 105 of 271 ~ 38.75%
G 80 of 271 ~ 29.52%
B 86 of 271 ~ 31.73%

%38.75
%29.52
%31.73

CMYK color model

#695056 color CMYK value is (0,24,18,59).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 18.10%
  • key color value is 58.82%
CMYK:
(0,24,18,59)
C0M24Y18K59 
(0%,24%,18%,59%)
(0.00/0.24/0.18/0.59)	

CMYK percentages

%0
%23.81
%18.1
%58.82

Codes

Color #695056 in popluar color models

695056
RGB1058086
HSL346°13.51%36.27%
HSB/HSV346°23.81%41.18%
CMYK0.00%23.81%18.10%
58.82%

Color #695056 in popluar number systems.

HEX695056
Decimal1058086
Binary110100110100001010110
Octal151120126

Shades and tints

Shades of #695056

#695056
(105,80,86)
#60494F
(96,73,79)
#574248
(87,66,72)
#4E3B41
(78,59,65)
#45343A
(69,52,58)
#3C2D33
(60,45,51)
#33262C
(51,38,44)
#2A1F25
(42,31,37)
#21181E
(33,24,30)
#181117
(24,17,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #695056

#695056
(105,80,86)
#765F65
(118,95,101)
#836E74
(131,110,116)
#907D83
(144,125,131)
#9D8C92
(157,140,146)
#AA9BA1
(170,155,161)
#B7AAB0
(183,170,176)
#C4B9BF
(196,185,191)
#D1C8CE
(209,200,206)
#DED7DD
(222,215,221)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695056 color. Also use rgb(105,80,86) instead hex code.

Text Font Color

.myTextColor { color: #695056; }

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

This text font color is #695056.


Background Color

.myBgColor { background-color: #695056; }

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

This div background color is #695056.


Border color

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

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

This div border color is #695056.


Opacity

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

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

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

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

This text has shadow with #695056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695056 on black background.


Color preview on white background

This text has color #695056 on white background.



Black color preview on #695056 background

This text has black color on #695056 background.


White color preview on #695056 background

This text has white color on #695056 background.