COLOR #4B0A23

HEX: #4B0A23 RGB: (75,10,35)

Color info

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

RGB color model

#4B0A23 color RGB value is (75,10,35).

RGB: (75,10,35) (29%, 4%, 14%)

RGB channels and saturation

R 75 of 255 = 29%
G 10 of 255 = 4%
B 35 of 255 = 14%

75
10
35

R + G + B ~ 16%. #4B0A23 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 10 + 35 = 120 (100%)
R 75 of 120 ~ 62.5%
G 10 of 120 ~ 8.33%
B 35 of 120 ~ 29.17'%

%62.5
%29.17

CMYK color model

#4B0A23 color CMYK value is (0,87,53,71).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 53.33%
  • key color value is 70.59%

CMYK: (0,87,53,71)
C0M87Y53K71 (0%, 87%, 53%, 71%)
(0.00 / 0.87 / 0.53 / 0.71)

CMYK percentages

%0
%86.67
%53.33
%70.59

Codes

Color #4B0A23 in popluar color models

4B 0A 23
RGB 75 10 35
HSL 337° 76.47% 16.67%
HSB/HSV 337° 86.67% 29.41%
CMYK 0.00% 86.67% 53.33%
70.59%

Color #4B0A23 in popluar number systems.

HEX 4B 0A 23
Decimal 75 10 35
Binary 1001011 1010 100011
Octal 113 12 43

Shades and tints

Shades of #4B0A23

#4B0A23
(75,10,35)
#450A20
(69,10,32)
#3F0A1D
(63,10,29)
#390A1A
(57,10,26)
#330A17
(51,10,23)
#2D0A14
(45,10,20)
#270A11
(39,10,17)
#210A0E
(33,10,14)
#1B0A0B
(27,10,11)
#150A08
(21,10,8)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #4B0A23

#4B0A23
(75,10,35)
#5B2037
(91,32,55)
#6B364B
(107,54,75)
#7B4C5F
(123,76,95)
#8B6273
(139,98,115)
#9B7887
(155,120,135)
#AB8E9B
(171,142,155)
#BBA4AF
(187,164,175)
#CBBAC3
(203,186,195)
#DBD0D7
(219,208,215)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0A23; }

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

This text font color is #4B0A23.

Background Color

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

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

This div background color is #4B0A23.

Border color

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

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

This div border color is #4B0A23.

Opacity

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

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

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

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

This text has shadow with #4B0A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0A23.

Preview

Color preview on black background

This text has color #4B0A23 on black background.


Color preview on white background

This text has color #4B0A23 on white background.


Black color preview on #4B0A23 background

This text has black color on #4B0A23 background.


White color preview on #4B0A23 background

This text has white color on #4B0A23 background.


Related colors

Complementary color

Complementary color for #hex is #B4F5DC.


I love getcolorcode.com

Triadic colors

1 #234B0A and #0A234B with #4B0A23 are triadic colors.

2 #230A4B and #0A4B23 with #4B0A23 are triadic colors.