COLOR #49624C

HEX: #49624C
RGB: (73,98,76)

Color info

#49624C contains red, green and blue colors in about the same proportion. Web safe color of #49624C is #336633 (or #363).

RGB color model

#49624C color RGB value is (73,98,76).

  • red value is 73;
  • green value is 98;
  • blue value is 76.
RGB:
(73,98,76)
(29%,38%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 76 of 255 = 30%

73
98
76

R + G + B ~ 32%. #49624C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 76 = 247 (100%)
R 73 of 247 ~ 29.55%
G 98 of 247 ~ 39.68%
B 76 of 247 ~ 30.77%

%29.55
%39.68
%30.77

CMYK color model

#49624C color CMYK value is (26,0,22,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(26,0,22,62)
C26M0Y22K62 
(26%,0%,22%,62%)
(0.26/0.00/0.22/0.62)	

CMYK percentages

%25.51
%0
%22.45
%61.57

Codes

Color #49624C in popluar color models

49624C
RGB739876
HSL127°14.62%33.53%
HSB/HSV127°25.51%38.43%
CMYK25.51%0.00%22.45%
61.57%

Color #49624C in popluar number systems.

HEX49624C
Decimal739876
Binary100100111000101001100
Octal111142114

Shades and tints

Shades of #49624C

#49624C
(73,98,76)
#435A46
(67,90,70)
#3D5240
(61,82,64)
#374A3A
(55,74,58)
#314234
(49,66,52)
#2B3A2E
(43,58,46)
#253228
(37,50,40)
#1F2A22
(31,42,34)
#19221C
(25,34,28)
#131A16
(19,26,22)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #49624C

#49624C
(73,98,76)
#59705C
(89,112,92)
#697E6C
(105,126,108)
#798C7C
(121,140,124)
#899A8C
(137,154,140)
#99A89C
(153,168,156)
#A9B6AC
(169,182,172)
#B9C4BC
(185,196,188)
#C9D2CC
(201,210,204)
#D9E0DC
(217,224,220)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49624C color. Also use rgb(73,98,76) instead hex code.

Text Font Color

.myTextColor { color: #49624C; }

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

This text font color is #49624C.


Background Color

.myBgColor { background-color: #49624C; }

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

This div background color is #49624C.


Border color

.myBorderColor { border: 1px solid #49624C; }

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

This div border color is #49624C.


Opacity

.myOpacity80 { color: #49624C; opacity: 0.8; }

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

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

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

This text has shadow with #49624C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49624C on black background.


Color preview on white background

This text has color #49624C on white background.



Black color preview on #49624C background

This text has black color on #49624C background.


White color preview on #49624C background

This text has white color on #49624C background.