COLOR #638565

HEX: #638565
RGB: (99,133,101)

Color info

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

RGB color model

#638565 color RGB value is (99,133,101).

  • red value is 99;
  • green value is 133;
  • blue value is 101.
RGB:
(99,133,101)
(39%,52%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 101 of 255 = 40%

99
133
101

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 101 = 333 (100%)
R 99 of 333 ~ 29.73%
G 133 of 333 ~ 39.94%
B 101 of 333 ~ 30.33%

%29.73
%39.94
%30.33

CMYK color model

#638565 color CMYK value is (26,0,24,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(26,0,24,48)
C26M0Y24K48 
(26%,0%,24%,48%)
(0.26/0.00/0.24/0.48)	

CMYK percentages

%25.56
%0
%24.06
%47.84

Codes

Color #638565 in popluar color models

638565
RGB99133101
HSL124°14.66%45.49%
HSB/HSV124°25.56%52.16%
CMYK25.56%0.00%24.06%
47.84%

Color #638565 in popluar number systems.

HEX638565
Decimal99133101
Binary1100011100001011100101
Octal143205145

Shades and tints

Shades of #638565

#638565
(99,133,101)
#5A795C
(90,121,92)
#516D53
(81,109,83)
#48614A
(72,97,74)
#3F5541
(63,85,65)
#364938
(54,73,56)
#2D3D2F
(45,61,47)
#243126
(36,49,38)
#1B251D
(27,37,29)
#121914
(18,25,20)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #638565

#638565
(99,133,101)
#719073
(113,144,115)
#7F9B81
(127,155,129)
#8DA68F
(141,166,143)
#9BB19D
(155,177,157)
#A9BCAB
(169,188,171)
#B7C7B9
(183,199,185)
#C5D2C7
(197,210,199)
#D3DDD5
(211,221,213)
#E1E8E3
(225,232,227)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638565; }

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

This text font color is #638565.


Background Color

.myBgColor { background-color: #638565; }

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

This div background color is #638565.


Border color

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

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

This div border color is #638565.


Opacity

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

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

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

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

This text has shadow with #638565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638565 on black background.


Color preview on white background

This text has color #638565 on white background.



Black color preview on #638565 background

This text has black color on #638565 background.


White color preview on #638565 background

This text has white color on #638565 background.