COLOR #648A3D

HEX: #648A3D
RGB: (100,138,61)

Color info

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

RGB color model

#648A3D color RGB value is (100,138,61).

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

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 61 of 255 = 24%

100
138
61

R + G + B ~ 39%. #648A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 61 = 299 (100%)
R 100 of 299 ~ 33.44%
G 138 of 299 ~ 46.15%
B 61 of 299 ~ 20.4%

%33.44
%46.15
%20.4

CMYK color model

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

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 55.80%
  • key color value is 45.88%
CMYK:
(28,0,56,46)
C28M0Y56K46 
(28%,0%,56%,46%)
(0.28/0.00/0.56/0.46)	

CMYK percentages

%27.54
%0
%55.8
%45.88

Codes

Color #648A3D in popluar color models

648A3D
RGB10013861
HSL90°38.69%39.02%
HSB/HSV90°55.80%54.12%
CMYK27.54%0.00%55.80%
45.88%

Color #648A3D in popluar number systems.

HEX648A3D
Decimal10013861
Binary110010010001010111101
Octal14421275

Shades and tints

Shades of #648A3D

#648A3D
(100,138,61)
#5B7E38
(91,126,56)
#527233
(82,114,51)
#49662E
(73,102,46)
#405A29
(64,90,41)
#374E24
(55,78,36)
#2E421F
(46,66,31)
#25361A
(37,54,26)
#1C2A15
(28,42,21)
#131E10
(19,30,16)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #648A3D

#648A3D
(100,138,61)
#72944E
(114,148,78)
#809E5F
(128,158,95)
#8EA870
(142,168,112)
#9CB281
(156,178,129)
#AABC92
(170,188,146)
#B8C6A3
(184,198,163)
#C6D0B4
(198,208,180)
#D4DAC5
(212,218,197)
#E2E4D6
(226,228,214)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A3D; }

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

This text font color is #648A3D.


Background Color

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

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

This div background color is #648A3D.


Border color

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

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

This div border color is #648A3D.


Opacity

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

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

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

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

This text has shadow with #648A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A3D on black background.


Color preview on white background

This text has color #648A3D on white background.



Black color preview on #648A3D background

This text has black color on #648A3D background.


White color preview on #648A3D background

This text has white color on #648A3D background.