COLOR #638574

HEX: #638574
RGB: (99,133,116)

Color info

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

RGB color model

#638574 color RGB value is (99,133,116).

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

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 116 of 255 = 45%

99
133
116

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 116 = 348 (100%)
R 99 of 348 ~ 28.45%
G 133 of 348 ~ 38.22%
B 116 of 348 ~ 33.33%

%28.45
%38.22
%33.33

CMYK color model

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

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(26,0,13,48)
C26M0Y13K48 
(26%,0%,13%,48%)
(0.26/0.00/0.13/0.48)	

CMYK percentages

%25.56
%0
%12.78
%47.84

Codes

Color #638574 in popluar color models

638574
RGB99133116
HSL150°14.66%45.49%
HSB/HSV150°25.56%52.16%
CMYK25.56%0.00%12.78%
47.84%

Color #638574 in popluar number systems.

HEX638574
Decimal99133116
Binary1100011100001011110100
Octal143205164

Shades and tints

Shades of #638574

#638574
(99,133,116)
#5A796A
(90,121,106)
#516D60
(81,109,96)
#486156
(72,97,86)
#3F554C
(63,85,76)
#364942
(54,73,66)
#2D3D38
(45,61,56)
#24312E
(36,49,46)
#1B2524
(27,37,36)
#12191A
(18,25,26)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #638574

#638574
(99,133,116)
#719080
(113,144,128)
#7F9B8C
(127,155,140)
#8DA698
(141,166,152)
#9BB1A4
(155,177,164)
#A9BCB0
(169,188,176)
#B7C7BC
(183,199,188)
#C5D2C8
(197,210,200)
#D3DDD4
(211,221,212)
#E1E8E0
(225,232,224)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638574; }

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

This text font color is #638574.


Background Color

.myBgColor { background-color: #638574; }

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

This div background color is #638574.


Border color

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

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

This div border color is #638574.


Opacity

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

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

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

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

This text has shadow with #638574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638574 on black background.


Color preview on white background

This text has color #638574 on white background.



Black color preview on #638574 background

This text has black color on #638574 background.


White color preview on #638574 background

This text has white color on #638574 background.