COLOR #4B1733

HEX: #4B1733
RGB: (75,23,51)

Color info

#4B1733 contains red, green and blue colors in about the same proportion. Web safe color of #4B1733 is #330033 (or #303).

RGB color model

#4B1733 color RGB value is (75,23,51).

  • red value is 75;
  • green value is 23;
  • blue value is 51.
RGB:
(75,23,51)
(29%,9%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 51 of 255 = 20%

75
23
51

R + G + B ~ 19%. #4B1733 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 51 = 149 (100%)
R 75 of 149 ~ 50.34%
G 23 of 149 ~ 15.44%
B 51 of 149 ~ 34.23%

%50.34
%15.44
%34.23

CMYK color model

#4B1733 color CMYK value is (0,69,32,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 32.00%
  • key color value is 70.59%
CMYK:
(0,69,32,71)
C0M69Y32K71 
(0%,69%,32%,71%)
(0.00/0.69/0.32/0.71)	

CMYK percentages

%0
%69.33
%32
%70.59

Codes

Color #4B1733 in popluar color models

4B1733
RGB752351
HSL328°53.06%19.22%
HSB/HSV328°69.33%29.41%
CMYK0.00%69.33%32.00%
70.59%

Color #4B1733 in popluar number systems.

HEX4B1733
Decimal752351
Binary100101110111110011
Octal1132763

Shades and tints

Shades of #4B1733

#4B1733
(75,23,51)
#45152F
(69,21,47)
#3F132B
(63,19,43)
#391127
(57,17,39)
#330F23
(51,15,35)
#2D0D1F
(45,13,31)
#270B1B
(39,11,27)
#210917
(33,9,23)
#1B0713
(27,7,19)
#15050F
(21,5,15)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #4B1733

#4B1733
(75,23,51)
#5B2C45
(91,44,69)
#6B4157
(107,65,87)
#7B5669
(123,86,105)
#8B6B7B
(139,107,123)
#9B808D
(155,128,141)
#AB959F
(171,149,159)
#BBAAB1
(187,170,177)
#CBBFC3
(203,191,195)
#DBD4D5
(219,212,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1733; }

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

This text font color is #4B1733.


Background Color

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

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

This div background color is #4B1733.


Border color

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

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

This div border color is #4B1733.


Opacity

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

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

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

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

This text has shadow with #4B1733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1733 on black background.


Color preview on white background

This text has color #4B1733 on white background.



Black color preview on #4B1733 background

This text has black color on #4B1733 background.


White color preview on #4B1733 background

This text has white color on #4B1733 background.