COLOR #4B1C12

HEX: #4B1C12 RGB: (75,28,18)

Color info

#4B1C12 contains red, green and blue colors in about the same proportion. Web safe color of #4B1C12 is #333300 (or #330).

RGB color model

#4B1C12 color RGB value is (75,28,18).

RGB: (75,28,18) (29%, 11%, 7%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 18 of 255 = 7%

75
28
18

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

Portions of RGB colors in percentages

R + G + B = 75 + 28 + 18 = 121 (100%)
R 75 of 121 ~ 61.98%
G 28 of 121 ~ 23.14%
B 18 of 121 ~ 14.88'%

%61.98
%23.14
%14.88

CMYK color model

#4B1C12 color CMYK value is (0,63,76,71).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 76.00%
  • key color value is 70.59%

CMYK: (0,63,76,71)
C0M63Y76K71 (0%, 63%, 76%, 71%)
(0.00 / 0.63 / 0.76 / 0.71)

CMYK percentages

%0
%62.67
%76
%70.59

Codes

Color #4B1C12 in popluar color models

4B 1C 12
RGB 75 28 18
HSL 11° 61.29% 18.24%
HSB/HSV 11° 76.00% 29.41%
CMYK 0.00% 62.67% 76.00%
70.59%

Color #4B1C12 in popluar number systems.

HEX 4B 1C 12
Decimal 75 28 18
Binary 1001011 11100 10010
Octal 113 34 22

Shades and tints

Shades of #4B1C12

#4B1C12
(75,28,18)
#451A11
(69,26,17)
#3F1810
(63,24,16)
#39160F
(57,22,15)
#33140E
(51,20,14)
#2D120D
(45,18,13)
#27100C
(39,16,12)
#210E0B
(33,14,11)
#1B0C0A
(27,12,10)
#150A09
(21,10,9)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B1C12

#4B1C12
(75,28,18)
#5B3027
(91,48,39)
#6B443C
(107,68,60)
#7B5851
(123,88,81)
#8B6C66
(139,108,102)
#9B807B
(155,128,123)
#AB9490
(171,148,144)
#BBA8A5
(187,168,165)
#CBBCBA
(203,188,186)
#DBD0CF
(219,208,207)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1C12; }

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

This text font color is #4B1C12.

Background Color

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

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

This div background color is #4B1C12.

Border color

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

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

This div border color is #4B1C12.

Opacity

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

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

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

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

This text has shadow with #4B1C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1C12.

Preview

Color preview on black background

This text has color #4B1C12 on black background.


Color preview on white background

This text has color #4B1C12 on white background.


Black color preview on #4B1C12 background

This text has black color on #4B1C12 background.


White color preview on #4B1C12 background

This text has white color on #4B1C12 background.


Related colors

Complementary color

Complementary color for #hex is #B4E3ED.


I love getcolorcode.com

Triadic colors

1 #124B1C and #1C124B with #4B1C12 are triadic colors.

2 #121C4B and #1C4B12 with #4B1C12 are triadic colors.