COLOR #638255

HEX: #638255 RGB: (99,130,85)

Color info

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

RGB color model

#638255 color RGB value is (99,130,85).

RGB: (99,130,85) (39%, 51%, 33%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 85 of 255 = 33%

99
130
85

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

Portions of RGB colors in percentages

R + G + B = 99 + 130 + 85 = 314 (100%)
R 99 of 314 ~ 31.53%
G 130 of 314 ~ 41.4%
B 85 of 314 ~ 27.07'%

%31.53
%41.4
%27.07

CMYK color model

#638255 color CMYK value is (24,0,35,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 49.02%

CMYK: (24,0,35,49)
C24M0Y35K49 (24%, 0%, 35%, 49%)
(0.24 / 0.00 / 0.35 / 0.49)

CMYK percentages

%23.85
%0
%34.62
%49.02

Codes

Color #638255 in popluar color models

63 82 55
RGB 99 130 85
HSL 101° 20.93% 42.16%
HSB/HSV 101° 34.62% 50.98%
CMYK 23.85% 0.00% 34.62%
49.02%

Color #638255 in popluar number systems.

HEX 63 82 55
Decimal 99 130 85
Binary 1100011 10000010 1010101
Octal 143 202 125

Shades and tints

Shades of #638255

#638255
(99,130,85)
#5A774E
(90,119,78)
#516C47
(81,108,71)
#486140
(72,97,64)
#3F5639
(63,86,57)
#364B32
(54,75,50)
#2D402B
(45,64,43)
#243524
(36,53,36)
#1B2A1D
(27,42,29)
#121F16
(18,31,22)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #638255

#638255
(99,130,85)
#718D64
(113,141,100)
#7F9873
(127,152,115)
#8DA382
(141,163,130)
#9BAE91
(155,174,145)
#A9B9A0
(169,185,160)
#B7C4AF
(183,196,175)
#C5CFBE
(197,207,190)
#D3DACD
(211,218,205)
#E1E5DC
(225,229,220)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638255; }

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

This text font color is #638255.

Background Color

.myBgColor { background-color: #638255; }

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

This div background color is #638255.

Border color

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

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

This div border color is #638255.

Opacity

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

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

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

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

This text has shadow with #638255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638255.

Preview

Color preview on black background

This text has color #638255 on black background.


Color preview on white background

This text has color #638255 on white background.


Black color preview on #638255 background

This text has black color on #638255 background.


White color preview on #638255 background

This text has white color on #638255 background.


Related colors

Complementary color

Complementary color for #hex is #9C7DAA.


I love getcolorcode.com

Triadic colors

1 #556382 and #825563 with #638255 are triadic colors.

2 #558263 and #826355 with #638255 are triadic colors.