COLOR #4B584A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
88
74

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

Portions of RGB colors in percentages

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

%31.65
%37.13
%31.22

CMYK color model

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

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

CMYK percentages

%14.77
%0
%15.91
%65.49

Codes

Color #4B584A in popluar color models

4B584A
RGB758874
HSL116°8.64%31.76%
HSB/HSV116°15.91%34.51%
CMYK14.77%0.00%15.91%
65.49%

Color #4B584A in popluar number systems.

HEX4B584A
Decimal758874
Binary100101110110001001010
Octal113130112

Shades and tints

Shades of #4B584A

#4B584A
(75,88,74)
#455044
(69,80,68)
#3F483E
(63,72,62)
#394038
(57,64,56)
#333832
(51,56,50)
#2D302C
(45,48,44)
#272826
(39,40,38)
#212020
(33,32,32)
#1B181A
(27,24,26)
#151014
(21,16,20)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #4B584A

#4B584A
(75,88,74)
#5B675A
(91,103,90)
#6B766A
(107,118,106)
#7B857A
(123,133,122)
#8B948A
(139,148,138)
#9BA39A
(155,163,154)
#ABB2AA
(171,178,170)
#BBC1BA
(187,193,186)
#CBD0CA
(203,208,202)
#DBDFDA
(219,223,218)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B584A; }

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

This text font color is #4B584A.


Background Color

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

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

This div background color is #4B584A.


Border color

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

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

This div border color is #4B584A.


Opacity

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

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

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

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

This text has shadow with #4B584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B584A on black background.


Color preview on white background

This text has color #4B584A on white background.



Black color preview on #4B584A background

This text has black color on #4B584A background.


White color preview on #4B584A background

This text has white color on #4B584A background.