COLOR #666253

HEX: #666253 RGB: (102,98,83)

Color info

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

RGB color model

#666253 color RGB value is (102,98,83).

RGB: (102,98,83) (40%, 38%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 83 of 255 = 33%

102
98
83

R + G + B ~ 37%. #666253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 98 + 83 = 283 (100%)
R 102 of 283 ~ 36.04%
G 98 of 283 ~ 34.63%
B 83 of 283 ~ 29.33'%

%36.04
%34.63
%29.33

CMYK color model

#666253 color CMYK value is (0,4,19,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 18.63%
  • key color value is 60.00%

CMYK: (0,4,19,60)
C0M4Y19K60 (0%, 4%, 19%, 60%)
(0.00 / 0.04 / 0.19 / 0.60)

CMYK percentages

%0
%3.92
%18.63
%60

Codes

Color #666253 in popluar color models

66 62 53
RGB 102 98 83
HSL 47° 10.27% 36.27%
HSB/HSV 47° 18.63% 40.00%
CMYK 0.00% 3.92% 18.63%
60.00%

Color #666253 in popluar number systems.

HEX 66 62 53
Decimal 102 98 83
Binary 1100110 1100010 1010011
Octal 146 142 123

Shades and tints

Shades of #666253

#666253
(102,98,83)
#5D5A4C
(93,90,76)
#545245
(84,82,69)
#4B4A3E
(75,74,62)
#424237
(66,66,55)
#393A30
(57,58,48)
#303229
(48,50,41)
#272A22
(39,42,34)
#1E221B
(30,34,27)
#151A14
(21,26,20)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #666253

#666253
(102,98,83)
#737062
(115,112,98)
#807E71
(128,126,113)
#8D8C80
(141,140,128)
#9A9A8F
(154,154,143)
#A7A89E
(167,168,158)
#B4B6AD
(180,182,173)
#C1C4BC
(193,196,188)
#CED2CB
(206,210,203)
#DBE0DA
(219,224,218)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666253; }

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

This text font color is #666253.

Background Color

.myBgColor { background-color: #666253; }

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

This div background color is #666253.

Border color

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

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

This div border color is #666253.

Opacity

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

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

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

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

This text has shadow with #666253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666253.

Preview

Color preview on black background

This text has color #666253 on black background.


Color preview on white background

This text has color #666253 on white background.


Black color preview on #666253 background

This text has black color on #666253 background.


White color preview on #666253 background

This text has white color on #666253 background.


Related colors

Complementary color

Complementary color for #hex is #999DAC.


I love getcolorcode.com

Triadic colors

1 #536662 and #625366 with #666253 are triadic colors.

2 #536266 and #626653 with #666253 are triadic colors.