COLOR #648F5D

HEX: #648F5D
RGB: (100,143,93)

Color info

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

RGB color model

#648F5D color RGB value is (100,143,93).

  • red value is 100;
  • green value is 143;
  • blue value is 93.
RGB:
(100,143,93)
(39%,56%,36%)

RGB channels and saturation

R 100 of 255 = 39%
G 143 of 255 = 56%
B 93 of 255 = 36%

100
143
93

R + G + B ~ 44%. #648F5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 143 + 93 = 336 (100%)
R 100 of 336 ~ 29.76%
G 143 of 336 ~ 42.56%
B 93 of 336 ~ 27.68%

%29.76
%42.56
%27.68

CMYK color model

#648F5D color CMYK value is (30,0,35,44).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(30,0,35,44)
C30M0Y35K44 
(30%,0%,35%,44%)
(0.30/0.00/0.35/0.44)	

CMYK percentages

%30.07
%0
%34.97
%43.92

Codes

Color #648F5D in popluar color models

648F5D
RGB10014393
HSL112°21.19%46.27%
HSB/HSV112°34.97%56.08%
CMYK30.07%0.00%34.97%
43.92%

Color #648F5D in popluar number systems.

HEX648F5D
Decimal10014393
Binary1100100100011111011101
Octal144217135

Shades and tints

Shades of #648F5D

#648F5D
(100,143,93)
#5B8255
(91,130,85)
#52754D
(82,117,77)
#496845
(73,104,69)
#405B3D
(64,91,61)
#374E35
(55,78,53)
#2E412D
(46,65,45)
#253425
(37,52,37)
#1C271D
(28,39,29)
#131A15
(19,26,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #648F5D

#648F5D
(100,143,93)
#72996B
(114,153,107)
#80A379
(128,163,121)
#8EAD87
(142,173,135)
#9CB795
(156,183,149)
#AAC1A3
(170,193,163)
#B8CBB1
(184,203,177)
#C6D5BF
(198,213,191)
#D4DFCD
(212,223,205)
#E2E9DB
(226,233,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648F5D color. Also use rgb(100,143,93) instead hex code.

Text Font Color

.myTextColor { color: #648F5D; }

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

This text font color is #648F5D.


Background Color

.myBgColor { background-color: #648F5D; }

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

This div background color is #648F5D.


Border color

.myBorderColor { border: 1px solid #648F5D; }

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

This div border color is #648F5D.


Opacity

.myOpacity80 { color: #648F5D; opacity: 0.8; }

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

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

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

This text has shadow with #648F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648F5D on black background.


Color preview on white background

This text has color #648F5D on white background.



Black color preview on #648F5D background

This text has black color on #648F5D background.


White color preview on #648F5D background

This text has white color on #648F5D background.