COLOR #63875E

HEX: #63875E RGB: (99,135,94)

Color info

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

RGB color model

#63875E color RGB value is (99,135,94).

RGB: (99,135,94) (39%, 53%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 94 of 255 = 37%

99
135
94

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

Portions of RGB colors in percentages

R + G + B = 99 + 135 + 94 = 328 (100%)
R 99 of 328 ~ 30.18%
G 135 of 328 ~ 41.16%
B 94 of 328 ~ 28.66'%

%30.18
%41.16
%28.66

CMYK color model

#63875E color CMYK value is (27,0,30,47).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%

CMYK: (27,0,30,47)
C27M0Y30K47 (27%, 0%, 30%, 47%)
(0.27 / 0.00 / 0.30 / 0.47)

CMYK percentages

%26.67
%0
%30.37
%47.06

Codes

Color #63875E in popluar color models

63 87 5E
RGB 99 135 94
HSL 113° 17.90% 44.90%
HSB/HSV 113° 30.37% 52.94%
CMYK 26.67% 0.00% 30.37%
47.06%

Color #63875E in popluar number systems.

HEX 63 87 5E
Decimal 99 135 94
Binary 1100011 10000111 1011110
Octal 143 207 136

Shades and tints

Shades of #63875E

#63875E
(99,135,94)
#5A7B56
(90,123,86)
#516F4E
(81,111,78)
#486346
(72,99,70)
#3F573E
(63,87,62)
#364B36
(54,75,54)
#2D3F2E
(45,63,46)
#243326
(36,51,38)
#1B271E
(27,39,30)
#121B16
(18,27,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63875E

#63875E
(99,135,94)
#71916C
(113,145,108)
#7F9B7A
(127,155,122)
#8DA588
(141,165,136)
#9BAF96
(155,175,150)
#A9B9A4
(169,185,164)
#B7C3B2
(183,195,178)
#C5CDC0
(197,205,192)
#D3D7CE
(211,215,206)
#E1E1DC
(225,225,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63875E color. Also use rgb(99,135,94) instead hex code.

Text Font Color

.myTextColor { color: #63875E; }

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

This text font color is #63875E.

Background Color

.myBgColor { background-color: #63875E; }

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

This div background color is #63875E.

Border color

.myBorderColor { border: 1px solid #63875E; }

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

This div border color is #63875E.

Opacity

.myOpacity80 { color: #63875E; opacity: 0.8; }

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

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

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

This text has shadow with #63875E color.


.textShadow {text-shadow: 3px 3px 1px #63875E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63875E; -webkit-box-shadow: 1px 1px 3px 2px #63875E; box-shadow:1px 1px 3px 2px #63875E;">
Div content here
</div>

This div box has shadow with color #63875E.

Preview

Color preview on black background

This text has color #63875E on black background.


Color preview on white background

This text has color #63875E on white background.


Black color preview on #63875E background

This text has black color on #63875E background.


White color preview on #63875E background

This text has white color on #63875E background.


Related colors

Complementary color

Complementary color for #hex is #9C78A1.


I love getcolorcode.com

Triadic colors

1 #5E6387 and #875E63 with #63875E are triadic colors.

2 #5E8763 and #87635E with #63875E are triadic colors.