COLOR #638545

HEX: #638545
RGB: (99,133,69)

Color info

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

RGB color model

#638545 color RGB value is (99,133,69).

  • red value is 99;
  • green value is 133;
  • blue value is 69.
RGB:
(99,133,69)
(39%,52%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 69 of 255 = 27%

99
133
69

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 69 = 301 (100%)
R 99 of 301 ~ 32.89%
G 133 of 301 ~ 44.19%
B 69 of 301 ~ 22.92%

%32.89
%44.19
%22.92

CMYK color model

#638545 color CMYK value is (26,0,48,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(26,0,48,48)
C26M0Y48K48 
(26%,0%,48%,48%)
(0.26/0.00/0.48/0.48)	

CMYK percentages

%25.56
%0
%48.12
%47.84

Codes

Color #638545 in popluar color models

638545
RGB9913369
HSL92°31.68%39.61%
HSB/HSV92°48.12%52.16%
CMYK25.56%0.00%48.12%
47.84%

Color #638545 in popluar number systems.

HEX638545
Decimal9913369
Binary1100011100001011000101
Octal143205105

Shades and tints

Shades of #638545

#638545
(99,133,69)
#5A793F
(90,121,63)
#516D39
(81,109,57)
#486133
(72,97,51)
#3F552D
(63,85,45)
#364927
(54,73,39)
#2D3D21
(45,61,33)
#24311B
(36,49,27)
#1B2515
(27,37,21)
#12190F
(18,25,15)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #638545

#638545
(99,133,69)
#719055
(113,144,85)
#7F9B65
(127,155,101)
#8DA675
(141,166,117)
#9BB185
(155,177,133)
#A9BC95
(169,188,149)
#B7C7A5
(183,199,165)
#C5D2B5
(197,210,181)
#D3DDC5
(211,221,197)
#E1E8D5
(225,232,213)
#EFF3E5
(239,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638545 color. Also use rgb(99,133,69) instead hex code.

Text Font Color

.myTextColor { color: #638545; }

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

This text font color is #638545.


Background Color

.myBgColor { background-color: #638545; }

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

This div background color is #638545.


Border color

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

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

This div border color is #638545.


Opacity

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

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

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

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

This text has shadow with #638545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638545 on black background.


Color preview on white background

This text has color #638545 on white background.



Black color preview on #638545 background

This text has black color on #638545 background.


White color preview on #638545 background

This text has white color on #638545 background.