COLOR #66995D

HEX: #66995D
RGB: (102,153,93)

Color info

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

RGB color model

#66995D color RGB value is (102,153,93).

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

RGB channels and saturation

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

102
153
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 93 = 348 (100%)
R 102 of 348 ~ 29.31%
G 153 of 348 ~ 43.97%
B 93 of 348 ~ 26.72%

%29.31
%43.97
%26.72

CMYK color model

#66995D color CMYK value is (33,0,39,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(33,0,39,40)
C33M0Y39K40 
(33%,0%,39%,40%)
(0.33/0.00/0.39/0.40)	

CMYK percentages

%33.33
%0
%39.22
%40

Codes

Color #66995D in popluar color models

66995D
RGB10215393
HSL111°24.39%48.24%
HSB/HSV111°39.22%60.00%
CMYK33.33%0.00%39.22%
40.00%

Color #66995D in popluar number systems.

HEX66995D
Decimal10215393
Binary1100110100110011011101
Octal146231135

Shades and tints

Shades of #66995D

#66995D
(102,153,93)
#5D8C55
(93,140,85)
#547F4D
(84,127,77)
#4B7245
(75,114,69)
#42653D
(66,101,61)
#395835
(57,88,53)
#304B2D
(48,75,45)
#273E25
(39,62,37)
#1E311D
(30,49,29)
#152415
(21,36,21)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #66995D

#66995D
(102,153,93)
#73A26B
(115,162,107)
#80AB79
(128,171,121)
#8DB487
(141,180,135)
#9ABD95
(154,189,149)
#A7C6A3
(167,198,163)
#B4CFB1
(180,207,177)
#C1D8BF
(193,216,191)
#CEE1CD
(206,225,205)
#DBEADB
(219,234,219)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66995D; }

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

This text font color is #66995D.


Background Color

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

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

This div background color is #66995D.


Border color

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

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

This div border color is #66995D.


Opacity

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

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

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

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

This text has shadow with #66995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66995D on black background.


Color preview on white background

This text has color #66995D on white background.



Black color preview on #66995D background

This text has black color on #66995D background.


White color preview on #66995D background

This text has white color on #66995D background.