COLOR #647D1E

HEX: #647D1E RGB: (100,125,30)

Color info

#647D1E contains mainly red and green colors. Web safe color of #647D1E is #666633 (or #663).

RGB color model

#647D1E color RGB value is (100,125,30).

RGB: (100,125,30) (39%, 49%, 12%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 30 of 255 = 12%

100
125
30

R + G + B ~ 33%. #647D1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 125 + 30 = 255 (100%)
R 100 of 255 ~ 39.22%
G 125 of 255 ~ 49.02%
B 30 of 255 ~ 11.76'%

%39.22
%49.02
%11.76

CMYK color model

#647D1E color CMYK value is (20,0,76,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 50.98%

CMYK: (20,0,76,51)
C20M0Y76K51 (20%, 0%, 76%, 51%)
(0.20 / 0.00 / 0.76 / 0.51)

CMYK percentages

%20
%0
%76
%50.98

Codes

Color #647D1E in popluar color models

64 7D 1E
RGB 100 125 30
HSL 76° 61.29% 30.39%
HSB/HSV 76° 76.00% 49.02%
CMYK 20.00% 0.00% 76.00%
50.98%

Color #647D1E in popluar number systems.

HEX 64 7D 1E
Decimal 100 125 30
Binary 1100100 1111101 11110
Octal 144 175 36

Shades and tints

Shades of #647D1E

#647D1E
(100,125,30)
#5B721C
(91,114,28)
#52671A
(82,103,26)
#495C18
(73,92,24)
#405116
(64,81,22)
#374614
(55,70,20)
#2E3B12
(46,59,18)
#253010
(37,48,16)
#1C250E
(28,37,14)
#131A0C
(19,26,12)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #647D1E

#647D1E
(100,125,30)
#728832
(114,136,50)
#809346
(128,147,70)
#8E9E5A
(142,158,90)
#9CA96E
(156,169,110)
#AAB482
(170,180,130)
#B8BF96
(184,191,150)
#C6CAAA
(198,202,170)
#D4D5BE
(212,213,190)
#E2E0D2
(226,224,210)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D1E; }

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

This text font color is #647D1E.

Background Color

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

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

This div background color is #647D1E.

Border color

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

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

This div border color is #647D1E.

Opacity

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

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

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

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

This text has shadow with #647D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647D1E.

Preview

Color preview on black background

This text has color #647D1E on black background.


Color preview on white background

This text has color #647D1E on white background.


Black color preview on #647D1E background

This text has black color on #647D1E background.


White color preview on #647D1E background

This text has white color on #647D1E background.


Related colors

Complementary color

Complementary color for #hex is #9B82E1.


I love getcolorcode.com

Triadic colors

1 #1E647D and #7D1E64 with #647D1E are triadic colors.

2 #1E7D64 and #7D641E with #647D1E are triadic colors.