COLOR #638163

HEX: #638163
RGB: (99,129,99)

Color info

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

RGB color model

#638163 color RGB value is (99,129,99).

  • red value is 99;
  • green value is 129;
  • blue value is 99.
RGB:
(99,129,99)
(39%,51%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 129 of 255 = 51%
B 99 of 255 = 39%

99
129
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 129 + 99 = 327 (100%)
R 99 of 327 ~ 30.28%
G 129 of 327 ~ 39.45%
B 99 of 327 ~ 30.28%

%30.28
%39.45
%30.28

CMYK color model

#638163 color CMYK value is (23,0,23,49).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(23,0,23,49)
C23M0Y23K49 
(23%,0%,23%,49%)
(0.23/0.00/0.23/0.49)	

CMYK percentages

%23.26
%0
%23.26
%49.41

Codes

Color #638163 in popluar color models

638163
RGB9912999
HSL120°13.16%44.71%
HSB/HSV120°23.26%50.59%
CMYK23.26%0.00%23.26%
49.41%

Color #638163 in popluar number systems.

HEX638163
Decimal9912999
Binary1100011100000011100011
Octal143201143

Shades and tints

Shades of #638163

#638163
(99,129,99)
#5A765A
(90,118,90)
#516B51
(81,107,81)
#486048
(72,96,72)
#3F553F
(63,85,63)
#364A36
(54,74,54)
#2D3F2D
(45,63,45)
#243424
(36,52,36)
#1B291B
(27,41,27)
#121E12
(18,30,18)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #638163

#638163
(99,129,99)
#718C71
(113,140,113)
#7F977F
(127,151,127)
#8DA28D
(141,162,141)
#9BAD9B
(155,173,155)
#A9B8A9
(169,184,169)
#B7C3B7
(183,195,183)
#C5CEC5
(197,206,197)
#D3D9D3
(211,217,211)
#E1E4E1
(225,228,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638163; }

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

This text font color is #638163.


Background Color

.myBgColor { background-color: #638163; }

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

This div background color is #638163.


Border color

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

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

This div border color is #638163.


Opacity

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

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

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

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

This text has shadow with #638163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638163 on black background.


Color preview on white background

This text has color #638163 on white background.



Black color preview on #638163 background

This text has black color on #638163 background.


White color preview on #638163 background

This text has white color on #638163 background.