COLOR #666250

HEX: #666250
RGB: (102,98,80)

Color info

#666250 contains red, green and blue colors in about the same proportion. Web safe color of #666250 is #666666 (or #666).

RGB color model

#666250 color RGB value is (102,98,80).

  • red value is 102;
  • green value is 98;
  • blue value is 80.
RGB:
(102,98,80)
(40%,38%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 80 of 255 = 31%

102
98
80

R + G + B ~ 36%. #666250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 80 = 280 (100%)
R 102 of 280 ~ 36.43%
G 98 of 280 ~ 35%
B 80 of 280 ~ 28.57%

%36.43
%35
%28.57

CMYK color model

#666250 color CMYK value is (0,4,22,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 21.57%
  • key color value is 60.00%
CMYK:
(0,4,22,60)
C0M4Y22K60 
(0%,4%,22%,60%)
(0.00/0.04/0.22/0.60)	

CMYK percentages

%0
%3.92
%21.57
%60

Codes

Color #666250 in popluar color models

666250
RGB1029880
HSL49°12.09%35.69%
HSB/HSV49°21.57%40.00%
CMYK0.00%3.92%21.57%
60.00%

Color #666250 in popluar number systems.

HEX666250
Decimal1029880
Binary110011011000101010000
Octal146142120

Shades and tints

Shades of #666250

#666250
(102,98,80)
#5D5A49
(93,90,73)
#545242
(84,82,66)
#4B4A3B
(75,74,59)
#424234
(66,66,52)
#393A2D
(57,58,45)
#303226
(48,50,38)
#272A1F
(39,42,31)
#1E2218
(30,34,24)
#151A11
(21,26,17)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #666250

#666250
(102,98,80)
#73705F
(115,112,95)
#807E6E
(128,126,110)
#8D8C7D
(141,140,125)
#9A9A8C
(154,154,140)
#A7A89B
(167,168,155)
#B4B6AA
(180,182,170)
#C1C4B9
(193,196,185)
#CED2C8
(206,210,200)
#DBE0D7
(219,224,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666250 color. Also use rgb(102,98,80) instead hex code.

Text Font Color

.myTextColor { color: #666250; }

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

This text font color is #666250.


Background Color

.myBgColor { background-color: #666250; }

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

This div background color is #666250.


Border color

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

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

This div border color is #666250.


Opacity

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

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

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

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

This text has shadow with #666250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666250 on black background.


Color preview on white background

This text has color #666250 on white background.



Black color preview on #666250 background

This text has black color on #666250 background.


White color preview on #666250 background

This text has white color on #666250 background.