COLOR #695077

HEX: #695077
RGB: (105,80,119)

Color info

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

RGB color model

#695077 color RGB value is (105,80,119).

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

RGB channels and saturation

R 105 of 255 = 41%
G 80 of 255 = 31%
B 119 of 255 = 47%

105
80
119

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

Portions of RGB colors in percentages

R + G + B =
105 + 80 + 119 = 304 (100%)
R 105 of 304 ~ 34.54%
G 80 of 304 ~ 26.32%
B 119 of 304 ~ 39.14%

%34.54
%26.32
%39.14

CMYK color model

#695077 color CMYK value is (12,33,0,53).

  • cyan value is 11.76%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(12,33,0,53)
C12M33Y0K53 
(12%,33%,0%,53%)
(0.12/0.33/0.00/0.53)	

CMYK percentages

%11.76
%32.77
%0
%53.33

Codes

Color #695077 in popluar color models

695077
RGB10580119
HSL278°19.60%39.02%
HSB/HSV278°32.77%46.67%
CMYK11.76%32.77%0.00%
53.33%

Color #695077 in popluar number systems.

HEX695077
Decimal10580119
Binary110100110100001110111
Octal151120167

Shades and tints

Shades of #695077

#695077
(105,80,119)
#60496D
(96,73,109)
#574263
(87,66,99)
#4E3B59
(78,59,89)
#45344F
(69,52,79)
#3C2D45
(60,45,69)
#33263B
(51,38,59)
#2A1F31
(42,31,49)
#211827
(33,24,39)
#18111D
(24,17,29)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #695077

#695077
(105,80,119)
#765F83
(118,95,131)
#836E8F
(131,110,143)
#907D9B
(144,125,155)
#9D8CA7
(157,140,167)
#AA9BB3
(170,155,179)
#B7AABF
(183,170,191)
#C4B9CB
(196,185,203)
#D1C8D7
(209,200,215)
#DED7E3
(222,215,227)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695077; }

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

This text font color is #695077.


Background Color

.myBgColor { background-color: #695077; }

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

This div background color is #695077.


Border color

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

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

This div border color is #695077.


Opacity

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

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

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

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

This text has shadow with #695077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695077 on black background.


Color preview on white background

This text has color #695077 on white background.



Black color preview on #695077 background

This text has black color on #695077 background.


White color preview on #695077 background

This text has white color on #695077 background.