COLOR #648254

HEX: #648254
RGB: (100,130,84)

Color info

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

RGB color model

#648254 color RGB value is (100,130,84).

  • red value is 100;
  • green value is 130;
  • blue value is 84.
RGB:
(100,130,84)
(39%,51%,33%)

RGB channels and saturation

R 100 of 255 = 39%
G 130 of 255 = 51%
B 84 of 255 = 33%

100
130
84

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

Portions of RGB colors in percentages

R + G + B =
100 + 130 + 84 = 314 (100%)
R 100 of 314 ~ 31.85%
G 130 of 314 ~ 41.4%
B 84 of 314 ~ 26.75%

%31.85
%41.4
%26.75

CMYK color model

#648254 color CMYK value is (23,0,35,49).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(23,0,35,49)
C23M0Y35K49 
(23%,0%,35%,49%)
(0.23/0.00/0.35/0.49)	

CMYK percentages

%23.08
%0
%35.38
%49.02

Codes

Color #648254 in popluar color models

648254
RGB10013084
HSL99°21.50%41.96%
HSB/HSV99°35.38%50.98%
CMYK23.08%0.00%35.38%
49.02%

Color #648254 in popluar number systems.

HEX648254
Decimal10013084
Binary1100100100000101010100
Octal144202124

Shades and tints

Shades of #648254

#648254
(100,130,84)
#5B774D
(91,119,77)
#526C46
(82,108,70)
#49613F
(73,97,63)
#405638
(64,86,56)
#374B31
(55,75,49)
#2E402A
(46,64,42)
#253523
(37,53,35)
#1C2A1C
(28,42,28)
#131F15
(19,31,21)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #648254

#648254
(100,130,84)
#728D63
(114,141,99)
#809872
(128,152,114)
#8EA381
(142,163,129)
#9CAE90
(156,174,144)
#AAB99F
(170,185,159)
#B8C4AE
(184,196,174)
#C6CFBD
(198,207,189)
#D4DACC
(212,218,204)
#E2E5DB
(226,229,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648254 color. Also use rgb(100,130,84) instead hex code.

Text Font Color

.myTextColor { color: #648254; }

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

This text font color is #648254.


Background Color

.myBgColor { background-color: #648254; }

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

This div background color is #648254.


Border color

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

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

This div border color is #648254.


Opacity

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

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

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

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

This text has shadow with #648254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648254 on black background.


Color preview on white background

This text has color #648254 on white background.



Black color preview on #648254 background

This text has black color on #648254 background.


White color preview on #648254 background

This text has white color on #648254 background.