COLOR #647348

HEX: #647348
RGB: (100,115,72)

Color info

#647348 contains red, green and blue colors in about the same proportion. Web safe color of #647348 is #666633 (or #663).

RGB color model

#647348 color RGB value is (100,115,72).

  • red value is 100;
  • green value is 115;
  • blue value is 72.
RGB:
(100,115,72)
(39%,45%,28%)

RGB channels and saturation

R 100 of 255 = 39%
G 115 of 255 = 45%
B 72 of 255 = 28%

100
115
72

R + G + B ~ 37%. #647348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 115 + 72 = 287 (100%)
R 100 of 287 ~ 34.84%
G 115 of 287 ~ 40.07%
B 72 of 287 ~ 25.09%

%34.84
%40.07
%25.09

CMYK color model

#647348 color CMYK value is (13,0,37,55).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 54.90%
CMYK:
(13,0,37,55)
C13M0Y37K55 
(13%,0%,37%,55%)
(0.13/0.00/0.37/0.55)	

CMYK percentages

%13.04
%0
%37.39
%54.9

Codes

Color #647348 in popluar color models

647348
RGB10011572
HSL81°22.99%36.67%
HSB/HSV81°37.39%45.10%
CMYK13.04%0.00%37.39%
54.90%

Color #647348 in popluar number systems.

HEX647348
Decimal10011572
Binary110010011100111001000
Octal144163110

Shades and tints

Shades of #647348

#647348
(100,115,72)
#5B6942
(91,105,66)
#525F3C
(82,95,60)
#495536
(73,85,54)
#404B30
(64,75,48)
#37412A
(55,65,42)
#2E3724
(46,55,36)
#252D1E
(37,45,30)
#1C2318
(28,35,24)
#131912
(19,25,18)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #647348

#647348
(100,115,72)
#727F58
(114,127,88)
#808B68
(128,139,104)
#8E9778
(142,151,120)
#9CA388
(156,163,136)
#AAAF98
(170,175,152)
#B8BBA8
(184,187,168)
#C6C7B8
(198,199,184)
#D4D3C8
(212,211,200)
#E2DFD8
(226,223,216)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647348 color. Also use rgb(100,115,72) instead hex code.

Text Font Color

.myTextColor { color: #647348; }

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

This text font color is #647348.


Background Color

.myBgColor { background-color: #647348; }

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

This div background color is #647348.


Border color

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

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

This div border color is #647348.


Opacity

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

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

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

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

This text has shadow with #647348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647348 on black background.


Color preview on white background

This text has color #647348 on white background.



Black color preview on #647348 background

This text has black color on #647348 background.


White color preview on #647348 background

This text has white color on #647348 background.