COLOR #647A52

HEX: #647A52
RGB: (100,122,82)

Color info

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

RGB color model

#647A52 color RGB value is (100,122,82).

  • red value is 100;
  • green value is 122;
  • blue value is 82.
RGB:
(100,122,82)
(39%,48%,32%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 82 of 255 = 32%

100
122
82

R + G + B ~ 40%. #647A52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 82 = 304 (100%)
R 100 of 304 ~ 32.89%
G 122 of 304 ~ 40.13%
B 82 of 304 ~ 26.97%

%32.89
%40.13
%26.97

CMYK color model

#647A52 color CMYK value is (18,0,33,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK:
(18,0,33,52)
C18M0Y33K52 
(18%,0%,33%,52%)
(0.18/0.00/0.33/0.52)	

CMYK percentages

%18.03
%0
%32.79
%52.16

Codes

Color #647A52 in popluar color models

647A52
RGB10012282
HSL93°19.61%40.00%
HSB/HSV93°32.79%47.84%
CMYK18.03%0.00%32.79%
52.16%

Color #647A52 in popluar number systems.

HEX647A52
Decimal10012282
Binary110010011110101010010
Octal144172122

Shades and tints

Shades of #647A52

#647A52
(100,122,82)
#5B6F4B
(91,111,75)
#526444
(82,100,68)
#49593D
(73,89,61)
#404E36
(64,78,54)
#37432F
(55,67,47)
#2E3828
(46,56,40)
#252D21
(37,45,33)
#1C221A
(28,34,26)
#131713
(19,23,19)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #647A52

#647A52
(100,122,82)
#728661
(114,134,97)
#809270
(128,146,112)
#8E9E7F
(142,158,127)
#9CAA8E
(156,170,142)
#AAB69D
(170,182,157)
#B8C2AC
(184,194,172)
#C6CEBB
(198,206,187)
#D4DACA
(212,218,202)
#E2E6D9
(226,230,217)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647A52; }

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

This text font color is #647A52.


Background Color

.myBgColor { background-color: #647A52; }

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

This div background color is #647A52.


Border color

.myBorderColor { border: 1px solid #647A52; }

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

This div border color is #647A52.


Opacity

.myOpacity80 { color: #647A52; opacity: 0.8; }

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

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

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

This text has shadow with #647A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647A52 on black background.


Color preview on white background

This text has color #647A52 on white background.



Black color preview on #647A52 background

This text has black color on #647A52 background.


White color preview on #647A52 background

This text has white color on #647A52 background.