COLOR #695E78

HEX: #695E78 RGB: (105,94,120)

Color info

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

RGB color model

#695E78 color RGB value is (105,94,120).

RGB: (105,94,120) (41%, 37%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 120 of 255 = 47%

105
94
120

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

Portions of RGB colors in percentages

R + G + B = 105 + 94 + 120 = 319 (100%)
R 105 of 319 ~ 32.92%
G 94 of 319 ~ 29.47%
B 120 of 319 ~ 37.62'%

%32.92
%29.47
%37.62

CMYK color model

#695E78 color CMYK value is (13,22,0,53).

  • cyan value is 12.50%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (13,22,0,53)
C13M22Y0K53 (13%, 22%, 0%, 53%)
(0.13 / 0.22 / 0.00 / 0.53)

CMYK percentages

%12.5
%21.67
%0
%52.94

Codes

Color #695E78 in popluar color models

69 5E 78
RGB 105 94 120
HSL 265° 12.15% 41.96%
HSB/HSV 265° 21.67% 47.06%
CMYK 12.50% 21.67% 0.00%
52.94%

Color #695E78 in popluar number systems.

HEX 69 5E 78
Decimal 105 94 120
Binary 1101001 1011110 1111000
Octal 151 136 170

Shades and tints

Shades of #695E78

#695E78
(105,94,120)
#60566E
(96,86,110)
#574E64
(87,78,100)
#4E465A
(78,70,90)
#453E50
(69,62,80)
#3C3646
(60,54,70)
#332E3C
(51,46,60)
#2A2632
(42,38,50)
#211E28
(33,30,40)
#18161E
(24,22,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #695E78

#695E78
(105,94,120)
#766C84
(118,108,132)
#837A90
(131,122,144)
#90889C
(144,136,156)
#9D96A8
(157,150,168)
#AAA4B4
(170,164,180)
#B7B2C0
(183,178,192)
#C4C0CC
(196,192,204)
#D1CED8
(209,206,216)
#DEDCE4
(222,220,228)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695E78; }

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

This text font color is #695E78.

Background Color

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

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

This div background color is #695E78.

Border color

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

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

This div border color is #695E78.

Opacity

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

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

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

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

This text has shadow with #695E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695E78.

Preview

Color preview on black background

This text has color #695E78 on black background.


Color preview on white background

This text has color #695E78 on white background.


Black color preview on #695E78 background

This text has black color on #695E78 background.


White color preview on #695E78 background

This text has white color on #695E78 background.


Related colors

Complementary color

Complementary color for #hex is #96A187.


I love getcolorcode.com

Triadic colors

1 #78695E and #5E7869 with #695E78 are triadic colors.

2 #785E69 and #5E6978 with #695E78 are triadic colors.