COLOR #638F4B

HEX: #638F4B RGB: (99,143,75)

Color info

#638F4B contains mainly red and green colors. Web safe color of #638F4B is #669933 (or #693).

RGB color model

#638F4B color RGB value is (99,143,75).

RGB: (99,143,75) (39%, 56%, 29%)

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 75 of 255 = 29%

99
143
75

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

Portions of RGB colors in percentages

R + G + B = 99 + 143 + 75 = 317 (100%)
R 99 of 317 ~ 31.23%
G 143 of 317 ~ 45.11%
B 75 of 317 ~ 23.66'%

%31.23
%45.11
%23.66

CMYK color model

#638F4B color CMYK value is (31,0,48,44).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 47.55%
  • key color value is 43.92%

CMYK: (31,0,48,44)
C31M0Y48K44 (31%, 0%, 48%, 44%)
(0.31 / 0.00 / 0.48 / 0.44)

CMYK percentages

%30.77
%0
%47.55
%43.92

Codes

Color #638F4B in popluar color models

63 8F 4B
RGB 99 143 75
HSL 99° 31.19% 42.75%
HSB/HSV 99° 47.55% 56.08%
CMYK 30.77% 0.00% 47.55%
43.92%

Color #638F4B in popluar number systems.

HEX 63 8F 4B
Decimal 99 143 75
Binary 1100011 10001111 1001011
Octal 143 217 113

Shades and tints

Shades of #638F4B

#638F4B
(99,143,75)
#5A8245
(90,130,69)
#51753F
(81,117,63)
#486839
(72,104,57)
#3F5B33
(63,91,51)
#364E2D
(54,78,45)
#2D4127
(45,65,39)
#243421
(36,52,33)
#1B271B
(27,39,27)
#121A15
(18,26,21)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #638F4B

#638F4B
(99,143,75)
#71995B
(113,153,91)
#7FA36B
(127,163,107)
#8DAD7B
(141,173,123)
#9BB78B
(155,183,139)
#A9C19B
(169,193,155)
#B7CBAB
(183,203,171)
#C5D5BB
(197,213,187)
#D3DFCB
(211,223,203)
#E1E9DB
(225,233,219)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638F4B color. Also use rgb(99,143,75) instead hex code.

Text Font Color

.myTextColor { color: #638F4B; }

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

This text font color is #638F4B.

Background Color

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

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

This div background color is #638F4B.

Border color

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

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

This div border color is #638F4B.

Opacity

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

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

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

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

This text has shadow with #638F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638F4B.

Preview

Color preview on black background

This text has color #638F4B on black background.


Color preview on white background

This text has color #638F4B on white background.


Black color preview on #638F4B background

This text has black color on #638F4B background.


White color preview on #638F4B background

This text has white color on #638F4B background.


Related colors

Complementary color

Complementary color for #hex is #9C70B4.


I love getcolorcode.com

Triadic colors

1 #4B638F and #8F4B63 with #638F4B are triadic colors.

2 #4B8F63 and #8F634B with #638F4B are triadic colors.