COLOR #4A584B

HEX: #4A584B
RGB: (74,88,75)

Color info

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

RGB color model

#4A584B color RGB value is (74,88,75).

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

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 75 of 255 = 29%

74
88
75

R + G + B ~ 31%. #4A584B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 88 + 75 = 237 (100%)
R 74 of 237 ~ 31.22%
G 88 of 237 ~ 37.13%
B 75 of 237 ~ 31.65%

%31.22
%37.13
%31.65

CMYK color model

#4A584B color CMYK value is (16,0,15,65).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(16,0,15,65)
C16M0Y15K65 
(16%,0%,15%,65%)
(0.16/0.00/0.15/0.65)	

CMYK percentages

%15.91
%0
%14.77
%65.49

Codes

Color #4A584B in popluar color models

4A584B
RGB748875
HSL124°8.64%31.76%
HSB/HSV124°15.91%34.51%
CMYK15.91%0.00%14.77%
65.49%

Color #4A584B in popluar number systems.

HEX4A584B
Decimal748875
Binary100101010110001001011
Octal112130113

Shades and tints

Shades of #4A584B

#4A584B
(74,88,75)
#445045
(68,80,69)
#3E483F
(62,72,63)
#384039
(56,64,57)
#323833
(50,56,51)
#2C302D
(44,48,45)
#262827
(38,40,39)
#202021
(32,32,33)
#1A181B
(26,24,27)
#141015
(20,16,21)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #4A584B

#4A584B
(74,88,75)
#5A675B
(90,103,91)
#6A766B
(106,118,107)
#7A857B
(122,133,123)
#8A948B
(138,148,139)
#9AA39B
(154,163,155)
#AAB2AB
(170,178,171)
#BAC1BB
(186,193,187)
#CAD0CB
(202,208,203)
#DADFDB
(218,223,219)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A584B; }

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

This text font color is #4A584B.


Background Color

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

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

This div background color is #4A584B.


Border color

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

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

This div border color is #4A584B.


Opacity

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

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

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

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

This text has shadow with #4A584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A584B on black background.


Color preview on white background

This text has color #4A584B on white background.



Black color preview on #4A584B background

This text has black color on #4A584B background.


White color preview on #4A584B background

This text has white color on #4A584B background.