COLOR #638A5F

HEX: #638A5F RGB: (99,138,95)

Color info

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

RGB color model

#638A5F color RGB value is (99,138,95).

RGB: (99,138,95) (39%, 54%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 95 of 255 = 37%

99
138
95

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 95 = 332 (100%)
R 99 of 332 ~ 29.82%
G 138 of 332 ~ 41.57%
B 95 of 332 ~ 28.61'%

%29.82
%41.57
%28.61

CMYK color model

#638A5F color CMYK value is (28,0,31,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK: (28,0,31,46) C28M0Y31K46 (28%,0%,31%,46%) (0.28/0.00/0.31/0.46) 

CMYK percentages

%28.26
%0
%31.16
%45.88

Codes

Color #638A5F in popluar color models

63 8A 5F
RGB 99 138 95
HSL 114° 18.45% 45.69%
HSB/HSV 114° 31.16% 54.12%
CMYK 28.26% 0.00% 31.16%
45.88%

Color #638A5F in popluar number systems.

HEX 63 8A 5F
Decimal 99 138 95
Binary 1100011 10001010 1011111
Octal 143 212 137

Shades and tints

Shades of #638A5F

#638A5F
(99,138,95)
#5A7E57
(90,126,87)
#51724F
(81,114,79)
#486647
(72,102,71)
#3F5A3F
(63,90,63)
#364E37
(54,78,55)
#2D422F
(45,66,47)
#243627
(36,54,39)
#1B2A1F
(27,42,31)
#121E17
(18,30,23)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #638A5F

#638A5F
(99,138,95)
#71946D
(113,148,109)
#7F9E7B
(127,158,123)
#8DA889
(141,168,137)
#9BB297
(155,178,151)
#A9BCA5
(169,188,165)
#B7C6B3
(183,198,179)
#C5D0C1
(197,208,193)
#D3DACF
(211,218,207)
#E1E4DD
(225,228,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A5F color. Also use rgb(99,138,95) instead hex code.

Text Font Color

.myTextColor { color: #638A5F; }

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

This text font color is #638A5F.

Background Color

.myBgColor { background-color: #638A5F; }

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

This div background color is #638A5F.

Border color

.myBorderColor { border: 1px solid #638A5F; }

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

This div border color is #638A5F.

Opacity

.myOpacity80 { color: #638A5F; opacity: 0.8; }

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

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

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

This text has shadow with #638A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638A5F.

Preview

Color preview on black background

This text has color #638A5F on black background.


Color preview on white background

This text has color #638A5F on white background.


Black color preview on #638A5F background

This text has black color on #638A5F background.


White color preview on #638A5F background

This text has white color on #638A5F background.


Related colors

Complementary color

Complementary color for #hex is #9C75A0.


I love getcolorcode.com

Triadic colors

1 #5F638A and #8A5F63 with #638A5F are triadic colors.

2 #5F8A63 and #8A635F with #638A5F are triadic colors.