COLOR #4B1025

HEX: #4B1025
RGB: (75,16,37)

Color info

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

RGB color model

#4B1025 color RGB value is (75,16,37).

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

RGB channels and saturation

R 75 of 255 = 29%
G 16 of 255 = 6%
B 37 of 255 = 15%

75
16
37

R + G + B ~ 17%. #4B1025 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 16 + 37 = 128 (100%)
R 75 of 128 ~ 58.59%
G 16 of 128 ~ 12.5%
B 37 of 128 ~ 28.91%

%58.59
%12.5
%28.91

CMYK color model

#4B1025 color CMYK value is (0,79,51,71).

  • cyan value is 0.00%
  • magenta value is 78.67%
  • yellow value is 50.67%
  • key color value is 70.59%
CMYK:
(0,79,51,71)
C0M79Y51K71 
(0%,79%,51%,71%)
(0.00/0.79/0.51/0.71)	

CMYK percentages

%0
%78.67
%50.67
%70.59

Codes

Color #4B1025 in popluar color models

4B1025
RGB751637
HSL339°64.84%17.84%
HSB/HSV339°78.67%29.41%
CMYK0.00%78.67%50.67%
70.59%

Color #4B1025 in popluar number systems.

HEX4B1025
Decimal751637
Binary100101110000100101
Octal1132045

Shades and tints

Shades of #4B1025

#4B1025
(75,16,37)
#450F22
(69,15,34)
#3F0E1F
(63,14,31)
#390D1C
(57,13,28)
#330C19
(51,12,25)
#2D0B16
(45,11,22)
#270A13
(39,10,19)
#210910
(33,9,16)
#1B080D
(27,8,13)
#15070A
(21,7,10)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #4B1025

#4B1025
(75,16,37)
#5B2538
(91,37,56)
#6B3A4B
(107,58,75)
#7B4F5E
(123,79,94)
#8B6471
(139,100,113)
#9B7984
(155,121,132)
#AB8E97
(171,142,151)
#BBA3AA
(187,163,170)
#CBB8BD
(203,184,189)
#DBCDD0
(219,205,208)
#EBE2E3
(235,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1025; }

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

This text font color is #4B1025.


Background Color

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

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

This div background color is #4B1025.


Border color

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

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

This div border color is #4B1025.


Opacity

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

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

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

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

This text has shadow with #4B1025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1025 on black background.


Color preview on white background

This text has color #4B1025 on white background.



Black color preview on #4B1025 background

This text has black color on #4B1025 background.


White color preview on #4B1025 background

This text has white color on #4B1025 background.