COLOR #638267

HEX: #638267
RGB: (99,130,103)

Color info

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

RGB color model

#638267 color RGB value is (99,130,103).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 103 of 255 = 40%

99
130
103

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 103 = 332 (100%)
R 99 of 332 ~ 29.82%
G 130 of 332 ~ 39.16%
B 103 of 332 ~ 31.02%

%29.82
%39.16
%31.02

CMYK color model

#638267 color CMYK value is (24,0,21,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(24,0,21,49)
C24M0Y21K49 
(24%,0%,21%,49%)
(0.24/0.00/0.21/0.49)	

CMYK percentages

%23.85
%0
%20.77
%49.02

Codes

Color #638267 in popluar color models

638267
RGB99130103
HSL128°13.54%44.90%
HSB/HSV128°23.85%50.98%
CMYK23.85%0.00%20.77%
49.02%

Color #638267 in popluar number systems.

HEX638267
Decimal99130103
Binary1100011100000101100111
Octal143202147

Shades and tints

Shades of #638267

#638267
(99,130,103)
#5A775E
(90,119,94)
#516C55
(81,108,85)
#48614C
(72,97,76)
#3F5643
(63,86,67)
#364B3A
(54,75,58)
#2D4031
(45,64,49)
#243528
(36,53,40)
#1B2A1F
(27,42,31)
#121F16
(18,31,22)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #638267

#638267
(99,130,103)
#718D74
(113,141,116)
#7F9881
(127,152,129)
#8DA38E
(141,163,142)
#9BAE9B
(155,174,155)
#A9B9A8
(169,185,168)
#B7C4B5
(183,196,181)
#C5CFC2
(197,207,194)
#D3DACF
(211,218,207)
#E1E5DC
(225,229,220)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638267; }

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

This text font color is #638267.


Background Color

.myBgColor { background-color: #638267; }

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

This div background color is #638267.


Border color

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

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

This div border color is #638267.


Opacity

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

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

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

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

This text has shadow with #638267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638267 on black background.


Color preview on white background

This text has color #638267 on white background.



Black color preview on #638267 background

This text has black color on #638267 background.


White color preview on #638267 background

This text has white color on #638267 background.