COLOR #4B153C

HEX: #4B153C
RGB: (75,21,60)

Color info

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

RGB color model

#4B153C color RGB value is (75,21,60).

  • red value is 75;
  • green value is 21;
  • blue value is 60.
RGB:
(75,21,60)
(29%,8%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 60 of 255 = 24%

75
21
60

R + G + B ~ 20%. #4B153C is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 60 = 156 (100%)
R 75 of 156 ~ 48.08%
G 21 of 156 ~ 13.46%
B 60 of 156 ~ 38.46%

%48.08
%13.46
%38.46

CMYK color model

#4B153C color CMYK value is (0,72,20,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 20.00%
  • key color value is 70.59%
CMYK:
(0,72,20,71)
C0M72Y20K71 
(0%,72%,20%,71%)
(0.00/0.72/0.20/0.71)	

CMYK percentages

%0
%72
%20
%70.59

Codes

Color #4B153C in popluar color models

4B153C
RGB752160
HSL317°56.25%18.82%
HSB/HSV317°72.00%29.41%
CMYK0.00%72.00%20.00%
70.59%

Color #4B153C in popluar number systems.

HEX4B153C
Decimal752160
Binary100101110101111100
Octal1132574

Shades and tints

Shades of #4B153C

#4B153C
(75,21,60)
#451437
(69,20,55)
#3F1332
(63,19,50)
#39122D
(57,18,45)
#331128
(51,17,40)
#2D1023
(45,16,35)
#270F1E
(39,15,30)
#210E19
(33,14,25)
#1B0D14
(27,13,20)
#150C0F
(21,12,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #4B153C

#4B153C
(75,21,60)
#5B2A4D
(91,42,77)
#6B3F5E
(107,63,94)
#7B546F
(123,84,111)
#8B6980
(139,105,128)
#9B7E91
(155,126,145)
#AB93A2
(171,147,162)
#BBA8B3
(187,168,179)
#CBBDC4
(203,189,196)
#DBD2D5
(219,210,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B153C color. Also use rgb(75,21,60) instead hex code.

Text Font Color

.myTextColor { color: #4B153C; }

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

This text font color is #4B153C.


Background Color

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

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

This div background color is #4B153C.


Border color

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

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

This div border color is #4B153C.


Opacity

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

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

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

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

This text has shadow with #4B153C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B153C on black background.


Color preview on white background

This text has color #4B153C on white background.



Black color preview on #4B153C background

This text has black color on #4B153C background.


White color preview on #4B153C background

This text has white color on #4B153C background.