COLOR #4B0A17

HEX: #4B0A17
RGB: (75,10,23)

Color info

#4B0A17 contains mainly red and blue colors. Web safe color of #4B0A17 is #330000 (or #300).

RGB color model

#4B0A17 color RGB value is (75,10,23).

  • red value is 75;
  • green value is 10;
  • blue value is 23.
RGB:
(75,10,23)
(29%,4%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 10 of 255 = 4%
B 23 of 255 = 9%

75
10
23

R + G + B ~ 14%. #4B0A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 10 + 23 = 108 (100%)
R 75 of 108 ~ 69.44%
G 10 of 108 ~ 9.26%
B 23 of 108 ~ 21.3%

%69.44
%21.3

CMYK color model

#4B0A17 color CMYK value is (0,87,69,71).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 69.33%
  • key color value is 70.59%
CMYK:
(0,87,69,71)
C0M87Y69K71 
(0%,87%,69%,71%)
(0.00/0.87/0.69/0.71)	

CMYK percentages

%0
%86.67
%69.33
%70.59

Codes

Color #4B0A17 in popluar color models

4B0A17
RGB751023
HSL348°76.47%16.67%
HSB/HSV348°86.67%29.41%
CMYK0.00%86.67%69.33%
70.59%

Color #4B0A17 in popluar number systems.

HEX4B0A17
Decimal751023
Binary1001011101010111
Octal1131227

Shades and tints

Shades of #4B0A17

#4B0A17
(75,10,23)
#450A15
(69,10,21)
#3F0A13
(63,10,19)
#390A11
(57,10,17)
#330A0F
(51,10,15)
#2D0A0D
(45,10,13)
#270A0B
(39,10,11)
#210A09
(33,10,9)
#1B0A07
(27,10,7)
#150A05
(21,10,5)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #4B0A17

#4B0A17
(75,10,23)
#5B202C
(91,32,44)
#6B3641
(107,54,65)
#7B4C56
(123,76,86)
#8B626B
(139,98,107)
#9B7880
(155,120,128)
#AB8E95
(171,142,149)
#BBA4AA
(187,164,170)
#CBBABF
(203,186,191)
#DBD0D4
(219,208,212)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0A17; }

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

This text font color is #4B0A17.


Background Color

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

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

This div background color is #4B0A17.


Border color

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

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

This div border color is #4B0A17.


Opacity

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

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

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

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

This text has shadow with #4B0A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0A17 on black background.


Color preview on white background

This text has color #4B0A17 on white background.



Black color preview on #4B0A17 background

This text has black color on #4B0A17 background.


White color preview on #4B0A17 background

This text has white color on #4B0A17 background.