COLOR #695E73

HEX: #695E73 RGB: (105,94,115)

Color info

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

RGB color model

#695E73 color RGB value is (105,94,115).

RGB: (105,94,115) (41%, 37%, 45%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 115 of 255 = 45%

105
94
115

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

Portions of RGB colors in percentages

R + G + B = 105 + 94 + 115 = 314 (100%)
R 105 of 314 ~ 33.44%
G 94 of 314 ~ 29.94%
B 115 of 314 ~ 36.62'%

%33.44
%29.94
%36.62

CMYK color model

#695E73 color CMYK value is (9,18,0,55).

  • cyan value is 8.70%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (9,18,0,55)
C9M18Y0K55 (9%, 18%, 0%, 55%)
(0.09 / 0.18 / 0.00 / 0.55)

CMYK percentages

%8.7
%18.26
%0
%54.9

Codes

Color #695E73 in popluar color models

69 5E 73
RGB 105 94 115
HSL 271° 10.05% 40.98%
HSB/HSV 271° 18.26% 45.10%
CMYK 8.70% 18.26% 0.00%
54.90%

Color #695E73 in popluar number systems.

HEX 69 5E 73
Decimal 105 94 115
Binary 1101001 1011110 1110011
Octal 151 136 163

Shades and tints

Shades of #695E73

#695E73
(105,94,115)
#605669
(96,86,105)
#574E5F
(87,78,95)
#4E4655
(78,70,85)
#453E4B
(69,62,75)
#3C3641
(60,54,65)
#332E37
(51,46,55)
#2A262D
(42,38,45)
#211E23
(33,30,35)
#181619
(24,22,25)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #695E73

#695E73
(105,94,115)
#766C7F
(118,108,127)
#837A8B
(131,122,139)
#908897
(144,136,151)
#9D96A3
(157,150,163)
#AAA4AF
(170,164,175)
#B7B2BB
(183,178,187)
#C4C0C7
(196,192,199)
#D1CED3
(209,206,211)
#DEDCDF
(222,220,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695E73 color. Also use rgb(105,94,115) instead hex code.

Text Font Color

.myTextColor { color: #695E73; }

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

This text font color is #695E73.

Background Color

.myBgColor { background-color: #695E73; }

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

This div background color is #695E73.

Border color

.myBorderColor { border: 1px solid #695E73; }

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

This div border color is #695E73.

Opacity

.myOpacity80 { color: #695E73; opacity: 0.8; }

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

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

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

This text has shadow with #695E73 color.


.textShadow {text-shadow: 3px 3px 1px #695E73', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #695E73; -webkit-box-shadow: 1px 1px 3px 2px #695E73; box-shadow:1px 1px 3px 2px #695E73;">
Div content here
</div>

This div box has shadow with color #695E73.

Preview

Color preview on black background

This text has color #695E73 on black background.


Color preview on white background

This text has color #695E73 on white background.


Black color preview on #695E73 background

This text has black color on #695E73 background.


White color preview on #695E73 background

This text has white color on #695E73 background.


Related colors

Complementary color

Complementary color for #hex is #96A18C.


I love getcolorcode.com

Triadic colors

1 #73695E and #5E7369 with #695E73 are triadic colors.

2 #735E69 and #5E6973 with #695E73 are triadic colors.