COLOR #4B002D

HEX: #4B002D
RGB: (75,0,45)

Color info

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

RGB color model

#4B002D color RGB value is (75,0,45).

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

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 45 of 255 = 18%

75
0
45

R + G + B ~ 16%. #4B002D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 45 = 120 (100%)
R 75 of 120 ~ 62.5%
G 0 of 120 ~ 0%
B 45 of 120 ~ 37.5%

%62.5
%37.5

CMYK color model

#4B002D color CMYK value is (0,100,40,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 40.00%
  • key color value is 70.59%
CMYK:
(0,100,40,71)
C0M100Y40K71 
(0%,100%,40%,71%)
(0.00/1.00/0.40/0.71)	

CMYK percentages

%0
%100
%40
%70.59

Codes

Color #4B002D in popluar color models

4B002D
RGB75045
HSL324°100.00%14.71%
HSB/HSV324°100.00%29.41%
CMYK0.00%100.00%40.00%
70.59%

Color #4B002D in popluar number systems.

HEX4B002D
Decimal75045
Binary10010110101101
Octal113055

Shades and tints

Shades of #4B002D

#4B002D
(75,0,45)
#450029
(69,0,41)
#3F0025
(63,0,37)
#390021
(57,0,33)
#33001D
(51,0,29)
#2D0019
(45,0,25)
#270015
(39,0,21)
#210011
(33,0,17)
#1B000D
(27,0,13)
#150009
(21,0,9)
#0F0005
(15,0,5)
#000000
(0,0,0)

Tints of #4B002D

#4B002D
(75,0,45)
#5B1740
(91,23,64)
#6B2E53
(107,46,83)
#7B4566
(123,69,102)
#8B5C79
(139,92,121)
#9B738C
(155,115,140)
#AB8A9F
(171,138,159)
#BBA1B2
(187,161,178)
#CBB8C5
(203,184,197)
#DBCFD8
(219,207,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B002D; }

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

This text font color is #4B002D.


Background Color

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

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

This div background color is #4B002D.


Border color

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

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

This div border color is #4B002D.


Opacity

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

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

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

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

This text has shadow with #4B002D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B002D on black background.


Color preview on white background

This text has color #4B002D on white background.



Black color preview on #4B002D background

This text has black color on #4B002D background.


White color preview on #4B002D background

This text has white color on #4B002D background.