COLOR #66995B

HEX: #66995B
RGB: (102,153,91)

Color info

#66995B contains mainly red and green colors. Web safe color of #66995B is #669966 (or #696).

RGB color model

#66995B color RGB value is (102,153,91).

  • red value is 102;
  • green value is 153;
  • blue value is 91.
RGB:
(102,153,91)
(40%,60%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 91 of 255 = 36%

102
153
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 91 = 346 (100%)
R 102 of 346 ~ 29.48%
G 153 of 346 ~ 44.22%
B 91 of 346 ~ 26.3%

%29.48
%44.22
%26.3

CMYK color model

#66995B color CMYK value is (33,0,41,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 40.00%
CMYK:
(33,0,41,40)
C33M0Y41K40 
(33%,0%,41%,40%)
(0.33/0.00/0.41/0.40)	

CMYK percentages

%33.33
%0
%40.52
%40

Codes

Color #66995B in popluar color models

66995B
RGB10215391
HSL109°25.41%47.84%
HSB/HSV109°40.52%60.00%
CMYK33.33%0.00%40.52%
40.00%

Color #66995B in popluar number systems.

HEX66995B
Decimal10215391
Binary1100110100110011011011
Octal146231133

Shades and tints

Shades of #66995B

#66995B
(102,153,91)
#5D8C53
(93,140,83)
#547F4B
(84,127,75)
#4B7243
(75,114,67)
#42653B
(66,101,59)
#395833
(57,88,51)
#304B2B
(48,75,43)
#273E23
(39,62,35)
#1E311B
(30,49,27)
#152413
(21,36,19)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #66995B

#66995B
(102,153,91)
#73A269
(115,162,105)
#80AB77
(128,171,119)
#8DB485
(141,180,133)
#9ABD93
(154,189,147)
#A7C6A1
(167,198,161)
#B4CFAF
(180,207,175)
#C1D8BD
(193,216,189)
#CEE1CB
(206,225,203)
#DBEAD9
(219,234,217)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66995B color. Also use rgb(102,153,91) instead hex code.

Text Font Color

.myTextColor { color: #66995B; }

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

This text font color is #66995B.


Background Color

.myBgColor { background-color: #66995B; }

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

This div background color is #66995B.


Border color

.myBorderColor { border: 1px solid #66995B; }

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

This div border color is #66995B.


Opacity

.myOpacity80 { color: #66995B; opacity: 0.8; }

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

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

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

This text has shadow with #66995B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66995B on black background.


Color preview on white background

This text has color #66995B on white background.



Black color preview on #66995B background

This text has black color on #66995B background.


White color preview on #66995B background

This text has white color on #66995B background.