COLOR #668275

HEX: #668275
RGB: (102,130,117)

Color info

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

RGB color model

#668275 color RGB value is (102,130,117).

  • red value is 102;
  • green value is 130;
  • blue value is 117.
RGB:
(102,130,117)
(40%,51%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 117 of 255 = 46%

102
130
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 117 = 349 (100%)
R 102 of 349 ~ 29.23%
G 130 of 349 ~ 37.25%
B 117 of 349 ~ 33.52%

%29.23
%37.25
%33.52

CMYK color model

#668275 color CMYK value is (22,0,10,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(22,0,10,49)
C22M0Y10K49 
(22%,0%,10%,49%)
(0.22/0.00/0.10/0.49)	

CMYK percentages

%21.54
%0
%10
%49.02

Codes

Color #668275 in popluar color models

668275
RGB102130117
HSL152°12.07%45.49%
HSB/HSV152°21.54%50.98%
CMYK21.54%0.00%10.00%
49.02%

Color #668275 in popluar number systems.

HEX668275
Decimal102130117
Binary1100110100000101110101
Octal146202165

Shades and tints

Shades of #668275

#668275
(102,130,117)
#5D776B
(93,119,107)
#546C61
(84,108,97)
#4B6157
(75,97,87)
#42564D
(66,86,77)
#394B43
(57,75,67)
#304039
(48,64,57)
#27352F
(39,53,47)
#1E2A25
(30,42,37)
#151F1B
(21,31,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #668275

#668275
(102,130,117)
#738D81
(115,141,129)
#80988D
(128,152,141)
#8DA399
(141,163,153)
#9AAEA5
(154,174,165)
#A7B9B1
(167,185,177)
#B4C4BD
(180,196,189)
#C1CFC9
(193,207,201)
#CEDAD5
(206,218,213)
#DBE5E1
(219,229,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668275 color. Also use rgb(102,130,117) instead hex code.

Text Font Color

.myTextColor { color: #668275; }

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

This text font color is #668275.


Background Color

.myBgColor { background-color: #668275; }

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

This div background color is #668275.


Border color

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

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

This div border color is #668275.


Opacity

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

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

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

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

This text has shadow with #668275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668275 on black background.


Color preview on white background

This text has color #668275 on white background.



Black color preview on #668275 background

This text has black color on #668275 background.


White color preview on #668275 background

This text has white color on #668275 background.