COLOR #638F3A

HEX: #638F3A RGB: (99,143,58)

Color info

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

RGB color model

#638F3A color RGB value is (99,143,58).

RGB: (99,143,58) (39%, 56%, 23%)

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 58 of 255 = 23%

99
143
58

R + G + B ~ 39%. #638F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 143 + 58 = 300 (100%)
R 99 of 300 ~ 33%
G 143 of 300 ~ 47.67%
B 58 of 300 ~ 19.33'%

%33
%47.67
%19.33

CMYK color model

#638F3A color CMYK value is (31,0,59,44).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 59.44%
  • key color value is 43.92%
CMYK: (31,0,59,44) C31M0Y59K44 (31%,0%,59%,44%) (0.31/0.00/0.59/0.44) 

CMYK percentages

%30.77
%0
%59.44
%43.92

Codes

Color #638F3A in popluar color models

63 8F 3A
RGB 99 143 58
HSL 91° 42.29% 39.41%
HSB/HSV 91° 59.44% 56.08%
CMYK 30.77% 0.00% 59.44%
43.92%

Color #638F3A in popluar number systems.

HEX 63 8F 3A
Decimal 99 143 58
Binary 1100011 10001111 111010
Octal 143 217 72

Shades and tints

Shades of #638F3A

#638F3A
(99,143,58)
#5A8235
(90,130,53)
#517530
(81,117,48)
#48682B
(72,104,43)
#3F5B26
(63,91,38)
#364E21
(54,78,33)
#2D411C
(45,65,28)
#243417
(36,52,23)
#1B2712
(27,39,18)
#121A0D
(18,26,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #638F3A

#638F3A
(99,143,58)
#71994B
(113,153,75)
#7FA35C
(127,163,92)
#8DAD6D
(141,173,109)
#9BB77E
(155,183,126)
#A9C18F
(169,193,143)
#B7CBA0
(183,203,160)
#C5D5B1
(197,213,177)
#D3DFC2
(211,223,194)
#E1E9D3
(225,233,211)
#EFF3E4
(239,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638F3A; }

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

This text font color is #638F3A.

Background Color

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

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

This div background color is #638F3A.

Border color

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

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

This div border color is #638F3A.

Opacity

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

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

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

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

This text has shadow with #638F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638F3A.

Preview

Color preview on black background

This text has color #638F3A on black background.


Color preview on white background

This text has color #638F3A on white background.


Black color preview on #638F3A background

This text has black color on #638F3A background.


White color preview on #638F3A background

This text has white color on #638F3A background.


Related colors

Complementary color

Complementary color for #hex is #9C70C5.


I love getcolorcode.com

Triadic colors

1 #3A638F and #8F3A63 with #638F3A are triadic colors.

2 #3A8F63 and #8F633A with #638F3A are triadic colors.