COLOR #648262

HEX: #648262
RGB: (100,130,98)

Color info

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

RGB color model

#648262 color RGB value is (100,130,98).

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

RGB channels and saturation

R 100 of 255 = 39%
G 130 of 255 = 51%
B 98 of 255 = 38%

100
130
98

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

Portions of RGB colors in percentages

R + G + B =
100 + 130 + 98 = 328 (100%)
R 100 of 328 ~ 30.49%
G 130 of 328 ~ 39.63%
B 98 of 328 ~ 29.88%

%30.49
%39.63
%29.88

CMYK color model

#648262 color CMYK value is (23,0,25,49).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(23,0,25,49)
C23M0Y25K49 
(23%,0%,25%,49%)
(0.23/0.00/0.25/0.49)	

CMYK percentages

%23.08
%0
%24.62
%49.02

Codes

Color #648262 in popluar color models

648262
RGB10013098
HSL116°14.04%44.71%
HSB/HSV116°24.62%50.98%
CMYK23.08%0.00%24.62%
49.02%

Color #648262 in popluar number systems.

HEX648262
Decimal10013098
Binary1100100100000101100010
Octal144202142

Shades and tints

Shades of #648262

#648262
(100,130,98)
#5B775A
(91,119,90)
#526C52
(82,108,82)
#49614A
(73,97,74)
#405642
(64,86,66)
#374B3A
(55,75,58)
#2E4032
(46,64,50)
#25352A
(37,53,42)
#1C2A22
(28,42,34)
#131F1A
(19,31,26)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #648262

#648262
(100,130,98)
#728D70
(114,141,112)
#80987E
(128,152,126)
#8EA38C
(142,163,140)
#9CAE9A
(156,174,154)
#AAB9A8
(170,185,168)
#B8C4B6
(184,196,182)
#C6CFC4
(198,207,196)
#D4DAD2
(212,218,210)
#E2E5E0
(226,229,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648262; }

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

This text font color is #648262.


Background Color

.myBgColor { background-color: #648262; }

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

This div background color is #648262.


Border color

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

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

This div border color is #648262.


Opacity

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

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

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

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

This text has shadow with #648262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648262 on black background.


Color preview on white background

This text has color #648262 on white background.



Black color preview on #648262 background

This text has black color on #648262 background.


White color preview on #648262 background

This text has white color on #648262 background.