COLOR #668237

HEX: #668237
RGB: (102,130,55)

Color info

#668237 contains mainly red and green colors. Web safe color of #668237 is #669933 (or #693).

RGB color model

#668237 color RGB value is (102,130,55).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 55 of 255 = 22%

102
130
55

R + G + B ~ 38%. #668237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 55 = 287 (100%)
R 102 of 287 ~ 35.54%
G 130 of 287 ~ 45.3%
B 55 of 287 ~ 19.16%

%35.54
%45.3
%19.16

CMYK color model

#668237 color CMYK value is (22,0,58,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 49.02%
CMYK:
(22,0,58,49)
C22M0Y58K49 
(22%,0%,58%,49%)
(0.22/0.00/0.58/0.49)	

CMYK percentages

%21.54
%0
%57.69
%49.02

Codes

Color #668237 in popluar color models

668237
RGB10213055
HSL82°40.54%36.27%
HSB/HSV82°57.69%50.98%
CMYK21.54%0.00%57.69%
49.02%

Color #668237 in popluar number systems.

HEX668237
Decimal10213055
Binary110011010000010110111
Octal14620267

Shades and tints

Shades of #668237

#668237
(102,130,55)
#5D7732
(93,119,50)
#546C2D
(84,108,45)
#4B6128
(75,97,40)
#425623
(66,86,35)
#394B1E
(57,75,30)
#304019
(48,64,25)
#273514
(39,53,20)
#1E2A0F
(30,42,15)
#151F0A
(21,31,10)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #668237

#668237
(102,130,55)
#738D49
(115,141,73)
#80985B
(128,152,91)
#8DA36D
(141,163,109)
#9AAE7F
(154,174,127)
#A7B991
(167,185,145)
#B4C4A3
(180,196,163)
#C1CFB5
(193,207,181)
#CEDAC7
(206,218,199)
#DBE5D9
(219,229,217)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668237; }

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

This text font color is #668237.


Background Color

.myBgColor { background-color: #668237; }

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

This div background color is #668237.


Border color

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

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

This div border color is #668237.


Opacity

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

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

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

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

This text has shadow with #668237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668237 on black background.


Color preview on white background

This text has color #668237 on white background.



Black color preview on #668237 background

This text has black color on #668237 background.


White color preview on #668237 background

This text has white color on #668237 background.