COLOR #668344

HEX: #668344
RGB: (102,131,68)

Color info

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

RGB color model

#668344 color RGB value is (102,131,68).

  • red value is 102;
  • green value is 131;
  • blue value is 68.
RGB:
(102,131,68)
(40%,51%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 131 of 255 = 51%
B 68 of 255 = 27%

102
131
68

R + G + B ~ 39%. #668344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 68 = 301 (100%)
R 102 of 301 ~ 33.89%
G 131 of 301 ~ 43.52%
B 68 of 301 ~ 22.59%

%33.89
%43.52
%22.59

CMYK color model

#668344 color CMYK value is (22,0,48,49).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(22,0,48,49)
C22M0Y48K49 
(22%,0%,48%,49%)
(0.22/0.00/0.48/0.49)	

CMYK percentages

%22.14
%0
%48.09
%48.63

Codes

Color #668344 in popluar color models

668344
RGB10213168
HSL88°31.66%39.02%
HSB/HSV88°48.09%51.37%
CMYK22.14%0.00%48.09%
48.63%

Color #668344 in popluar number systems.

HEX668344
Decimal10213168
Binary1100110100000111000100
Octal146203104

Shades and tints

Shades of #668344

#668344
(102,131,68)
#5D783E
(93,120,62)
#546D38
(84,109,56)
#4B6232
(75,98,50)
#42572C
(66,87,44)
#394C26
(57,76,38)
#304120
(48,65,32)
#27361A
(39,54,26)
#1E2B14
(30,43,20)
#15200E
(21,32,14)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #668344

#668344
(102,131,68)
#738E55
(115,142,85)
#809966
(128,153,102)
#8DA477
(141,164,119)
#9AAF88
(154,175,136)
#A7BA99
(167,186,153)
#B4C5AA
(180,197,170)
#C1D0BB
(193,208,187)
#CEDBCC
(206,219,204)
#DBE6DD
(219,230,221)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668344 color. Also use rgb(102,131,68) instead hex code.

Text Font Color

.myTextColor { color: #668344; }

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

This text font color is #668344.


Background Color

.myBgColor { background-color: #668344; }

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

This div background color is #668344.


Border color

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

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

This div border color is #668344.


Opacity

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

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

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

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

This text has shadow with #668344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668344 on black background.


Color preview on white background

This text has color #668344 on white background.



Black color preview on #668344 background

This text has black color on #668344 background.


White color preview on #668344 background

This text has white color on #668344 background.