COLOR #4B1C02

HEX: #4B1C02
RGB: (75,28,2)

Color info

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

RGB color model

#4B1C02 color RGB value is (75,28,2).

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

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 2 of 255 = 1%

75
28
2

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

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 2 = 105 (100%)
R 75 of 105 ~ 71.43%
G 28 of 105 ~ 26.67%
B 2 of 105 ~ 1.9%

%71.43
%26.67

CMYK color model

#4B1C02 color CMYK value is (0,63,97,71).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 97.33%
  • key color value is 70.59%
CMYK:
(0,63,97,71)
C0M63Y97K71 
(0%,63%,97%,71%)
(0.00/0.63/0.97/0.71)	

CMYK percentages

%0
%62.67
%97.33
%70.59

Codes

Color #4B1C02 in popluar color models

4B1C02
RGB75282
HSL21°94.81%15.10%
HSB/HSV21°97.33%29.41%
CMYK0.00%62.67%97.33%
70.59%

Color #4B1C02 in popluar number systems.

HEX4B1C02
Decimal75282
Binary10010111110010
Octal113342

Shades and tints

Shades of #4B1C02

#4B1C02
(75,28,2)
#451A02
(69,26,2)
#3F1802
(63,24,2)
#391602
(57,22,2)
#331402
(51,20,2)
#2D1202
(45,18,2)
#271002
(39,16,2)
#210E02
(33,14,2)
#1B0C02
(27,12,2)
#150A02
(21,10,2)
#0F0802
(15,8,2)
#000000
(0,0,0)

Tints of #4B1C02

#4B1C02
(75,28,2)
#5B3019
(91,48,25)
#6B4430
(107,68,48)
#7B5847
(123,88,71)
#8B6C5E
(139,108,94)
#9B8075
(155,128,117)
#AB948C
(171,148,140)
#BBA8A3
(187,168,163)
#CBBCBA
(203,188,186)
#DBD0D1
(219,208,209)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1C02; }

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

This text font color is #4B1C02.


Background Color

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

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

This div background color is #4B1C02.


Border color

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

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

This div border color is #4B1C02.


Opacity

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

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

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

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

This text has shadow with #4B1C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C02 on black background.


Color preview on white background

This text has color #4B1C02 on white background.



Black color preview on #4B1C02 background

This text has black color on #4B1C02 background.


White color preview on #4B1C02 background

This text has white color on #4B1C02 background.