COLOR #669471

HEX: #669471
RGB: (102,148,113)

Color info

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

RGB color model

#669471 color RGB value is (102,148,113).

  • red value is 102;
  • green value is 148;
  • blue value is 113.
RGB:
(102,148,113)
(40%,58%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 148 of 255 = 58%
B 113 of 255 = 44%

102
148
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 148 + 113 = 363 (100%)
R 102 of 363 ~ 28.1%
G 148 of 363 ~ 40.77%
B 113 of 363 ~ 31.13%

%28.1
%40.77
%31.13

CMYK color model

#669471 color CMYK value is (31,0,24,42).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(31,0,24,42)
C31M0Y24K42 
(31%,0%,24%,42%)
(0.31/0.00/0.24/0.42)	

CMYK percentages

%31.08
%0
%23.65
%41.96

Codes

Color #669471 in popluar color models

669471
RGB102148113
HSL134°18.40%49.02%
HSB/HSV134°31.08%58.04%
CMYK31.08%0.00%23.65%
41.96%

Color #669471 in popluar number systems.

HEX669471
Decimal102148113
Binary1100110100101001110001
Octal146224161

Shades and tints

Shades of #669471

#669471
(102,148,113)
#5D8767
(93,135,103)
#547A5D
(84,122,93)
#4B6D53
(75,109,83)
#426049
(66,96,73)
#39533F
(57,83,63)
#304635
(48,70,53)
#27392B
(39,57,43)
#1E2C21
(30,44,33)
#151F17
(21,31,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #669471

#669471
(102,148,113)
#739D7D
(115,157,125)
#80A689
(128,166,137)
#8DAF95
(141,175,149)
#9AB8A1
(154,184,161)
#A7C1AD
(167,193,173)
#B4CAB9
(180,202,185)
#C1D3C5
(193,211,197)
#CEDCD1
(206,220,209)
#DBE5DD
(219,229,221)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669471 color. Also use rgb(102,148,113) instead hex code.

Text Font Color

.myTextColor { color: #669471; }

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

This text font color is #669471.


Background Color

.myBgColor { background-color: #669471; }

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

This div background color is #669471.


Border color

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

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

This div border color is #669471.


Opacity

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

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

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

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

This text has shadow with #669471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669471 on black background.


Color preview on white background

This text has color #669471 on white background.



Black color preview on #669471 background

This text has black color on #669471 background.


White color preview on #669471 background

This text has white color on #669471 background.