COLOR #638D61

HEX: #638D61 RGB: (99,141,97)

Color info

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

RGB color model

#638D61 color RGB value is (99,141,97).

RGB: (99,141,97) (39%, 55%, 38%)

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 97 of 255 = 38%

99
141
97

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

Portions of RGB colors in percentages

R + G + B = 99 + 141 + 97 = 337 (100%)
R 99 of 337 ~ 29.38%
G 141 of 337 ~ 41.84%
B 97 of 337 ~ 28.78'%

%29.38
%41.84
%28.78

CMYK color model

#638D61 color CMYK value is (30,0,31,45).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 44.71%

CMYK: (30,0,31,45)
C30M0Y31K45 (30%, 0%, 31%, 45%)
(0.30 / 0.00 / 0.31 / 0.45)

CMYK percentages

%29.79
%0
%31.21
%44.71

Codes

Color #638D61 in popluar color models

63 8D 61
RGB 99 141 97
HSL 117° 18.49% 46.67%
HSB/HSV 117° 31.21% 55.29%
CMYK 29.79% 0.00% 31.21%
44.71%

Color #638D61 in popluar number systems.

HEX 63 8D 61
Decimal 99 141 97
Binary 1100011 10001101 1100001
Octal 143 215 141

Shades and tints

Shades of #638D61

#638D61
(99,141,97)
#5A8159
(90,129,89)
#517551
(81,117,81)
#486949
(72,105,73)
#3F5D41
(63,93,65)
#365139
(54,81,57)
#2D4531
(45,69,49)
#243929
(36,57,41)
#1B2D21
(27,45,33)
#122119
(18,33,25)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #638D61

#638D61
(99,141,97)
#71976F
(113,151,111)
#7FA17D
(127,161,125)
#8DAB8B
(141,171,139)
#9BB599
(155,181,153)
#A9BFA7
(169,191,167)
#B7C9B5
(183,201,181)
#C5D3C3
(197,211,195)
#D3DDD1
(211,221,209)
#E1E7DF
(225,231,223)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638D61 color. Also use rgb(99,141,97) instead hex code.

Text Font Color

.myTextColor { color: #638D61; }

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

This text font color is #638D61.

Background Color

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

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

This div background color is #638D61.

Border color

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

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

This div border color is #638D61.

Opacity

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

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

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

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

This text has shadow with #638D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638D61.

Preview

Color preview on black background

This text has color #638D61 on black background.


Color preview on white background

This text has color #638D61 on white background.


Black color preview on #638D61 background

This text has black color on #638D61 background.


White color preview on #638D61 background

This text has white color on #638D61 background.


Related colors

Complementary color

Complementary color for #hex is #9C729E.


I love getcolorcode.com

Triadic colors

1 #61638D and #8D6163 with #638D61 are triadic colors.

2 #618D63 and #8D6361 with #638D61 are triadic colors.