COLOR #4B0325

HEX: #4B0325
RGB: (75,3,37)

Color info

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

RGB color model

#4B0325 color RGB value is (75,3,37).

  • red value is 75;
  • green value is 3;
  • blue value is 37.
RGB:
(75,3,37)
(29%,1%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 3 of 255 = 1%
B 37 of 255 = 15%

75
3
37

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

Portions of RGB colors in percentages

R + G + B =
75 + 3 + 37 = 115 (100%)
R 75 of 115 ~ 65.22%
G 3 of 115 ~ 2.61%
B 37 of 115 ~ 32.17%

%65.22
%32.17

CMYK color model

#4B0325 color CMYK value is (0,96,51,71).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 50.67%
  • key color value is 70.59%
CMYK:
(0,96,51,71)
C0M96Y51K71 
(0%,96%,51%,71%)
(0.00/0.96/0.51/0.71)	

CMYK percentages

%0
%96
%50.67
%70.59

Codes

Color #4B0325 in popluar color models

4B0325
RGB75337
HSL332°92.31%15.29%
HSB/HSV332°96.00%29.41%
CMYK0.00%96.00%50.67%
70.59%

Color #4B0325 in popluar number systems.

HEX4B0325
Decimal75337
Binary100101111100101
Octal113345

Shades and tints

Shades of #4B0325

#4B0325
(75,3,37)
#450322
(69,3,34)
#3F031F
(63,3,31)
#39031C
(57,3,28)
#330319
(51,3,25)
#2D0316
(45,3,22)
#270313
(39,3,19)
#210310
(33,3,16)
#1B030D
(27,3,13)
#15030A
(21,3,10)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #4B0325

#4B0325
(75,3,37)
#5B1938
(91,25,56)
#6B2F4B
(107,47,75)
#7B455E
(123,69,94)
#8B5B71
(139,91,113)
#9B7184
(155,113,132)
#AB8797
(171,135,151)
#BB9DAA
(187,157,170)
#CBB3BD
(203,179,189)
#DBC9D0
(219,201,208)
#EBDFE3
(235,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0325 color. Also use rgb(75,3,37) instead hex code.

Text Font Color

.myTextColor { color: #4B0325; }

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

This text font color is #4B0325.


Background Color

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

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

This div background color is #4B0325.


Border color

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

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

This div border color is #4B0325.


Opacity

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

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

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

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

This text has shadow with #4B0325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0325 on black background.


Color preview on white background

This text has color #4B0325 on white background.



Black color preview on #4B0325 background

This text has black color on #4B0325 background.


White color preview on #4B0325 background

This text has white color on #4B0325 background.