COLOR #699576

HEX: #699576
RGB: (105,149,118)

Color info

#699576 contains red, green and blue colors in about the same proportion. Web safe color of #699576 is #669966 (or #696).

RGB color model

#699576 color RGB value is (105,149,118).

  • red value is 105;
  • green value is 149;
  • blue value is 118.
RGB:
(105,149,118)
(41%,58%,46%)

RGB channels and saturation

R 105 of 255 = 41%
G 149 of 255 = 58%
B 118 of 255 = 46%

105
149
118

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

Portions of RGB colors in percentages

R + G + B =
105 + 149 + 118 = 372 (100%)
R 105 of 372 ~ 28.23%
G 149 of 372 ~ 40.05%
B 118 of 372 ~ 31.72%

%28.23
%40.05
%31.72

CMYK color model

#699576 color CMYK value is (30,0,21,42).

  • cyan value is 29.53%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(30,0,21,42)
C30M0Y21K42 
(30%,0%,21%,42%)
(0.30/0.00/0.21/0.42)	

CMYK percentages

%29.53
%0
%20.81
%41.57

Codes

Color #699576 in popluar color models

699576
RGB105149118
HSL138°17.32%49.80%
HSB/HSV138°29.53%58.43%
CMYK29.53%0.00%20.81%
41.57%

Color #699576 in popluar number systems.

HEX699576
Decimal105149118
Binary1101001100101011110110
Octal151225166

Shades and tints

Shades of #699576

#699576
(105,149,118)
#60886C
(96,136,108)
#577B62
(87,123,98)
#4E6E58
(78,110,88)
#45614E
(69,97,78)
#3C5444
(60,84,68)
#33473A
(51,71,58)
#2A3A30
(42,58,48)
#212D26
(33,45,38)
#18201C
(24,32,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #699576

#699576
(105,149,118)
#769E82
(118,158,130)
#83A78E
(131,167,142)
#90B09A
(144,176,154)
#9DB9A6
(157,185,166)
#AAC2B2
(170,194,178)
#B7CBBE
(183,203,190)
#C4D4CA
(196,212,202)
#D1DDD6
(209,221,214)
#DEE6E2
(222,230,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699576 color. Also use rgb(105,149,118) instead hex code.

Text Font Color

.myTextColor { color: #699576; }

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

This text font color is #699576.


Background Color

.myBgColor { background-color: #699576; }

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

This div background color is #699576.


Border color

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

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

This div border color is #699576.


Opacity

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

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

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

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

This text has shadow with #699576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699576 on black background.


Color preview on white background

This text has color #699576 on white background.



Black color preview on #699576 background

This text has black color on #699576 background.


White color preview on #699576 background

This text has white color on #699576 background.