COLOR #4B584C

HEX: #4B584C
RGB: (75,88,76)

Color info

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

RGB color model

#4B584C color RGB value is (75,88,76).

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

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 76 of 255 = 30%

75
88
76

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

Portions of RGB colors in percentages

R + G + B =
75 + 88 + 76 = 239 (100%)
R 75 of 239 ~ 31.38%
G 88 of 239 ~ 36.82%
B 76 of 239 ~ 31.8%

%31.38
%36.82
%31.8

CMYK color model

#4B584C color CMYK value is (15,0,14,65).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(15,0,14,65)
C15M0Y14K65 
(15%,0%,14%,65%)
(0.15/0.00/0.14/0.65)	

CMYK percentages

%14.77
%0
%13.64
%65.49

Codes

Color #4B584C in popluar color models

4B584C
RGB758876
HSL125°7.98%31.96%
HSB/HSV125°14.77%34.51%
CMYK14.77%0.00%13.64%
65.49%

Color #4B584C in popluar number systems.

HEX4B584C
Decimal758876
Binary100101110110001001100
Octal113130114

Shades and tints

Shades of #4B584C

#4B584C
(75,88,76)
#455046
(69,80,70)
#3F4840
(63,72,64)
#39403A
(57,64,58)
#333834
(51,56,52)
#2D302E
(45,48,46)
#272828
(39,40,40)
#212022
(33,32,34)
#1B181C
(27,24,28)
#151016
(21,16,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #4B584C

#4B584C
(75,88,76)
#5B675C
(91,103,92)
#6B766C
(107,118,108)
#7B857C
(123,133,124)
#8B948C
(139,148,140)
#9BA39C
(155,163,156)
#ABB2AC
(171,178,172)
#BBC1BC
(187,193,188)
#CBD0CC
(203,208,204)
#DBDFDC
(219,223,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B584C; }

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

This text font color is #4B584C.


Background Color

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

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

This div background color is #4B584C.


Border color

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

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

This div border color is #4B584C.


Opacity

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

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

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

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

This text has shadow with #4B584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B584C on black background.


Color preview on white background

This text has color #4B584C on white background.



Black color preview on #4B584C background

This text has black color on #4B584C background.


White color preview on #4B584C background

This text has white color on #4B584C background.