COLOR #4B0425

HEX: #4B0425 RGB: (75,4,37)

Color info

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

RGB color model

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

RGB: (75,4,37) (29%, 2%, 15%)

RGB channels and saturation

R 75 of 255 = 29%
G 4 of 255 = 2%
B 37 of 255 = 15%

75
4
37

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

Portions of RGB colors in percentages

R + G + B = 75 + 4 + 37 = 116 (100%)
R 75 of 116 ~ 64.66%
G 4 of 116 ~ 3.45%
B 37 of 116 ~ 31.9'%

%64.66
%31.9

CMYK color model

#4B0425 color CMYK value is (0,95,51,71).

  • cyan value is 0.00%
  • magenta value is 94.67%
  • yellow value is 50.67%
  • key color value is 70.59%

CMYK: (0,95,51,71)
C0M95Y51K71 (0%, 95%, 51%, 71%)
(0.00 / 0.95 / 0.51 / 0.71)

CMYK percentages

%0
%94.67
%50.67
%70.59

Codes

Color #4B0425 in popluar color models

4B 04 25
RGB 75 4 37
HSL 332° 89.87% 15.49%
HSB/HSV 332° 94.67% 29.41%
CMYK 0.00% 94.67% 50.67%
70.59%

Color #4B0425 in popluar number systems.

HEX 4B 04 25
Decimal 75 4 37
Binary 1001011 100 100101
Octal 113 4 45

Shades and tints

Shades of #4B0425

#4B0425
(75,4,37)
#450422
(69,4,34)
#3F041F
(63,4,31)
#39041C
(57,4,28)
#330419
(51,4,25)
#2D0416
(45,4,22)
#270413
(39,4,19)
#210410
(33,4,16)
#1B040D
(27,4,13)
#15040A
(21,4,10)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #4B0425

#4B0425
(75,4,37)
#5B1A38
(91,26,56)
#6B304B
(107,48,75)
#7B465E
(123,70,94)
#8B5C71
(139,92,113)
#9B7284
(155,114,132)
#AB8897
(171,136,151)
#BB9EAA
(187,158,170)
#CBB4BD
(203,180,189)
#DBCAD0
(219,202,208)
#EBE0E3
(235,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0425; }

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

This text font color is #4B0425.

Background Color

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

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

This div background color is #4B0425.

Border color

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

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

This div border color is #4B0425.

Opacity

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

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

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

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

This text has shadow with #4B0425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0425.

Preview

Color preview on black background

This text has color #4B0425 on black background.


Color preview on white background

This text has color #4B0425 on white background.


Black color preview on #4B0425 background

This text has black color on #4B0425 background.


White color preview on #4B0425 background

This text has white color on #4B0425 background.


Related colors

Complementary color

Complementary color for #hex is #B4FBDA.


I love getcolorcode.com

Triadic colors

1 #254B04 and #04254B with #4B0425 are triadic colors.

2 #25044B and #044B25 with #4B0425 are triadic colors.