COLOR #668748

HEX: #668748
RGB: (102,135,72)

Color info

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

RGB color model

#668748 color RGB value is (102,135,72).

  • red value is 102;
  • green value is 135;
  • blue value is 72.
RGB:
(102,135,72)
(40%,53%,28%)

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 72 of 255 = 28%

102
135
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 72 = 309 (100%)
R 102 of 309 ~ 33.01%
G 135 of 309 ~ 43.69%
B 72 of 309 ~ 23.3%

%33.01
%43.69
%23.3

CMYK color model

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

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(24,0,47,47)
C24M0Y47K47 
(24%,0%,47%,47%)
(0.24/0.00/0.47/0.47)	

CMYK percentages

%24.44
%0
%46.67
%47.06

Codes

Color #668748 in popluar color models

668748
RGB10213572
HSL91°30.43%40.59%
HSB/HSV91°46.67%52.94%
CMYK24.44%0.00%46.67%
47.06%

Color #668748 in popluar number systems.

HEX668748
Decimal10213572
Binary1100110100001111001000
Octal146207110

Shades and tints

Shades of #668748

#668748
(102,135,72)
#5D7B42
(93,123,66)
#546F3C
(84,111,60)
#4B6336
(75,99,54)
#425730
(66,87,48)
#394B2A
(57,75,42)
#303F24
(48,63,36)
#27331E
(39,51,30)
#1E2718
(30,39,24)
#151B12
(21,27,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #668748

#668748
(102,135,72)
#739158
(115,145,88)
#809B68
(128,155,104)
#8DA578
(141,165,120)
#9AAF88
(154,175,136)
#A7B998
(167,185,152)
#B4C3A8
(180,195,168)
#C1CDB8
(193,205,184)
#CED7C8
(206,215,200)
#DBE1D8
(219,225,216)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668748 color. Also use rgb(102,135,72) instead hex code.

Text Font Color

.myTextColor { color: #668748; }

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

This text font color is #668748.


Background Color

.myBgColor { background-color: #668748; }

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

This div background color is #668748.


Border color

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

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

This div border color is #668748.


Opacity

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

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

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

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

This text has shadow with #668748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668748 on black background.


Color preview on white background

This text has color #668748 on white background.



Black color preview on #668748 background

This text has black color on #668748 background.


White color preview on #668748 background

This text has white color on #668748 background.