COLOR #647D52

HEX: #647D52
RGB: (100,125,82)

Color info

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

RGB color model

#647D52 color RGB value is (100,125,82).

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

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 82 of 255 = 32%

100
125
82

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

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 82 = 307 (100%)
R 100 of 307 ~ 32.57%
G 125 of 307 ~ 40.72%
B 82 of 307 ~ 26.71%

%32.57
%40.72
%26.71

CMYK color model

#647D52 color CMYK value is (20,0,34,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 34.40%
  • key color value is 50.98%
CMYK:
(20,0,34,51)
C20M0Y34K51 
(20%,0%,34%,51%)
(0.20/0.00/0.34/0.51)	

CMYK percentages

%20
%0
%34.4
%50.98

Codes

Color #647D52 in popluar color models

647D52
RGB10012582
HSL95°20.77%40.59%
HSB/HSV95°34.40%49.02%
CMYK20.00%0.00%34.40%
50.98%

Color #647D52 in popluar number systems.

HEX647D52
Decimal10012582
Binary110010011111011010010
Octal144175122

Shades and tints

Shades of #647D52

#647D52
(100,125,82)
#5B724B
(91,114,75)
#526744
(82,103,68)
#495C3D
(73,92,61)
#405136
(64,81,54)
#37462F
(55,70,47)
#2E3B28
(46,59,40)
#253021
(37,48,33)
#1C251A
(28,37,26)
#131A13
(19,26,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #647D52

#647D52
(100,125,82)
#728861
(114,136,97)
#809370
(128,147,112)
#8E9E7F
(142,158,127)
#9CA98E
(156,169,142)
#AAB49D
(170,180,157)
#B8BFAC
(184,191,172)
#C6CABB
(198,202,187)
#D4D5CA
(212,213,202)
#E2E0D9
(226,224,217)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D52; }

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

This text font color is #647D52.


Background Color

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

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

This div background color is #647D52.


Border color

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

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

This div border color is #647D52.


Opacity

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

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

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

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

This text has shadow with #647D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D52 on black background.


Color preview on white background

This text has color #647D52 on white background.



Black color preview on #647D52 background

This text has black color on #647D52 background.


White color preview on #647D52 background

This text has white color on #647D52 background.