COLOR #4B0D38

HEX: #4B0D38
RGB: (75,13,56)

Color info

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

RGB color model

#4B0D38 color RGB value is (75,13,56).

  • red value is 75;
  • green value is 13;
  • blue value is 56.
RGB:
(75,13,56)
(29%,5%,22%)

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 56 of 255 = 22%

75
13
56

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

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 56 = 144 (100%)
R 75 of 144 ~ 52.08%
G 13 of 144 ~ 9.03%
B 56 of 144 ~ 38.89%

%52.08
%38.89

CMYK color model

#4B0D38 color CMYK value is (0,83,25,71).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 25.33%
  • key color value is 70.59%
CMYK:
(0,83,25,71)
C0M83Y25K71 
(0%,83%,25%,71%)
(0.00/0.83/0.25/0.71)	

CMYK percentages

%0
%82.67
%25.33
%70.59

Codes

Color #4B0D38 in popluar color models

4B0D38
RGB751356
HSL318°70.45%17.25%
HSB/HSV318°82.67%29.41%
CMYK0.00%82.67%25.33%
70.59%

Color #4B0D38 in popluar number systems.

HEX4B0D38
Decimal751356
Binary10010111101111000
Octal1131570

Shades and tints

Shades of #4B0D38

#4B0D38
(75,13,56)
#450C33
(69,12,51)
#3F0B2E
(63,11,46)
#390A29
(57,10,41)
#330924
(51,9,36)
#2D081F
(45,8,31)
#27071A
(39,7,26)
#210615
(33,6,21)
#1B0510
(27,5,16)
#15040B
(21,4,11)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #4B0D38

#4B0D38
(75,13,56)
#5B234A
(91,35,74)
#6B395C
(107,57,92)
#7B4F6E
(123,79,110)
#8B6580
(139,101,128)
#9B7B92
(155,123,146)
#AB91A4
(171,145,164)
#BBA7B6
(187,167,182)
#CBBDC8
(203,189,200)
#DBD3DA
(219,211,218)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0D38; }

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

This text font color is #4B0D38.


Background Color

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

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

This div background color is #4B0D38.


Border color

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

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

This div border color is #4B0D38.


Opacity

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

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

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

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

This text has shadow with #4B0D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D38 on black background.


Color preview on white background

This text has color #4B0D38 on white background.



Black color preview on #4B0D38 background

This text has black color on #4B0D38 background.


White color preview on #4B0D38 background

This text has white color on #4B0D38 background.