COLOR #4B2828

HEX: #4B2828
RGB: (75,40,40)

Color info

#4B2828 contains red, green and blue colors in about the same proportion. Web safe color of #4B2828 is #333333 (or #333).

RGB color model

#4B2828 color RGB value is (75,40,40).

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

RGB channels and saturation

R 75 of 255 = 29%
G 40 of 255 = 16%
B 40 of 255 = 16%

75
40
40

R + G + B ~ 20%. #4B2828 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 40 + 40 = 155 (100%)
R 75 of 155 ~ 48.39%
G 40 of 155 ~ 25.81%
B 40 of 155 ~ 25.81%

%48.39
%25.81
%25.81

CMYK color model

#4B2828 color CMYK value is (0,47,47,71).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK:
(0,47,47,71)
C0M47Y47K71 
(0%,47%,47%,71%)
(0.00/0.47/0.47/0.71)	

CMYK percentages

%0
%46.67
%46.67
%70.59

Codes

Color #4B2828 in popluar color models

4B2828
RGB754040
HSL30.43%22.55%
HSB/HSV46.67%29.41%
CMYK0.00%46.67%46.67%
70.59%

Color #4B2828 in popluar number systems.

HEX4B2828
Decimal754040
Binary1001011101000101000
Octal1135050

Shades and tints

Shades of #4B2828

#4B2828
(75,40,40)
#452525
(69,37,37)
#3F2222
(63,34,34)
#391F1F
(57,31,31)
#331C1C
(51,28,28)
#2D1919
(45,25,25)
#271616
(39,22,22)
#211313
(33,19,19)
#1B1010
(27,16,16)
#150D0D
(21,13,13)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B2828

#4B2828
(75,40,40)
#5B3B3B
(91,59,59)
#6B4E4E
(107,78,78)
#7B6161
(123,97,97)
#8B7474
(139,116,116)
#9B8787
(155,135,135)
#AB9A9A
(171,154,154)
#BBADAD
(187,173,173)
#CBC0C0
(203,192,192)
#DBD3D3
(219,211,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2828; }

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

This text font color is #4B2828.


Background Color

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

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

This div background color is #4B2828.


Border color

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

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

This div border color is #4B2828.


Opacity

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

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

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

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

This text has shadow with #4B2828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2828 on black background.


Color preview on white background

This text has color #4B2828 on white background.



Black color preview on #4B2828 background

This text has black color on #4B2828 background.


White color preview on #4B2828 background

This text has white color on #4B2828 background.