COLOR #49514B

HEX: #49514B
RGB: (73,81,75)

Color info

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

RGB color model

#49514B color RGB value is (73,81,75).

  • red value is 73;
  • green value is 81;
  • blue value is 75.
RGB:
(73,81,75)
(29%,32%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 75 of 255 = 29%

73
81
75

R + G + B ~ 30%. #49514B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 81 + 75 = 229 (100%)
R 73 of 229 ~ 31.88%
G 81 of 229 ~ 35.37%
B 75 of 229 ~ 32.75%

%31.88
%35.37
%32.75

CMYK color model

#49514B color CMYK value is (10,0,7,68).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(10,0,7,68)
C10M0Y7K68 
(10%,0%,7%,68%)
(0.10/0.00/0.07/0.68)	

CMYK percentages

%9.88
%0
%7.41
%68.24

Codes

Color #49514B in popluar color models

49514B
RGB738175
HSL135°5.19%30.20%
HSB/HSV135°9.88%31.76%
CMYK9.88%0.00%7.41%
68.24%

Color #49514B in popluar number systems.

HEX49514B
Decimal738175
Binary100100110100011001011
Octal111121113

Shades and tints

Shades of #49514B

#49514B
(73,81,75)
#434A45
(67,74,69)
#3D433F
(61,67,63)
#373C39
(55,60,57)
#313533
(49,53,51)
#2B2E2D
(43,46,45)
#252727
(37,39,39)
#1F2021
(31,32,33)
#19191B
(25,25,27)
#131215
(19,18,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #49514B

#49514B
(73,81,75)
#59605B
(89,96,91)
#696F6B
(105,111,107)
#797E7B
(121,126,123)
#898D8B
(137,141,139)
#999C9B
(153,156,155)
#A9ABAB
(169,171,171)
#B9BABB
(185,186,187)
#C9C9CB
(201,201,203)
#D9D8DB
(217,216,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49514B color. Also use rgb(73,81,75) instead hex code.

Text Font Color

.myTextColor { color: #49514B; }

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

This text font color is #49514B.


Background Color

.myBgColor { background-color: #49514B; }

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

This div background color is #49514B.


Border color

.myBorderColor { border: 1px solid #49514B; }

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

This div border color is #49514B.


Opacity

.myOpacity80 { color: #49514B; opacity: 0.8; }

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

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

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

This text has shadow with #49514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49514B on black background.


Color preview on white background

This text has color #49514B on white background.



Black color preview on #49514B background

This text has black color on #49514B background.


White color preview on #49514B background

This text has white color on #49514B background.