COLOR #638438

HEX: #638438
RGB: (99,132,56)

Color info

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

RGB color model

#638438 color RGB value is (99,132,56).

  • red value is 99;
  • green value is 132;
  • blue value is 56.
RGB:
(99,132,56)
(39%,52%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 56 of 255 = 22%

99
132
56

R + G + B ~ 38%. #638438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 132 + 56 = 287 (100%)
R 99 of 287 ~ 34.49%
G 132 of 287 ~ 45.99%
B 56 of 287 ~ 19.51%

%34.49
%45.99
%19.51

CMYK color model

#638438 color CMYK value is (25,0,58,48).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 48.24%
CMYK:
(25,0,58,48)
C25M0Y58K48 
(25%,0%,58%,48%)
(0.25/0.00/0.58/0.48)	

CMYK percentages

%25
%0
%57.58
%48.24

Codes

Color #638438 in popluar color models

638438
RGB9913256
HSL86°40.43%36.86%
HSB/HSV86°57.58%51.76%
CMYK25.00%0.00%57.58%
48.24%

Color #638438 in popluar number systems.

HEX638438
Decimal9913256
Binary110001110000100111000
Octal14320470

Shades and tints

Shades of #638438

#638438
(99,132,56)
#5A7833
(90,120,51)
#516C2E
(81,108,46)
#486029
(72,96,41)
#3F5424
(63,84,36)
#36481F
(54,72,31)
#2D3C1A
(45,60,26)
#243015
(36,48,21)
#1B2410
(27,36,16)
#12180B
(18,24,11)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #638438

#638438
(99,132,56)
#718F4A
(113,143,74)
#7F9A5C
(127,154,92)
#8DA56E
(141,165,110)
#9BB080
(155,176,128)
#A9BB92
(169,187,146)
#B7C6A4
(183,198,164)
#C5D1B6
(197,209,182)
#D3DCC8
(211,220,200)
#E1E7DA
(225,231,218)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638438 color. Also use rgb(99,132,56) instead hex code.

Text Font Color

.myTextColor { color: #638438; }

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

This text font color is #638438.


Background Color

.myBgColor { background-color: #638438; }

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

This div background color is #638438.


Border color

.myBorderColor { border: 1px solid #638438; }

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

This div border color is #638438.


Opacity

.myOpacity80 { color: #638438; opacity: 0.8; }

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

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

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

This text has shadow with #638438 color.

.textShadow {text-shadow: 3px 3px 1px #638438, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #638438;
-webkit-box-shadow: 1px 1px 3px 2px #638438;
box-shadow:1px 1px 3px 2px #638438;">
Div content here</div>
This div box has shadow with color #638438.

Preview

Color preview on black background

This text has color #638438 on black background.


Color preview on white background

This text has color #638438 on white background.



Black color preview on #638438 background

This text has black color on #638438 background.


White color preview on #638438 background

This text has white color on #638438 background.