COLOR #648373

HEX: #648373
RGB: (100,131,115)

Color info

#648373 contains red, green and blue colors in about the same proportion. Web safe color of #648373 is #669966 (or #696).

RGB color model

#648373 color RGB value is (100,131,115).

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

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 115 of 255 = 45%

100
131
115

R + G + B ~ 45%. #648373 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 115 = 346 (100%)
R 100 of 346 ~ 28.9%
G 131 of 346 ~ 37.86%
B 115 of 346 ~ 33.24%

%28.9
%37.86
%33.24

CMYK color model

#648373 color CMYK value is (24,0,12,49).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK:
(24,0,12,49)
C24M0Y12K49 
(24%,0%,12%,49%)
(0.24/0.00/0.12/0.49)	

CMYK percentages

%23.66
%0
%12.21
%48.63

Codes

Color #648373 in popluar color models

648373
RGB100131115
HSL149°13.42%45.29%
HSB/HSV149°23.66%51.37%
CMYK23.66%0.00%12.21%
48.63%

Color #648373 in popluar number systems.

HEX648373
Decimal100131115
Binary1100100100000111110011
Octal144203163

Shades and tints

Shades of #648373

#648373
(100,131,115)
#5B7869
(91,120,105)
#526D5F
(82,109,95)
#496255
(73,98,85)
#40574B
(64,87,75)
#374C41
(55,76,65)
#2E4137
(46,65,55)
#25362D
(37,54,45)
#1C2B23
(28,43,35)
#132019
(19,32,25)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #648373

#648373
(100,131,115)
#728E7F
(114,142,127)
#80998B
(128,153,139)
#8EA497
(142,164,151)
#9CAFA3
(156,175,163)
#AABAAF
(170,186,175)
#B8C5BB
(184,197,187)
#C6D0C7
(198,208,199)
#D4DBD3
(212,219,211)
#E2E6DF
(226,230,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648373; }

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

This text font color is #648373.


Background Color

.myBgColor { background-color: #648373; }

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

This div background color is #648373.


Border color

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

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

This div border color is #648373.


Opacity

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

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

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

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

This text has shadow with #648373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648373 on black background.


Color preview on white background

This text has color #648373 on white background.



Black color preview on #648373 background

This text has black color on #648373 background.


White color preview on #648373 background

This text has white color on #648373 background.