COLOR #648A11

HEX: #648A11
RGB: (100,138,17)

Color info

#648A11 contains mainly red and green colors. Web safe color of #648A11 is #669900 (or #690).

RGB color model

#648A11 color RGB value is (100,138,17).

  • red value is 100;
  • green value is 138;
  • blue value is 17.
RGB:
(100,138,17)
(39%,54%,7%)

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 17 of 255 = 7%

100
138
17

R + G + B ~ 33%. #648A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 17 = 255 (100%)
R 100 of 255 ~ 39.22%
G 138 of 255 ~ 54.12%
B 17 of 255 ~ 6.67%

%39.22
%54.12

CMYK color model

#648A11 color CMYK value is (28,0,88,46).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 87.68%
  • key color value is 45.88%
CMYK:
(28,0,88,46)
C28M0Y88K46 
(28%,0%,88%,46%)
(0.28/0.00/0.88/0.46)	

CMYK percentages

%27.54
%0
%87.68
%45.88

Codes

Color #648A11 in popluar color models

648A11
RGB10013817
HSL79°78.06%30.39%
HSB/HSV79°87.68%54.12%
CMYK27.54%0.00%87.68%
45.88%

Color #648A11 in popluar number systems.

HEX648A11
Decimal10013817
Binary11001001000101010001
Octal14421221

Shades and tints

Shades of #648A11

#648A11
(100,138,17)
#5B7E10
(91,126,16)
#52720F
(82,114,15)
#49660E
(73,102,14)
#405A0D
(64,90,13)
#374E0C
(55,78,12)
#2E420B
(46,66,11)
#25360A
(37,54,10)
#1C2A09
(28,42,9)
#131E08
(19,30,8)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #648A11

#648A11
(100,138,17)
#729426
(114,148,38)
#809E3B
(128,158,59)
#8EA850
(142,168,80)
#9CB265
(156,178,101)
#AABC7A
(170,188,122)
#B8C68F
(184,198,143)
#C6D0A4
(198,208,164)
#D4DAB9
(212,218,185)
#E2E4CE
(226,228,206)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648A11 color. Also use rgb(100,138,17) instead hex code.

Text Font Color

.myTextColor { color: #648A11; }

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

This text font color is #648A11.


Background Color

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

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

This div background color is #648A11.


Border color

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

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

This div border color is #648A11.


Opacity

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

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

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

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

This text has shadow with #648A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A11 on black background.


Color preview on white background

This text has color #648A11 on white background.



Black color preview on #648A11 background

This text has black color on #648A11 background.


White color preview on #648A11 background

This text has white color on #648A11 background.