COLOR #639C5C

HEX: #639C5C RGB: (99,156,92)

Color info

#639C5C contains mainly red and green colors. Web safe color of #639C5C is #669966 (or #696).

RGB color model

#639C5C color RGB value is (99,156,92).

RGB: (99,156,92) (39%, 61%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 92 of 255 = 36%

99
156
92

R + G + B ~ 45%. #639C5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 156 + 92 = 347 (100%)
R 99 of 347 ~ 28.53%
G 156 of 347 ~ 44.96%
B 92 of 347 ~ 26.51'%

%28.53
%44.96
%26.51

CMYK color model

#639C5C color CMYK value is (37,0,41,39).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 38.82%

CMYK: (37,0,41,39)
C37M0Y41K39 (37%, 0%, 41%, 39%)
(0.37 / 0.00 / 0.41 / 0.39)

CMYK percentages

%36.54
%0
%41.03
%38.82

Codes

Color #639C5C in popluar color models

63 9C 5C
RGB 99 156 92
HSL 113° 25.81% 48.63%
HSB/HSV 113° 41.03% 61.18%
CMYK 36.54% 0.00% 41.03%
38.82%

Color #639C5C in popluar number systems.

HEX 63 9C 5C
Decimal 99 156 92
Binary 1100011 10011100 1011100
Octal 143 234 134

Shades and tints

Shades of #639C5C

#639C5C
(99,156,92)
#5A8E54
(90,142,84)
#51804C
(81,128,76)
#487244
(72,114,68)
#3F643C
(63,100,60)
#365634
(54,86,52)
#2D482C
(45,72,44)
#243A24
(36,58,36)
#1B2C1C
(27,44,28)
#121E14
(18,30,20)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #639C5C

#639C5C
(99,156,92)
#71A56A
(113,165,106)
#7FAE78
(127,174,120)
#8DB786
(141,183,134)
#9BC094
(155,192,148)
#A9C9A2
(169,201,162)
#B7D2B0
(183,210,176)
#C5DBBE
(197,219,190)
#D3E4CC
(211,228,204)
#E1EDDA
(225,237,218)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639C5C color. Also use rgb(99,156,92) instead hex code.

Text Font Color

.myTextColor { color: #639C5C; }

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

This text font color is #639C5C.

Background Color

.myBgColor { background-color: #639C5C; }

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

This div background color is #639C5C.

Border color

.myBorderColor { border: 1px solid #639C5C; }

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

This div border color is #639C5C.

Opacity

.myOpacity80 { color: #639C5C; opacity: 0.8; }

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

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

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

This text has shadow with #639C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639C5C.

Preview

Color preview on black background

This text has color #639C5C on black background.


Color preview on white background

This text has color #639C5C on white background.


Black color preview on #639C5C background

This text has black color on #639C5C background.


White color preview on #639C5C background

This text has white color on #639C5C background.


Related colors

Complementary color

Complementary color for #hex is #9C63A3.


I love getcolorcode.com

Triadic colors

1 #5C639C and #9C5C63 with #639C5C are triadic colors.

2 #5C9C63 and #9C635C with #639C5C are triadic colors.