COLOR #668367

HEX: #668367
RGB: (102,131,103)

Color info

#668367 contains red, green and blue colors in about the same proportion. Web safe color of #668367 is #669966 (or #696).

RGB color model

#668367 color RGB value is (102,131,103).

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

RGB channels and saturation

R 102 of 255 = 40%
G 131 of 255 = 51%
B 103 of 255 = 40%

102
131
103

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

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 103 = 336 (100%)
R 102 of 336 ~ 30.36%
G 131 of 336 ~ 38.99%
B 103 of 336 ~ 30.65%

%30.36
%38.99
%30.65

CMYK color model

#668367 color CMYK value is (22,0,21,49).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK: (22,0,21,49) C22M0Y21K49 (22%,0%,21%,49%) (0.22/0.00/0.21/0.49)

CMYK percentages

%22.14
%0
%21.37
%48.63

Codes

Color #668367 in popluar color models

668367
RGB102131103
HSL122°12.45%45.69%
HSB/HSV122°22.14%51.37%
CMYK22.14%0.00%21.37%
48.63%

Color #668367 in popluar number systems.

HEX668367
Decimal102131103
Binary1100110100000111100111
Octal146203147

Shades and tints

Shades of #668367

#668367
(102,131,103)
#5D785E
(93,120,94)
#546D55
(84,109,85)
#4B624C
(75,98,76)
#425743
(66,87,67)
#394C3A
(57,76,58)
#304131
(48,65,49)
#273628
(39,54,40)
#1E2B1F
(30,43,31)
#152016
(21,32,22)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #668367

#668367
(102,131,103)
#738E74
(115,142,116)
#809981
(128,153,129)
#8DA48E
(141,164,142)
#9AAF9B
(154,175,155)
#A7BAA8
(167,186,168)
#B4C5B5
(180,197,181)
#C1D0C2
(193,208,194)
#CEDBCF
(206,219,207)
#DBE6DC
(219,230,220)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668367; }

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

This text font color is #668367.


Background Color

.myBgColor { background-color: #668367; }

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

This div background color is #668367.


Border color

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

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

This div border color is #668367.


Opacity

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

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

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

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

This text has shadow with #668367 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #668367 on black background.


Color preview on white background

This text has color #668367 on white background.



Black color preview on #668367 background

This text has black color on #668367 background.


White color preview on #668367 background

This text has white color on #668367 background.