COLOR #648039

HEX: #648039
RGB: (100,128,57)

Color info

#648039 contains mainly red and green colors. Web safe color of #648039 is #666633 (or #663).

RGB color model

#648039 color RGB value is (100,128,57).

  • red value is 100;
  • green value is 128;
  • blue value is 57.
RGB:
(100,128,57)
(39%,50%,22%)

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 57 of 255 = 22%

100
128
57

R + G + B ~ 37%. #648039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 57 = 285 (100%)
R 100 of 285 ~ 35.09%
G 128 of 285 ~ 44.91%
B 57 of 285 ~ 20%

%35.09
%44.91
%20

CMYK color model

#648039 color CMYK value is (22,0,55,50).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK:
(22,0,55,50)
C22M0Y55K50 
(22%,0%,55%,50%)
(0.22/0.00/0.55/0.50)	

CMYK percentages

%21.88
%0
%55.47
%49.8

Codes

Color #648039 in popluar color models

648039
RGB10012857
HSL84°38.38%36.27%
HSB/HSV84°55.47%50.20%
CMYK21.88%0.00%55.47%
49.80%

Color #648039 in popluar number systems.

HEX648039
Decimal10012857
Binary110010010000000111001
Octal14420071

Shades and tints

Shades of #648039

#648039
(100,128,57)
#5B7534
(91,117,52)
#526A2F
(82,106,47)
#495F2A
(73,95,42)
#405425
(64,84,37)
#374920
(55,73,32)
#2E3E1B
(46,62,27)
#253316
(37,51,22)
#1C2811
(28,40,17)
#131D0C
(19,29,12)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #648039

#648039
(100,128,57)
#728B4B
(114,139,75)
#80965D
(128,150,93)
#8EA16F
(142,161,111)
#9CAC81
(156,172,129)
#AAB793
(170,183,147)
#B8C2A5
(184,194,165)
#C6CDB7
(198,205,183)
#D4D8C9
(212,216,201)
#E2E3DB
(226,227,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648039 color. Also use rgb(100,128,57) instead hex code.

Text Font Color

.myTextColor { color: #648039; }

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

This text font color is #648039.


Background Color

.myBgColor { background-color: #648039; }

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

This div background color is #648039.


Border color

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

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

This div border color is #648039.


Opacity

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

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

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

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

This text has shadow with #648039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648039 on black background.


Color preview on white background

This text has color #648039 on white background.



Black color preview on #648039 background

This text has black color on #648039 background.


White color preview on #648039 background

This text has white color on #648039 background.