COLOR #66825D

HEX: #66825D
RGB: (102,130,93)

Color info

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

RGB color model

#66825D color RGB value is (102,130,93).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 93 of 255 = 36%

102
130
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 93 = 325 (100%)
R 102 of 325 ~ 31.38%
G 130 of 325 ~ 40%
B 93 of 325 ~ 28.62%

%31.38
%40
%28.62

CMYK color model

#66825D color CMYK value is (22,0,28,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(22,0,28,49)
C22M0Y28K49 
(22%,0%,28%,49%)
(0.22/0.00/0.28/0.49)	

CMYK percentages

%21.54
%0
%28.46
%49.02

Codes

Color #66825D in popluar color models

66825D
RGB10213093
HSL105°16.59%43.73%
HSB/HSV105°28.46%50.98%
CMYK21.54%0.00%28.46%
49.02%

Color #66825D in popluar number systems.

HEX66825D
Decimal10213093
Binary1100110100000101011101
Octal146202135

Shades and tints

Shades of #66825D

#66825D
(102,130,93)
#5D7755
(93,119,85)
#546C4D
(84,108,77)
#4B6145
(75,97,69)
#42563D
(66,86,61)
#394B35
(57,75,53)
#30402D
(48,64,45)
#273525
(39,53,37)
#1E2A1D
(30,42,29)
#151F15
(21,31,21)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #66825D

#66825D
(102,130,93)
#738D6B
(115,141,107)
#809879
(128,152,121)
#8DA387
(141,163,135)
#9AAE95
(154,174,149)
#A7B9A3
(167,185,163)
#B4C4B1
(180,196,177)
#C1CFBF
(193,207,191)
#CEDACD
(206,218,205)
#DBE5DB
(219,229,219)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66825D; }

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

This text font color is #66825D.


Background Color

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

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

This div background color is #66825D.


Border color

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

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

This div border color is #66825D.


Opacity

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

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

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

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

This text has shadow with #66825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66825D on black background.


Color preview on white background

This text has color #66825D on white background.



Black color preview on #66825D background

This text has black color on #66825D background.


White color preview on #66825D background

This text has white color on #66825D background.