COLOR #647730

HEX: #647730
RGB: (100,119,48)

Color info

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

RGB color model

#647730 color RGB value is (100,119,48).

  • red value is 100;
  • green value is 119;
  • blue value is 48.
RGB:
(100,119,48)
(39%,47%,19%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 48 of 255 = 19%

100
119
48

R + G + B ~ 35%. #647730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 119 + 48 = 267 (100%)
R 100 of 267 ~ 37.45%
G 119 of 267 ~ 44.57%
B 48 of 267 ~ 17.98%

%37.45
%44.57
%17.98

CMYK color model

#647730 color CMYK value is (16,0,60,53).

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 59.66%
  • key color value is 53.33%
CMYK:
(16,0,60,53)
C16M0Y60K53 
(16%,0%,60%,53%)
(0.16/0.00/0.60/0.53)	

CMYK percentages

%15.97
%0
%59.66
%53.33

Codes

Color #647730 in popluar color models

647730
RGB10011948
HSL76°42.51%32.75%
HSB/HSV76°59.66%46.67%
CMYK15.97%0.00%59.66%
53.33%

Color #647730 in popluar number systems.

HEX647730
Decimal10011948
Binary11001001110111110000
Octal14416760

Shades and tints

Shades of #647730

#647730
(100,119,48)
#5B6D2C
(91,109,44)
#526328
(82,99,40)
#495924
(73,89,36)
#404F20
(64,79,32)
#37451C
(55,69,28)
#2E3B18
(46,59,24)
#253114
(37,49,20)
#1C2710
(28,39,16)
#131D0C
(19,29,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #647730

#647730
(100,119,48)
#728342
(114,131,66)
#808F54
(128,143,84)
#8E9B66
(142,155,102)
#9CA778
(156,167,120)
#AAB38A
(170,179,138)
#B8BF9C
(184,191,156)
#C6CBAE
(198,203,174)
#D4D7C0
(212,215,192)
#E2E3D2
(226,227,210)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647730 color. Also use rgb(100,119,48) instead hex code.

Text Font Color

.myTextColor { color: #647730; }

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

This text font color is #647730.


Background Color

.myBgColor { background-color: #647730; }

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

This div background color is #647730.


Border color

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

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

This div border color is #647730.


Opacity

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

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

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

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

This text has shadow with #647730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647730 on black background.


Color preview on white background

This text has color #647730 on white background.



Black color preview on #647730 background

This text has black color on #647730 background.


White color preview on #647730 background

This text has white color on #647730 background.