COLOR #668A54

HEX: #668A54
RGB: (102,138,84)

Color info

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

RGB color model

#668A54 color RGB value is (102,138,84).

  • red value is 102;
  • green value is 138;
  • blue value is 84.
RGB:
(102,138,84)
(40%,54%,33%)

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 84 of 255 = 33%

102
138
84

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

Portions of RGB colors in percentages

R + G + B =
102 + 138 + 84 = 324 (100%)
R 102 of 324 ~ 31.48%
G 138 of 324 ~ 42.59%
B 84 of 324 ~ 25.93%

%31.48
%42.59
%25.93

CMYK color model

#668A54 color CMYK value is (26,0,39,46).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 45.88%
CMYK:
(26,0,39,46)
C26M0Y39K46 
(26%,0%,39%,46%)
(0.26/0.00/0.39/0.46)	

CMYK percentages

%26.09
%0
%39.13
%45.88

Codes

Color #668A54 in popluar color models

668A54
RGB10213884
HSL100°24.32%43.53%
HSB/HSV100°39.13%54.12%
CMYK26.09%0.00%39.13%
45.88%

Color #668A54 in popluar number systems.

HEX668A54
Decimal10213884
Binary1100110100010101010100
Octal146212124

Shades and tints

Shades of #668A54

#668A54
(102,138,84)
#5D7E4D
(93,126,77)
#547246
(84,114,70)
#4B663F
(75,102,63)
#425A38
(66,90,56)
#394E31
(57,78,49)
#30422A
(48,66,42)
#273623
(39,54,35)
#1E2A1C
(30,42,28)
#151E15
(21,30,21)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #668A54

#668A54
(102,138,84)
#739463
(115,148,99)
#809E72
(128,158,114)
#8DA881
(141,168,129)
#9AB290
(154,178,144)
#A7BC9F
(167,188,159)
#B4C6AE
(180,198,174)
#C1D0BD
(193,208,189)
#CEDACC
(206,218,204)
#DBE4DB
(219,228,219)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668A54 color. Also use rgb(102,138,84) instead hex code.

Text Font Color

.myTextColor { color: #668A54; }

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

This text font color is #668A54.


Background Color

.myBgColor { background-color: #668A54; }

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

This div background color is #668A54.


Border color

.myBorderColor { border: 1px solid #668A54; }

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

This div border color is #668A54.


Opacity

.myOpacity80 { color: #668A54; opacity: 0.8; }

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

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

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

This text has shadow with #668A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668A54 on black background.


Color preview on white background

This text has color #668A54 on white background.



Black color preview on #668A54 background

This text has black color on #668A54 background.


White color preview on #668A54 background

This text has white color on #668A54 background.