COLOR #668631

HEX: #668631
RGB: (102,134,49)

Color info

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

RGB color model

#668631 color RGB value is (102,134,49).

  • red value is 102;
  • green value is 134;
  • blue value is 49.
RGB:
(102,134,49)
(40%,53%,19%)

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 49 of 255 = 19%

102
134
49

R + G + B ~ 37%. #668631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 49 = 285 (100%)
R 102 of 285 ~ 35.79%
G 134 of 285 ~ 47.02%
B 49 of 285 ~ 17.19%

%35.79
%47.02
%17.19

CMYK color model

#668631 color CMYK value is (24,0,63,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 63.43%
  • key color value is 47.45%
CMYK:
(24,0,63,47)
C24M0Y63K47 
(24%,0%,63%,47%)
(0.24/0.00/0.63/0.47)	

CMYK percentages

%23.88
%0
%63.43
%47.45

Codes

Color #668631 in popluar color models

668631
RGB10213449
HSL83°46.45%35.88%
HSB/HSV83°63.43%52.55%
CMYK23.88%0.00%63.43%
47.45%

Color #668631 in popluar number systems.

HEX668631
Decimal10213449
Binary110011010000110110001
Octal14620661

Shades and tints

Shades of #668631

#668631
(102,134,49)
#5D7A2D
(93,122,45)
#546E29
(84,110,41)
#4B6225
(75,98,37)
#425621
(66,86,33)
#394A1D
(57,74,29)
#303E19
(48,62,25)
#273215
(39,50,21)
#1E2611
(30,38,17)
#151A0D
(21,26,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #668631

#668631
(102,134,49)
#739143
(115,145,67)
#809C55
(128,156,85)
#8DA767
(141,167,103)
#9AB279
(154,178,121)
#A7BD8B
(167,189,139)
#B4C89D
(180,200,157)
#C1D3AF
(193,211,175)
#CEDEC1
(206,222,193)
#DBE9D3
(219,233,211)
#E8F4E5
(232,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668631 color. Also use rgb(102,134,49) instead hex code.

Text Font Color

.myTextColor { color: #668631; }

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

This text font color is #668631.


Background Color

.myBgColor { background-color: #668631; }

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

This div background color is #668631.


Border color

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

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

This div border color is #668631.


Opacity

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

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

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

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

This text has shadow with #668631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668631 on black background.


Color preview on white background

This text has color #668631 on white background.



Black color preview on #668631 background

This text has black color on #668631 background.


White color preview on #668631 background

This text has white color on #668631 background.