COLOR #668F5D

HEX: #668F5D
RGB: (102,143,93)

Color info

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

RGB color model

#668F5D color RGB value is (102,143,93).

  • red value is 102;
  • green value is 143;
  • blue value is 93.
RGB:
(102,143,93)
(40%,56%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 93 of 255 = 36%

102
143
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 143 + 93 = 338 (100%)
R 102 of 338 ~ 30.18%
G 143 of 338 ~ 42.31%
B 93 of 338 ~ 27.51%

%30.18
%42.31
%27.51

CMYK color model

#668F5D color CMYK value is (29,0,35,44).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(29,0,35,44)
C29M0Y35K44 
(29%,0%,35%,44%)
(0.29/0.00/0.35/0.44)	

CMYK percentages

%28.67
%0
%34.97
%43.92

Codes

Color #668F5D in popluar color models

668F5D
RGB10214393
HSL109°21.19%46.27%
HSB/HSV109°34.97%56.08%
CMYK28.67%0.00%34.97%
43.92%

Color #668F5D in popluar number systems.

HEX668F5D
Decimal10214393
Binary1100110100011111011101
Octal146217135

Shades and tints

Shades of #668F5D

#668F5D
(102,143,93)
#5D8255
(93,130,85)
#54754D
(84,117,77)
#4B6845
(75,104,69)
#425B3D
(66,91,61)
#394E35
(57,78,53)
#30412D
(48,65,45)
#273425
(39,52,37)
#1E271D
(30,39,29)
#151A15
(21,26,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #668F5D

#668F5D
(102,143,93)
#73996B
(115,153,107)
#80A379
(128,163,121)
#8DAD87
(141,173,135)
#9AB795
(154,183,149)
#A7C1A3
(167,193,163)
#B4CBB1
(180,203,177)
#C1D5BF
(193,213,191)
#CEDFCD
(206,223,205)
#DBE9DB
(219,233,219)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668F5D color. Also use rgb(102,143,93) instead hex code.

Text Font Color

.myTextColor { color: #668F5D; }

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

This text font color is #668F5D.


Background Color

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

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

This div background color is #668F5D.


Border color

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

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

This div border color is #668F5D.


Opacity

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

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

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

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

This text has shadow with #668F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668F5D on black background.


Color preview on white background

This text has color #668F5D on white background.



Black color preview on #668F5D background

This text has black color on #668F5D background.


White color preview on #668F5D background

This text has white color on #668F5D background.