COLOR #699470

HEX: #699470
RGB: (105,148,112)

Color info

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

RGB color model

#699470 color RGB value is (105,148,112).

  • red value is 105;
  • green value is 148;
  • blue value is 112.
RGB:
(105,148,112)
(41%,58%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 148 of 255 = 58%
B 112 of 255 = 44%

105
148
112

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

Portions of RGB colors in percentages

R + G + B =
105 + 148 + 112 = 365 (100%)
R 105 of 365 ~ 28.77%
G 148 of 365 ~ 40.55%
B 112 of 365 ~ 30.68%

%28.77
%40.55
%30.68

CMYK color model

#699470 color CMYK value is (29,0,24,42).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(29,0,24,42)
C29M0Y24K42 
(29%,0%,24%,42%)
(0.29/0.00/0.24/0.42)	

CMYK percentages

%29.05
%0
%24.32
%41.96

Codes

Color #699470 in popluar color models

699470
RGB105148112
HSL130°17.00%49.61%
HSB/HSV130°29.05%58.04%
CMYK29.05%0.00%24.32%
41.96%

Color #699470 in popluar number systems.

HEX699470
Decimal105148112
Binary1101001100101001110000
Octal151224160

Shades and tints

Shades of #699470

#699470
(105,148,112)
#608766
(96,135,102)
#577A5C
(87,122,92)
#4E6D52
(78,109,82)
#456048
(69,96,72)
#3C533E
(60,83,62)
#334634
(51,70,52)
#2A392A
(42,57,42)
#212C20
(33,44,32)
#181F16
(24,31,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #699470

#699470
(105,148,112)
#769D7D
(118,157,125)
#83A68A
(131,166,138)
#90AF97
(144,175,151)
#9DB8A4
(157,184,164)
#AAC1B1
(170,193,177)
#B7CABE
(183,202,190)
#C4D3CB
(196,211,203)
#D1DCD8
(209,220,216)
#DEE5E5
(222,229,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699470 color. Also use rgb(105,148,112) instead hex code.

Text Font Color

.myTextColor { color: #699470; }

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

This text font color is #699470.


Background Color

.myBgColor { background-color: #699470; }

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

This div background color is #699470.


Border color

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

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

This div border color is #699470.


Opacity

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

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

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

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

This text has shadow with #699470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699470 on black background.


Color preview on white background

This text has color #699470 on white background.



Black color preview on #699470 background

This text has black color on #699470 background.


White color preview on #699470 background

This text has white color on #699470 background.