COLOR #649275

HEX: #649275
RGB: (100,146,117)

Color info

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

RGB color model

#649275 color RGB value is (100,146,117).

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

RGB channels and saturation

R 100 of 255 = 39%
G 146 of 255 = 57%
B 117 of 255 = 46%

100
146
117

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

Portions of RGB colors in percentages

R + G + B =
100 + 146 + 117 = 363 (100%)
R 100 of 363 ~ 27.55%
G 146 of 363 ~ 40.22%
B 117 of 363 ~ 32.23%

%27.55
%40.22
%32.23

CMYK color model

#649275 color CMYK value is (32,0,20,43).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(32,0,20,43)
C32M0Y20K43 
(32%,0%,20%,43%)
(0.32/0.00/0.20/0.43)	

CMYK percentages

%31.51
%0
%19.86
%42.75

Codes

Color #649275 in popluar color models

649275
RGB100146117
HSL142°18.70%48.24%
HSB/HSV142°31.51%57.25%
CMYK31.51%0.00%19.86%
42.75%

Color #649275 in popluar number systems.

HEX649275
Decimal100146117
Binary1100100100100101110101
Octal144222165

Shades and tints

Shades of #649275

#649275
(100,146,117)
#5B856B
(91,133,107)
#527861
(82,120,97)
#496B57
(73,107,87)
#405E4D
(64,94,77)
#375143
(55,81,67)
#2E4439
(46,68,57)
#25372F
(37,55,47)
#1C2A25
(28,42,37)
#131D1B
(19,29,27)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #649275

#649275
(100,146,117)
#729B81
(114,155,129)
#80A48D
(128,164,141)
#8EAD99
(142,173,153)
#9CB6A5
(156,182,165)
#AABFB1
(170,191,177)
#B8C8BD
(184,200,189)
#C6D1C9
(198,209,201)
#D4DAD5
(212,218,213)
#E2E3E1
(226,227,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649275; }

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

This text font color is #649275.


Background Color

.myBgColor { background-color: #649275; }

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

This div background color is #649275.


Border color

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

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

This div border color is #649275.


Opacity

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

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

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

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

This text has shadow with #649275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649275 on black background.


Color preview on white background

This text has color #649275 on white background.



Black color preview on #649275 background

This text has black color on #649275 background.


White color preview on #649275 background

This text has white color on #649275 background.