COLOR #649163

HEX: #649163
RGB: (100,145,99)

Color info

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

RGB color model

#649163 color RGB value is (100,145,99).

  • red value is 100;
  • green value is 145;
  • blue value is 99.
RGB:
(100,145,99)
(39%,57%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 145 of 255 = 57%
B 99 of 255 = 39%

100
145
99

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

Portions of RGB colors in percentages

R + G + B =
100 + 145 + 99 = 344 (100%)
R 100 of 344 ~ 29.07%
G 145 of 344 ~ 42.15%
B 99 of 344 ~ 28.78%

%29.07
%42.15
%28.78

CMYK color model

#649163 color CMYK value is (31,0,32,43).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(31,0,32,43)
C31M0Y32K43 
(31%,0%,32%,43%)
(0.31/0.00/0.32/0.43)	

CMYK percentages

%31.03
%0
%31.72
%43.14

Codes

Color #649163 in popluar color models

649163
RGB10014599
HSL119°18.85%47.84%
HSB/HSV119°31.72%56.86%
CMYK31.03%0.00%31.72%
43.14%

Color #649163 in popluar number systems.

HEX649163
Decimal10014599
Binary1100100100100011100011
Octal144221143

Shades and tints

Shades of #649163

#649163
(100,145,99)
#5B845A
(91,132,90)
#527751
(82,119,81)
#496A48
(73,106,72)
#405D3F
(64,93,63)
#375036
(55,80,54)
#2E432D
(46,67,45)
#253624
(37,54,36)
#1C291B
(28,41,27)
#131C12
(19,28,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #649163

#649163
(100,145,99)
#729B71
(114,155,113)
#80A57F
(128,165,127)
#8EAF8D
(142,175,141)
#9CB99B
(156,185,155)
#AAC3A9
(170,195,169)
#B8CDB7
(184,205,183)
#C6D7C5
(198,215,197)
#D4E1D3
(212,225,211)
#E2EBE1
(226,235,225)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649163 color. Also use rgb(100,145,99) instead hex code.

Text Font Color

.myTextColor { color: #649163; }

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

This text font color is #649163.


Background Color

.myBgColor { background-color: #649163; }

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

This div background color is #649163.


Border color

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

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

This div border color is #649163.


Opacity

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

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

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

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

This text has shadow with #649163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649163 on black background.


Color preview on white background

This text has color #649163 on white background.



Black color preview on #649163 background

This text has black color on #649163 background.


White color preview on #649163 background

This text has white color on #649163 background.