COLOR #648A4B

HEX: #648A4B
RGB: (100,138,75)

Color info

#648A4B contains mainly red and green colors. Web safe color of #648A4B is #669933 (or #693).

RGB color model

#648A4B color RGB value is (100,138,75).

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

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 75 of 255 = 29%

100
138
75

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 75 = 313 (100%)
R 100 of 313 ~ 31.95%
G 138 of 313 ~ 44.09%
B 75 of 313 ~ 23.96%

%31.95
%44.09
%23.96

CMYK color model

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

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 45.88%
CMYK:
(28,0,46,46)
C28M0Y46K46 
(28%,0%,46%,46%)
(0.28/0.00/0.46/0.46)	

CMYK percentages

%27.54
%0
%45.65
%45.88

Codes

Color #648A4B in popluar color models

648A4B
RGB10013875
HSL96°29.58%41.76%
HSB/HSV96°45.65%54.12%
CMYK27.54%0.00%45.65%
45.88%

Color #648A4B in popluar number systems.

HEX648A4B
Decimal10013875
Binary1100100100010101001011
Octal144212113

Shades and tints

Shades of #648A4B

#648A4B
(100,138,75)
#5B7E45
(91,126,69)
#52723F
(82,114,63)
#496639
(73,102,57)
#405A33
(64,90,51)
#374E2D
(55,78,45)
#2E4227
(46,66,39)
#253621
(37,54,33)
#1C2A1B
(28,42,27)
#131E15
(19,30,21)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #648A4B

#648A4B
(100,138,75)
#72945B
(114,148,91)
#809E6B
(128,158,107)
#8EA87B
(142,168,123)
#9CB28B
(156,178,139)
#AABC9B
(170,188,155)
#B8C6AB
(184,198,171)
#C6D0BB
(198,208,187)
#D4DACB
(212,218,203)
#E2E4DB
(226,228,219)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A4B; }

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

This text font color is #648A4B.


Background Color

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

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

This div background color is #648A4B.


Border color

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

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

This div border color is #648A4B.


Opacity

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

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

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

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

This text has shadow with #648A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A4B on black background.


Color preview on white background

This text has color #648A4B on white background.



Black color preview on #648A4B background

This text has black color on #648A4B background.


White color preview on #648A4B background

This text has white color on #648A4B background.