COLOR #4B002C

HEX: #4B002C
RGB: (75,0,44)

Color info

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

RGB color model

#4B002C color RGB value is (75,0,44).

  • red value is 75;
  • green value is 0;
  • blue value is 44.
RGB:
(75,0,44)
(29%,0%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 44 of 255 = 17%

75
0
44

R + G + B ~ 15%. #4B002C is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 44 = 119 (100%)
R 75 of 119 ~ 63.03%
G 0 of 119 ~ 0%
B 44 of 119 ~ 36.97%

%63.03
%36.97

CMYK color model

#4B002C color CMYK value is (0,100,41,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.33%
  • key color value is 70.59%
CMYK:
(0,100,41,71)
C0M100Y41K71 
(0%,100%,41%,71%)
(0.00/1.00/0.41/0.71)	

CMYK percentages

%0
%100
%41.33
%70.59

Codes

Color #4B002C in popluar color models

4B002C
RGB75044
HSL325°100.00%14.71%
HSB/HSV325°100.00%29.41%
CMYK0.00%100.00%41.33%
70.59%

Color #4B002C in popluar number systems.

HEX4B002C
Decimal75044
Binary10010110101100
Octal113054

Shades and tints

Shades of #4B002C

#4B002C
(75,0,44)
#450028
(69,0,40)
#3F0024
(63,0,36)
#390020
(57,0,32)
#33001C
(51,0,28)
#2D0018
(45,0,24)
#270014
(39,0,20)
#210010
(33,0,16)
#1B000C
(27,0,12)
#150008
(21,0,8)
#0F0004
(15,0,4)
#000000
(0,0,0)

Tints of #4B002C

#4B002C
(75,0,44)
#5B173F
(91,23,63)
#6B2E52
(107,46,82)
#7B4565
(123,69,101)
#8B5C78
(139,92,120)
#9B738B
(155,115,139)
#AB8A9E
(171,138,158)
#BBA1B1
(187,161,177)
#CBB8C4
(203,184,196)
#DBCFD7
(219,207,215)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B002C; }

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

This text font color is #4B002C.


Background Color

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

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

This div background color is #4B002C.


Border color

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

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

This div border color is #4B002C.


Opacity

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

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

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

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

This text has shadow with #4B002C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B002C on black background.


Color preview on white background

This text has color #4B002C on white background.



Black color preview on #4B002C background

This text has black color on #4B002C background.


White color preview on #4B002C background

This text has white color on #4B002C background.