COLOR #4B574B

HEX: #4B574B
RGB: (75,87,75)

Color info

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

RGB color model

#4B574B color RGB value is (75,87,75).

  • red value is 75;
  • green value is 87;
  • blue value is 75.
RGB:
(75,87,75)
(29%,34%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 75 of 255 = 29%

75
87
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 75 = 237 (100%)
R 75 of 237 ~ 31.65%
G 87 of 237 ~ 36.71%
B 75 of 237 ~ 31.65%

%31.65
%36.71
%31.65

CMYK color model

#4B574B color CMYK value is (14,0,14,66).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(14,0,14,66)
C14M0Y14K66 
(14%,0%,14%,66%)
(0.14/0.00/0.14/0.66)	

CMYK percentages

%13.79
%0
%13.79
%65.88

Codes

Color #4B574B in popluar color models

4B574B
RGB758775
HSL120°7.41%31.76%
HSB/HSV120°13.79%34.12%
CMYK13.79%0.00%13.79%
65.88%

Color #4B574B in popluar number systems.

HEX4B574B
Decimal758775
Binary100101110101111001011
Octal113127113

Shades and tints

Shades of #4B574B

#4B574B
(75,87,75)
#455045
(69,80,69)
#3F493F
(63,73,63)
#394239
(57,66,57)
#333B33
(51,59,51)
#2D342D
(45,52,45)
#272D27
(39,45,39)
#212621
(33,38,33)
#1B1F1B
(27,31,27)
#151815
(21,24,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B574B

#4B574B
(75,87,75)
#5B665B
(91,102,91)
#6B756B
(107,117,107)
#7B847B
(123,132,123)
#8B938B
(139,147,139)
#9BA29B
(155,162,155)
#ABB1AB
(171,177,171)
#BBC0BB
(187,192,187)
#CBCFCB
(203,207,203)
#DBDEDB
(219,222,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B574B; }

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

This text font color is #4B574B.


Background Color

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

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

This div background color is #4B574B.


Border color

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

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

This div border color is #4B574B.


Opacity

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

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

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

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

This text has shadow with #4B574B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B574B on black background.


Color preview on white background

This text has color #4B574B on white background.



Black color preview on #4B574B background

This text has black color on #4B574B background.


White color preview on #4B574B background

This text has white color on #4B574B background.