COLOR #4B1C3E

HEX: #4B1C3E RGB: (75,28,62)

Color info

#4B1C3E contains red, green and blue colors in about the same proportion. Web safe color of #4B1C3E is #333333 (or #333).

RGB color model

#4B1C3E color RGB value is (75,28,62).

RGB: (75,28,62) (29%, 11%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 62 of 255 = 24%

75
28
62

R + G + B ~ 21%. #4B1C3E is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 28 + 62 = 165 (100%)
R 75 of 165 ~ 45.45%
G 28 of 165 ~ 16.97%
B 62 of 165 ~ 37.58'%

%45.45
%16.97
%37.58

CMYK color model

#4B1C3E color CMYK value is (0,63,17,71).

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

CMYK: (0,63,17,71)
C0M63Y17K71 (0%, 63%, 17%, 71%)
(0.00 / 0.63 / 0.17 / 0.71)

CMYK percentages

%0
%62.67
%17.33
%70.59

Codes

Color #4B1C3E in popluar color models

4B 1C 3E
RGB 75 28 62
HSL 317° 45.63% 20.20%
HSB/HSV 317° 62.67% 29.41%
CMYK 0.00% 62.67% 17.33%
70.59%

Color #4B1C3E in popluar number systems.

HEX 4B 1C 3E
Decimal 75 28 62
Binary 1001011 11100 111110
Octal 113 34 76

Shades and tints

Shades of #4B1C3E

#4B1C3E
(75,28,62)
#451A39
(69,26,57)
#3F1834
(63,24,52)
#39162F
(57,22,47)
#33142A
(51,20,42)
#2D1225
(45,18,37)
#271020
(39,16,32)
#210E1B
(33,14,27)
#1B0C16
(27,12,22)
#150A11
(21,10,17)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B1C3E

#4B1C3E
(75,28,62)
#5B304F
(91,48,79)
#6B4460
(107,68,96)
#7B5871
(123,88,113)
#8B6C82
(139,108,130)
#9B8093
(155,128,147)
#AB94A4
(171,148,164)
#BBA8B5
(187,168,181)
#CBBCC6
(203,188,198)
#DBD0D7
(219,208,215)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1C3E; }

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

This text font color is #4B1C3E.

Background Color

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

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

This div background color is #4B1C3E.

Border color

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

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

This div border color is #4B1C3E.

Opacity

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

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

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

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

This text has shadow with #4B1C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1C3E.

Preview

Color preview on black background

This text has color #4B1C3E on black background.


Color preview on white background

This text has color #4B1C3E on white background.


Black color preview on #4B1C3E background

This text has black color on #4B1C3E background.


White color preview on #4B1C3E background

This text has white color on #4B1C3E background.


Related colors

Complementary color

Complementary color for #hex is #B4E3C1.


I love getcolorcode.com

Triadic colors

1 #3E4B1C and #1C3E4B with #4B1C3E are triadic colors.

2 #3E1C4B and #1C4B3E with #4B1C3E are triadic colors.