COLOR #648A30

HEX: #648A30 RGB: (100,138,48)

Color info

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

RGB color model

#648A30 color RGB value is (100,138,48).

RGB: (100,138,48) (39%, 54%, 19%)

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 48 of 255 = 19%

100
138
48

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

Portions of RGB colors in percentages

R + G + B = 100 + 138 + 48 = 286 (100%)
R 100 of 286 ~ 34.97%
G 138 of 286 ~ 48.25%
B 48 of 286 ~ 16.78'%

%34.97
%48.25
%16.78

CMYK color model

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

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 45.88%

CMYK: (28,0,65,46)
C28M0Y65K46 (28%, 0%, 65%, 46%)
(0.28 / 0.00 / 0.65 / 0.46)

CMYK percentages

%27.54
%0
%65.22
%45.88

Codes

Color #648A30 in popluar color models

64 8A 30
RGB 100 138 48
HSL 85° 48.39% 36.47%
HSB/HSV 85° 65.22% 54.12%
CMYK 27.54% 0.00% 65.22%
45.88%

Color #648A30 in popluar number systems.

HEX 64 8A 30
Decimal 100 138 48
Binary 1100100 10001010 110000
Octal 144 212 60

Shades and tints

Shades of #648A30

#648A30
(100,138,48)
#5B7E2C
(91,126,44)
#527228
(82,114,40)
#496624
(73,102,36)
#405A20
(64,90,32)
#374E1C
(55,78,28)
#2E4218
(46,66,24)
#253614
(37,54,20)
#1C2A10
(28,42,16)
#131E0C
(19,30,12)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #648A30

#648A30
(100,138,48)
#729442
(114,148,66)
#809E54
(128,158,84)
#8EA866
(142,168,102)
#9CB278
(156,178,120)
#AABC8A
(170,188,138)
#B8C69C
(184,198,156)
#C6D0AE
(198,208,174)
#D4DAC0
(212,218,192)
#E2E4D2
(226,228,210)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A30; }

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

This text font color is #648A30.

Background Color

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

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

This div background color is #648A30.

Border color

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

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

This div border color is #648A30.

Opacity

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

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

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

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

This text has shadow with #648A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648A30.

Preview

Color preview on black background

This text has color #648A30 on black background.


Color preview on white background

This text has color #648A30 on white background.


Black color preview on #648A30 background

This text has black color on #648A30 background.


White color preview on #648A30 background

This text has white color on #648A30 background.


Related colors

Complementary color

Complementary color for #hex is #9B75CF.


I love getcolorcode.com

Triadic colors

1 #30648A and #8A3064 with #648A30 are triadic colors.

2 #308A64 and #8A6430 with #648A30 are triadic colors.