COLOR #4B153E

HEX: #4B153E
RGB: (75,21,62)

Color info

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

RGB color model

#4B153E color RGB value is (75,21,62).

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

RGB channels and saturation

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

75
21
62

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

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 62 = 158 (100%)
R 75 of 158 ~ 47.47%
G 21 of 158 ~ 13.29%
B 62 of 158 ~ 39.24%

%47.47
%13.29
%39.24

CMYK color model

#4B153E color CMYK value is (0,72,17,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 17.33%
  • key color value is 70.59%
CMYK:
(0,72,17,71)
C0M72Y17K71 
(0%,72%,17%,71%)
(0.00/0.72/0.17/0.71)	

CMYK percentages

%0
%72
%17.33
%70.59

Codes

Color #4B153E in popluar color models

4B153E
RGB752162
HSL314°56.25%18.82%
HSB/HSV314°72.00%29.41%
CMYK0.00%72.00%17.33%
70.59%

Color #4B153E in popluar number systems.

HEX4B153E
Decimal752162
Binary100101110101111110
Octal1132576

Shades and tints

Shades of #4B153E

#4B153E
(75,21,62)
#451439
(69,20,57)
#3F1334
(63,19,52)
#39122F
(57,18,47)
#33112A
(51,17,42)
#2D1025
(45,16,37)
#270F20
(39,15,32)
#210E1B
(33,14,27)
#1B0D16
(27,13,22)
#150C11
(21,12,17)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #4B153E

#4B153E
(75,21,62)
#5B2A4F
(91,42,79)
#6B3F60
(107,63,96)
#7B5471
(123,84,113)
#8B6982
(139,105,130)
#9B7E93
(155,126,147)
#AB93A4
(171,147,164)
#BBA8B5
(187,168,181)
#CBBDC6
(203,189,198)
#DBD2D7
(219,210,215)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B153E; }

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

This text font color is #4B153E.


Background Color

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

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

This div background color is #4B153E.


Border color

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

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

This div border color is #4B153E.


Opacity

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

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

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

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

This text has shadow with #4B153E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B153E on black background.


Color preview on white background

This text has color #4B153E on white background.



Black color preview on #4B153E background

This text has black color on #4B153E background.


White color preview on #4B153E background

This text has white color on #4B153E background.