COLOR #4B1D0A

HEX: #4B1D0A
RGB: (75,29,10)

Color info

#4B1D0A contains mainly red and green colors. Web safe color of #4B1D0A is #333300 (or #330).

RGB color model

#4B1D0A color RGB value is (75,29,10).

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

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 10 of 255 = 4%

75
29
10

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

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 10 = 114 (100%)
R 75 of 114 ~ 65.79%
G 29 of 114 ~ 25.44%
B 10 of 114 ~ 8.77%

%65.79
%25.44

CMYK color model

#4B1D0A color CMYK value is (0,61,87,71).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 86.67%
  • key color value is 70.59%
CMYK:
(0,61,87,71)
C0M61Y87K71 
(0%,61%,87%,71%)
(0.00/0.61/0.87/0.71)	

CMYK percentages

%0
%61.33
%86.67
%70.59

Codes

Color #4B1D0A in popluar color models

4B1D0A
RGB752910
HSL18°76.47%16.67%
HSB/HSV18°86.67%29.41%
CMYK0.00%61.33%86.67%
70.59%

Color #4B1D0A in popluar number systems.

HEX4B1D0A
Decimal752910
Binary1001011111011010
Octal1133512

Shades and tints

Shades of #4B1D0A

#4B1D0A
(75,29,10)
#451B0A
(69,27,10)
#3F190A
(63,25,10)
#39170A
(57,23,10)
#33150A
(51,21,10)
#2D130A
(45,19,10)
#27110A
(39,17,10)
#210F0A
(33,15,10)
#1B0D0A
(27,13,10)
#150B0A
(21,11,10)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B1D0A

#4B1D0A
(75,29,10)
#5B3120
(91,49,32)
#6B4536
(107,69,54)
#7B594C
(123,89,76)
#8B6D62
(139,109,98)
#9B8178
(155,129,120)
#AB958E
(171,149,142)
#BBA9A4
(187,169,164)
#CBBDBA
(203,189,186)
#DBD1D0
(219,209,208)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1D0A; }

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

This text font color is #4B1D0A.


Background Color

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

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

This div background color is #4B1D0A.


Border color

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

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

This div border color is #4B1D0A.


Opacity

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

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

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

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

This text has shadow with #4B1D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D0A on black background.


Color preview on white background

This text has color #4B1D0A on white background.



Black color preview on #4B1D0A background

This text has black color on #4B1D0A background.


White color preview on #4B1D0A background

This text has white color on #4B1D0A background.