COLOR #4B5040

HEX: #4B5040
RGB: (75,80,64)

Color info

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

RGB color model

#4B5040 color RGB value is (75,80,64).

  • red value is 75;
  • green value is 80;
  • blue value is 64.
RGB:
(75,80,64)
(29%,31%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 64 of 255 = 25%

75
80
64

R + G + B ~ 28%. #4B5040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 64 = 219 (100%)
R 75 of 219 ~ 34.25%
G 80 of 219 ~ 36.53%
B 64 of 219 ~ 29.22%

%34.25
%36.53
%29.22

CMYK color model

#4B5040 color CMYK value is (6,0,20,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(6,0,20,69)
C6M0Y20K69 
(6%,0%,20%,69%)
(0.06/0.00/0.20/0.69)	

CMYK percentages

%6.25
%0
%20
%68.63

Codes

Color #4B5040 in popluar color models

4B5040
RGB758064
HSL79°11.11%28.24%
HSB/HSV79°20.00%31.37%
CMYK6.25%0.00%20.00%
68.63%

Color #4B5040 in popluar number systems.

HEX4B5040
Decimal758064
Binary100101110100001000000
Octal113120100

Shades and tints

Shades of #4B5040

#4B5040
(75,80,64)
#45493B
(69,73,59)
#3F4236
(63,66,54)
#393B31
(57,59,49)
#33342C
(51,52,44)
#2D2D27
(45,45,39)
#272622
(39,38,34)
#211F1D
(33,31,29)
#1B1818
(27,24,24)
#151113
(21,17,19)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #4B5040

#4B5040
(75,80,64)
#5B5F51
(91,95,81)
#6B6E62
(107,110,98)
#7B7D73
(123,125,115)
#8B8C84
(139,140,132)
#9B9B95
(155,155,149)
#ABAAA6
(171,170,166)
#BBB9B7
(187,185,183)
#CBC8C8
(203,200,200)
#DBD7D9
(219,215,217)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5040; }

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

This text font color is #4B5040.


Background Color

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

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

This div background color is #4B5040.


Border color

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

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

This div border color is #4B5040.


Opacity

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

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

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

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

This text has shadow with #4B5040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5040 on black background.


Color preview on white background

This text has color #4B5040 on white background.



Black color preview on #4B5040 background

This text has black color on #4B5040 background.


White color preview on #4B5040 background

This text has white color on #4B5040 background.