COLOR #648B5A

HEX: #648B5A
RGB: (100,139,90)

Color info

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

RGB color model

#648B5A color RGB value is (100,139,90).

  • red value is 100;
  • green value is 139;
  • blue value is 90.
RGB:
(100,139,90)
(39%,55%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 90 of 255 = 35%

100
139
90

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 90 = 329 (100%)
R 100 of 329 ~ 30.4%
G 139 of 329 ~ 42.25%
B 90 of 329 ~ 27.36%

%30.4
%42.25
%27.36

CMYK color model

#648B5A color CMYK value is (28,0,35,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(28,0,35,45)
C28M0Y35K45 
(28%,0%,35%,45%)
(0.28/0.00/0.35/0.45)	

CMYK percentages

%28.06
%0
%35.25
%45.49

Codes

Color #648B5A in popluar color models

648B5A
RGB10013990
HSL108°21.40%44.90%
HSB/HSV108°35.25%54.51%
CMYK28.06%0.00%35.25%
45.49%

Color #648B5A in popluar number systems.

HEX648B5A
Decimal10013990
Binary1100100100010111011010
Octal144213132

Shades and tints

Shades of #648B5A

#648B5A
(100,139,90)
#5B7F52
(91,127,82)
#52734A
(82,115,74)
#496742
(73,103,66)
#405B3A
(64,91,58)
#374F32
(55,79,50)
#2E432A
(46,67,42)
#253722
(37,55,34)
#1C2B1A
(28,43,26)
#131F12
(19,31,18)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #648B5A

#648B5A
(100,139,90)
#729569
(114,149,105)
#809F78
(128,159,120)
#8EA987
(142,169,135)
#9CB396
(156,179,150)
#AABDA5
(170,189,165)
#B8C7B4
(184,199,180)
#C6D1C3
(198,209,195)
#D4DBD2
(212,219,210)
#E2E5E1
(226,229,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648B5A color. Also use rgb(100,139,90) instead hex code.

Text Font Color

.myTextColor { color: #648B5A; }

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

This text font color is #648B5A.


Background Color

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

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

This div background color is #648B5A.


Border color

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

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

This div border color is #648B5A.


Opacity

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

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

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

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

This text has shadow with #648B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B5A on black background.


Color preview on white background

This text has color #648B5A on white background.



Black color preview on #648B5A background

This text has black color on #648B5A background.


White color preview on #648B5A background

This text has white color on #648B5A background.