COLOR #668561

HEX: #668561
RGB: (102,133,97)

Color info

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

RGB color model

#668561 color RGB value is (102,133,97).

  • red value is 102;
  • green value is 133;
  • blue value is 97.
RGB:
(102,133,97)
(40%,52%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 97 of 255 = 38%

102
133
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 133 + 97 = 332 (100%)
R 102 of 332 ~ 30.72%
G 133 of 332 ~ 40.06%
B 97 of 332 ~ 29.22%

%30.72
%40.06
%29.22

CMYK color model

#668561 color CMYK value is (23,0,27,48).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(23,0,27,48)
C23M0Y27K48 
(23%,0%,27%,48%)
(0.23/0.00/0.27/0.48)	

CMYK percentages

%23.31
%0
%27.07
%47.84

Codes

Color #668561 in popluar color models

668561
RGB10213397
HSL112°15.65%45.10%
HSB/HSV112°27.07%52.16%
CMYK23.31%0.00%27.07%
47.84%

Color #668561 in popluar number systems.

HEX668561
Decimal10213397
Binary1100110100001011100001
Octal146205141

Shades and tints

Shades of #668561

#668561
(102,133,97)
#5D7959
(93,121,89)
#546D51
(84,109,81)
#4B6149
(75,97,73)
#425541
(66,85,65)
#394939
(57,73,57)
#303D31
(48,61,49)
#273129
(39,49,41)
#1E2521
(30,37,33)
#151919
(21,25,25)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #668561

#668561
(102,133,97)
#73906F
(115,144,111)
#809B7D
(128,155,125)
#8DA68B
(141,166,139)
#9AB199
(154,177,153)
#A7BCA7
(167,188,167)
#B4C7B5
(180,199,181)
#C1D2C3
(193,210,195)
#CEDDD1
(206,221,209)
#DBE8DF
(219,232,223)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668561 color. Also use rgb(102,133,97) instead hex code.

Text Font Color

.myTextColor { color: #668561; }

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

This text font color is #668561.


Background Color

.myBgColor { background-color: #668561; }

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

This div background color is #668561.


Border color

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

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

This div border color is #668561.


Opacity

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

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

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

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

This text has shadow with #668561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668561 on black background.


Color preview on white background

This text has color #668561 on white background.



Black color preview on #668561 background

This text has black color on #668561 background.


White color preview on #668561 background

This text has white color on #668561 background.