COLOR #4B0C33

HEX: #4B0C33
RGB: (75,12,51)

Color info

#4B0C33 contains mainly red and blue colors. Web safe color of #4B0C33 is #330033 (or #303).

RGB color model

#4B0C33 color RGB value is (75,12,51).

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

RGB channels and saturation

R 75 of 255 = 29%
G 12 of 255 = 5%
B 51 of 255 = 20%

75
12
51

R + G + B ~ 18%. #4B0C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 12 + 51 = 138 (100%)
R 75 of 138 ~ 54.35%
G 12 of 138 ~ 8.7%
B 51 of 138 ~ 36.96%

%54.35
%36.96

CMYK color model

#4B0C33 color CMYK value is (0,84,32,71).

  • cyan value is 0.00%
  • magenta value is 84.00%
  • yellow value is 32.00%
  • key color value is 70.59%
CMYK: (0,84,32,71) C0M84Y32K71 (0%,84%,32%,71%) (0.00/0.84/0.32/0.71)

CMYK percentages

%0
%84
%32
%70.59

Codes

Color #4B0C33 in popluar color models

4B0C33
RGB751251
HSL323°72.41%17.06%
HSB/HSV323°84.00%29.41%
CMYK0.00%84.00%32.00%
70.59%

Color #4B0C33 in popluar number systems.

HEX4B0C33
Decimal751251
Binary10010111100110011
Octal1131463

Shades and tints

Shades of #4B0C33

#4B0C33
(75,12,51)
#450B2F
(69,11,47)
#3F0A2B
(63,10,43)
#390927
(57,9,39)
#330823
(51,8,35)
#2D071F
(45,7,31)
#27061B
(39,6,27)
#210517
(33,5,23)
#1B0413
(27,4,19)
#15030F
(21,3,15)
#0F020B
(15,2,11)
#000000
(0,0,0)

Tints of #4B0C33

#4B0C33
(75,12,51)
#5B2245
(91,34,69)
#6B3857
(107,56,87)
#7B4E69
(123,78,105)
#8B647B
(139,100,123)
#9B7A8D
(155,122,141)
#AB909F
(171,144,159)
#BBA6B1
(187,166,177)
#CBBCC3
(203,188,195)
#DBD2D5
(219,210,213)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0C33; }

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

This text font color is #4B0C33.


Background Color

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

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

This div background color is #4B0C33.


Border color

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

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

This div border color is #4B0C33.


Opacity

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

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

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

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

This text has shadow with #4B0C33 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B0C33 on black background.


Color preview on white background

This text has color #4B0C33 on white background.



Black color preview on #4B0C33 background

This text has black color on #4B0C33 background.


White color preview on #4B0C33 background

This text has white color on #4B0C33 background.