COLOR #4B1A0D

HEX: #4B1A0D
RGB: (75,26,13)

Color info

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

RGB color model

#4B1A0D color RGB value is (75,26,13).

  • red value is 75;
  • green value is 26;
  • blue value is 13.
RGB:
(75,26,13)
(29%,10%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 26 of 255 = 10%
B 13 of 255 = 5%

75
26
13

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

Portions of RGB colors in percentages

R + G + B =
75 + 26 + 13 = 114 (100%)
R 75 of 114 ~ 65.79%
G 26 of 114 ~ 22.81%
B 13 of 114 ~ 11.4%

%65.79
%22.81
%11.4

CMYK color model

#4B1A0D color CMYK value is (0,65,83,71).

  • cyan value is 0.00%
  • magenta value is 65.33%
  • yellow value is 82.67%
  • key color value is 70.59%
CMYK:
(0,65,83,71)
C0M65Y83K71 
(0%,65%,83%,71%)
(0.00/0.65/0.83/0.71)	

CMYK percentages

%0
%65.33
%82.67
%70.59

Codes

Color #4B1A0D in popluar color models

4B1A0D
RGB752613
HSL13°70.45%17.25%
HSB/HSV13°82.67%29.41%
CMYK0.00%65.33%82.67%
70.59%

Color #4B1A0D in popluar number systems.

HEX4B1A0D
Decimal752613
Binary1001011110101101
Octal1133215

Shades and tints

Shades of #4B1A0D

#4B1A0D
(75,26,13)
#45180C
(69,24,12)
#3F160B
(63,22,11)
#39140A
(57,20,10)
#331209
(51,18,9)
#2D1008
(45,16,8)
#270E07
(39,14,7)
#210C06
(33,12,6)
#1B0A05
(27,10,5)
#150804
(21,8,4)
#0F0603
(15,6,3)
#000000
(0,0,0)

Tints of #4B1A0D

#4B1A0D
(75,26,13)
#5B2E23
(91,46,35)
#6B4239
(107,66,57)
#7B564F
(123,86,79)
#8B6A65
(139,106,101)
#9B7E7B
(155,126,123)
#AB9291
(171,146,145)
#BBA6A7
(187,166,167)
#CBBABD
(203,186,189)
#DBCED3
(219,206,211)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1A0D; }

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

This text font color is #4B1A0D.


Background Color

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

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

This div background color is #4B1A0D.


Border color

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

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

This div border color is #4B1A0D.


Opacity

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

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

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

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

This text has shadow with #4B1A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1A0D on black background.


Color preview on white background

This text has color #4B1A0D on white background.



Black color preview on #4B1A0D background

This text has black color on #4B1A0D background.


White color preview on #4B1A0D background

This text has white color on #4B1A0D background.