COLOR #4A544B

HEX: #4A544B
RGB: (74,84,75)

Color info

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

RGB color model

#4A544B color RGB value is (74,84,75).

  • red value is 74;
  • green value is 84;
  • blue value is 75.
RGB:
(74,84,75)
(29%,33%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 75 of 255 = 29%

74
84
75

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 75 = 233 (100%)
R 74 of 233 ~ 31.76%
G 84 of 233 ~ 36.05%
B 75 of 233 ~ 32.19%

%31.76
%36.05
%32.19

CMYK color model

#4A544B color CMYK value is (12,0,11,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(12,0,11,67)
C12M0Y11K67 
(12%,0%,11%,67%)
(0.12/0.00/0.11/0.67)	

CMYK percentages

%11.9
%0
%10.71
%67.06

Codes

Color #4A544B in popluar color models

4A544B
RGB748475
HSL126°6.33%30.98%
HSB/HSV126°11.90%32.94%
CMYK11.90%0.00%10.71%
67.06%

Color #4A544B in popluar number systems.

HEX4A544B
Decimal748475
Binary100101010101001001011
Octal112124113

Shades and tints

Shades of #4A544B

#4A544B
(74,84,75)
#444D45
(68,77,69)
#3E463F
(62,70,63)
#383F39
(56,63,57)
#323833
(50,56,51)
#2C312D
(44,49,45)
#262A27
(38,42,39)
#202321
(32,35,33)
#1A1C1B
(26,28,27)
#141515
(20,21,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A544B

#4A544B
(74,84,75)
#5A635B
(90,99,91)
#6A726B
(106,114,107)
#7A817B
(122,129,123)
#8A908B
(138,144,139)
#9A9F9B
(154,159,155)
#AAAEAB
(170,174,171)
#BABDBB
(186,189,187)
#CACCCB
(202,204,203)
#DADBDB
(218,219,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A544B color. Also use rgb(74,84,75) instead hex code.

Text Font Color

.myTextColor { color: #4A544B; }

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

This text font color is #4A544B.


Background Color

.myBgColor { background-color: #4A544B; }

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

This div background color is #4A544B.


Border color

.myBorderColor { border: 1px solid #4A544B; }

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

This div border color is #4A544B.


Opacity

.myOpacity80 { color: #4A544B; opacity: 0.8; }

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

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

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

This text has shadow with #4A544B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A544B on black background.


Color preview on white background

This text has color #4A544B on white background.



Black color preview on #4A544B background

This text has black color on #4A544B background.


White color preview on #4A544B background

This text has white color on #4A544B background.