COLOR #4B3030

HEX: #4B3030
RGB: (75,48,48)

Color info

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

RGB color model

#4B3030 color RGB value is (75,48,48).

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

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 48 of 255 = 19%

75
48
48

R + G + B ~ 22%. #4B3030 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 48 = 171 (100%)
R 75 of 171 ~ 43.86%
G 48 of 171 ~ 28.07%
B 48 of 171 ~ 28.07%

%43.86
%28.07
%28.07

CMYK color model

#4B3030 color CMYK value is (0,36,36,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(0,36,36,71)
C0M36Y36K71 
(0%,36%,36%,71%)
(0.00/0.36/0.36/0.71)	

CMYK percentages

%0
%36
%36
%70.59

Codes

Color #4B3030 in popluar color models

4B3030
RGB754848
HSL21.95%24.12%
HSB/HSV36.00%29.41%
CMYK0.00%36.00%36.00%
70.59%

Color #4B3030 in popluar number systems.

HEX4B3030
Decimal754848
Binary1001011110000110000
Octal1136060

Shades and tints

Shades of #4B3030

#4B3030
(75,48,48)
#452C2C
(69,44,44)
#3F2828
(63,40,40)
#392424
(57,36,36)
#332020
(51,32,32)
#2D1C1C
(45,28,28)
#271818
(39,24,24)
#211414
(33,20,20)
#1B1010
(27,16,16)
#150C0C
(21,12,12)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B3030

#4B3030
(75,48,48)
#5B4242
(91,66,66)
#6B5454
(107,84,84)
#7B6666
(123,102,102)
#8B7878
(139,120,120)
#9B8A8A
(155,138,138)
#AB9C9C
(171,156,156)
#BBAEAE
(187,174,174)
#CBC0C0
(203,192,192)
#DBD2D2
(219,210,210)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3030; }

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

This text font color is #4B3030.


Background Color

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

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

This div background color is #4B3030.


Border color

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

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

This div border color is #4B3030.


Opacity

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

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

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

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

This text has shadow with #4B3030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3030 on black background.


Color preview on white background

This text has color #4B3030 on white background.



Black color preview on #4B3030 background

This text has black color on #4B3030 background.


White color preview on #4B3030 background

This text has white color on #4B3030 background.