COLOR #638276

HEX: #638276
RGB: (99,130,118)

Color info

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

RGB color model

#638276 color RGB value is (99,130,118).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 118 of 255 = 46%

99
130
118

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 118 = 347 (100%)
R 99 of 347 ~ 28.53%
G 130 of 347 ~ 37.46%
B 118 of 347 ~ 34.01%

%28.53
%37.46
%34.01

CMYK color model

#638276 color CMYK value is (24,0,9,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(24,0,9,49)
C24M0Y9K49 
(24%,0%,9%,49%)
(0.24/0.00/0.09/0.49)	

CMYK percentages

%23.85
%0
%9.23
%49.02

Codes

Color #638276 in popluar color models

638276
RGB99130118
HSL157°13.54%44.90%
HSB/HSV157°23.85%50.98%
CMYK23.85%0.00%9.23%
49.02%

Color #638276 in popluar number systems.

HEX638276
Decimal99130118
Binary1100011100000101110110
Octal143202166

Shades and tints

Shades of #638276

#638276
(99,130,118)
#5A776C
(90,119,108)
#516C62
(81,108,98)
#486158
(72,97,88)
#3F564E
(63,86,78)
#364B44
(54,75,68)
#2D403A
(45,64,58)
#243530
(36,53,48)
#1B2A26
(27,42,38)
#121F1C
(18,31,28)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #638276

#638276
(99,130,118)
#718D82
(113,141,130)
#7F988E
(127,152,142)
#8DA39A
(141,163,154)
#9BAEA6
(155,174,166)
#A9B9B2
(169,185,178)
#B7C4BE
(183,196,190)
#C5CFCA
(197,207,202)
#D3DAD6
(211,218,214)
#E1E5E2
(225,229,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638276; }

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

This text font color is #638276.


Background Color

.myBgColor { background-color: #638276; }

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

This div background color is #638276.


Border color

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

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

This div border color is #638276.


Opacity

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

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

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

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

This text has shadow with #638276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638276 on black background.


Color preview on white background

This text has color #638276 on white background.



Black color preview on #638276 background

This text has black color on #638276 background.


White color preview on #638276 background

This text has white color on #638276 background.