COLOR #649375

HEX: #649375
RGB: (100,147,117)

Color info

#649375 contains red, green and blue colors in about the same proportion. Web safe color of #649375 is #669966 (or #696).

RGB color model

#649375 color RGB value is (100,147,117).

  • red value is 100;
  • green value is 147;
  • blue value is 117.
RGB:
(100,147,117)
(39%,58%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 147 of 255 = 58%
B 117 of 255 = 46%

100
147
117

R + G + B ~ 48%. #649375 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 147 + 117 = 364 (100%)
R 100 of 364 ~ 27.47%
G 147 of 364 ~ 40.38%
B 117 of 364 ~ 32.14%

%27.47
%40.38
%32.14

CMYK color model

#649375 color CMYK value is (32,0,20,42).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(32,0,20,42)
C32M0Y20K42 
(32%,0%,20%,42%)
(0.32/0.00/0.20/0.42)	

CMYK percentages

%31.97
%0
%20.41
%42.35

Codes

Color #649375 in popluar color models

649375
RGB100147117
HSL142°19.03%48.43%
HSB/HSV142°31.97%57.65%
CMYK31.97%0.00%20.41%
42.35%

Color #649375 in popluar number systems.

HEX649375
Decimal100147117
Binary1100100100100111110101
Octal144223165

Shades and tints

Shades of #649375

#649375
(100,147,117)
#5B866B
(91,134,107)
#527961
(82,121,97)
#496C57
(73,108,87)
#405F4D
(64,95,77)
#375243
(55,82,67)
#2E4539
(46,69,57)
#25382F
(37,56,47)
#1C2B25
(28,43,37)
#131E1B
(19,30,27)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #649375

#649375
(100,147,117)
#729C81
(114,156,129)
#80A58D
(128,165,141)
#8EAE99
(142,174,153)
#9CB7A5
(156,183,165)
#AAC0B1
(170,192,177)
#B8C9BD
(184,201,189)
#C6D2C9
(198,210,201)
#D4DBD5
(212,219,213)
#E2E4E1
(226,228,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649375 color. Also use rgb(100,147,117) instead hex code.

Text Font Color

.myTextColor { color: #649375; }

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

This text font color is #649375.


Background Color

.myBgColor { background-color: #649375; }

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

This div background color is #649375.


Border color

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

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

This div border color is #649375.


Opacity

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

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

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

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

This text has shadow with #649375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649375 on black background.


Color preview on white background

This text has color #649375 on white background.



Black color preview on #649375 background

This text has black color on #649375 background.


White color preview on #649375 background

This text has white color on #649375 background.