COLOR #4B1C0C

HEX: #4B1C0C
RGB: (75,28,12)

Color info

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

RGB color model

#4B1C0C color RGB value is (75,28,12).

  • red value is 75;
  • green value is 28;
  • blue value is 12.
RGB:
(75,28,12)
(29%,11%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 12 of 255 = 5%

75
28
12

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

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 12 = 115 (100%)
R 75 of 115 ~ 65.22%
G 28 of 115 ~ 24.35%
B 12 of 115 ~ 10.43%

%65.22
%24.35
%10.43

CMYK color model

#4B1C0C color CMYK value is (0,63,84,71).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 84.00%
  • key color value is 70.59%
CMYK:
(0,63,84,71)
C0M63Y84K71 
(0%,63%,84%,71%)
(0.00/0.63/0.84/0.71)	

CMYK percentages

%0
%62.67
%84
%70.59

Codes

Color #4B1C0C in popluar color models

4B1C0C
RGB752812
HSL15°72.41%17.06%
HSB/HSV15°84.00%29.41%
CMYK0.00%62.67%84.00%
70.59%

Color #4B1C0C in popluar number systems.

HEX4B1C0C
Decimal752812
Binary1001011111001100
Octal1133414

Shades and tints

Shades of #4B1C0C

#4B1C0C
(75,28,12)
#451A0B
(69,26,11)
#3F180A
(63,24,10)
#391609
(57,22,9)
#331408
(51,20,8)
#2D1207
(45,18,7)
#271006
(39,16,6)
#210E05
(33,14,5)
#1B0C04
(27,12,4)
#150A03
(21,10,3)
#0F0802
(15,8,2)
#000000
(0,0,0)

Tints of #4B1C0C

#4B1C0C
(75,28,12)
#5B3022
(91,48,34)
#6B4438
(107,68,56)
#7B584E
(123,88,78)
#8B6C64
(139,108,100)
#9B807A
(155,128,122)
#AB9490
(171,148,144)
#BBA8A6
(187,168,166)
#CBBCBC
(203,188,188)
#DBD0D2
(219,208,210)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1C0C; }

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

This text font color is #4B1C0C.


Background Color

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

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

This div background color is #4B1C0C.


Border color

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

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

This div border color is #4B1C0C.


Opacity

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

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

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

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

This text has shadow with #4B1C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C0C on black background.


Color preview on white background

This text has color #4B1C0C on white background.



Black color preview on #4B1C0C background

This text has black color on #4B1C0C background.


White color preview on #4B1C0C background

This text has white color on #4B1C0C background.