COLOR #646252

HEX: #646252 RGB: (100,98,82)

Color info

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

RGB color model

#646252 color RGB value is (100,98,82).

RGB: (100,98,82) (39%, 38%, 32%)

RGB channels and saturation

R 100 of 255 = 39%
G 98 of 255 = 38%
B 82 of 255 = 32%

100
98
82

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

Portions of RGB colors in percentages

R + G + B = 100 + 98 + 82 = 280 (100%)
R 100 of 280 ~ 35.71%
G 98 of 280 ~ 35%
B 82 of 280 ~ 29.29'%

%35.71
%35
%29.29

CMYK color model

#646252 color CMYK value is (0,2,18,61).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 18.00%
  • key color value is 60.78%

CMYK: (0,2,18,61)
C0M2Y18K61 (0%, 2%, 18%, 61%)
(0.00 / 0.02 / 0.18 / 0.61)

CMYK percentages

%0
%2
%18
%60.78

Codes

Color #646252 in popluar color models

64 62 52
RGB 100 98 82
HSL 53° 9.89% 35.69%
HSB/HSV 53° 18.00% 39.22%
CMYK 0.00% 2.00% 18.00%
60.78%

Color #646252 in popluar number systems.

HEX 64 62 52
Decimal 100 98 82
Binary 1100100 1100010 1010010
Octal 144 142 122

Shades and tints

Shades of #646252

#646252
(100,98,82)
#5B5A4B
(91,90,75)
#525244
(82,82,68)
#494A3D
(73,74,61)
#404236
(64,66,54)
#373A2F
(55,58,47)
#2E3228
(46,50,40)
#252A21
(37,42,33)
#1C221A
(28,34,26)
#131A13
(19,26,19)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #646252

#646252
(100,98,82)
#727061
(114,112,97)
#807E70
(128,126,112)
#8E8C7F
(142,140,127)
#9C9A8E
(156,154,142)
#AAA89D
(170,168,157)
#B8B6AC
(184,182,172)
#C6C4BB
(198,196,187)
#D4D2CA
(212,210,202)
#E2E0D9
(226,224,217)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646252 color. Also use rgb(100,98,82) instead hex code.

Text Font Color

.myTextColor { color: #646252; }

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

This text font color is #646252.

Background Color

.myBgColor { background-color: #646252; }

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

This div background color is #646252.

Border color

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

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

This div border color is #646252.

Opacity

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

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

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

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

This text has shadow with #646252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646252.

Preview

Color preview on black background

This text has color #646252 on black background.


Color preview on white background

This text has color #646252 on white background.


Black color preview on #646252 background

This text has black color on #646252 background.


White color preview on #646252 background

This text has white color on #646252 background.


Related colors

Complementary color

Complementary color for #hex is #9B9DAD.


I love getcolorcode.com

Triadic colors

1 #526462 and #625264 with #646252 are triadic colors.

2 #526264 and #626452 with #646252 are triadic colors.