COLOR #668849

HEX: #668849
RGB: (102,136,73)

Color info

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

RGB color model

#668849 color RGB value is (102,136,73).

  • red value is 102;
  • green value is 136;
  • blue value is 73.
RGB:
(102,136,73)
(40%,53%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 73 of 255 = 29%

102
136
73

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 73 = 311 (100%)
R 102 of 311 ~ 32.8%
G 136 of 311 ~ 43.73%
B 73 of 311 ~ 23.47%

%32.8
%43.73
%23.47

CMYK color model

#668849 color CMYK value is (25,0,46,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(25,0,46,47)
C25M0Y46K47 
(25%,0%,46%,47%)
(0.25/0.00/0.46/0.47)	

CMYK percentages

%25
%0
%46.32
%46.67

Codes

Color #668849 in popluar color models

668849
RGB10213673
HSL92°30.14%40.98%
HSB/HSV92°46.32%53.33%
CMYK25.00%0.00%46.32%
46.67%

Color #668849 in popluar number systems.

HEX668849
Decimal10213673
Binary1100110100010001001001
Octal146210111

Shades and tints

Shades of #668849

#668849
(102,136,73)
#5D7C43
(93,124,67)
#54703D
(84,112,61)
#4B6437
(75,100,55)
#425831
(66,88,49)
#394C2B
(57,76,43)
#304025
(48,64,37)
#27341F
(39,52,31)
#1E2819
(30,40,25)
#151C13
(21,28,19)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #668849

#668849
(102,136,73)
#739259
(115,146,89)
#809C69
(128,156,105)
#8DA679
(141,166,121)
#9AB089
(154,176,137)
#A7BA99
(167,186,153)
#B4C4A9
(180,196,169)
#C1CEB9
(193,206,185)
#CED8C9
(206,216,201)
#DBE2D9
(219,226,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668849 color. Also use rgb(102,136,73) instead hex code.

Text Font Color

.myTextColor { color: #668849; }

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

This text font color is #668849.


Background Color

.myBgColor { background-color: #668849; }

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

This div background color is #668849.


Border color

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

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

This div border color is #668849.


Opacity

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

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

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

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

This text has shadow with #668849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668849 on black background.


Color preview on white background

This text has color #668849 on white background.



Black color preview on #668849 background

This text has black color on #668849 background.


White color preview on #668849 background

This text has white color on #668849 background.