COLOR #4B2A42

HEX: #4B2A42
RGB: (75,42,66)

Color info

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

RGB color model

#4B2A42 color RGB value is (75,42,66).

  • red value is 75;
  • green value is 42;
  • blue value is 66.
RGB:
(75,42,66)
(29%,16%,26%)

RGB channels and saturation

R 75 of 255 = 29%
G 42 of 255 = 16%
B 66 of 255 = 26%

75
42
66

R + G + B ~ 24%. #4B2A42 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 42 + 66 = 183 (100%)
R 75 of 183 ~ 40.98%
G 42 of 183 ~ 22.95%
B 66 of 183 ~ 36.07%

%40.98
%22.95
%36.07

CMYK color model

#4B2A42 color CMYK value is (0,44,12,71).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 12.00%
  • key color value is 70.59%
CMYK:
(0,44,12,71)
C0M44Y12K71 
(0%,44%,12%,71%)
(0.00/0.44/0.12/0.71)	

CMYK percentages

%0
%44
%12
%70.59

Codes

Color #4B2A42 in popluar color models

4B2A42
RGB754266
HSL316°28.21%22.94%
HSB/HSV316°44.00%29.41%
CMYK0.00%44.00%12.00%
70.59%

Color #4B2A42 in popluar number systems.

HEX4B2A42
Decimal754266
Binary10010111010101000010
Octal11352102

Shades and tints

Shades of #4B2A42

#4B2A42
(75,42,66)
#45273C
(69,39,60)
#3F2436
(63,36,54)
#392130
(57,33,48)
#331E2A
(51,30,42)
#2D1B24
(45,27,36)
#27181E
(39,24,30)
#211518
(33,21,24)
#1B1212
(27,18,18)
#150F0C
(21,15,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #4B2A42

#4B2A42
(75,42,66)
#5B3D53
(91,61,83)
#6B5064
(107,80,100)
#7B6375
(123,99,117)
#8B7686
(139,118,134)
#9B8997
(155,137,151)
#AB9CA8
(171,156,168)
#BBAFB9
(187,175,185)
#CBC2CA
(203,194,202)
#DBD5DB
(219,213,219)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2A42 color. Also use rgb(75,42,66) instead hex code.

Text Font Color

.myTextColor { color: #4B2A42; }

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

This text font color is #4B2A42.


Background Color

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

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

This div background color is #4B2A42.


Border color

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

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

This div border color is #4B2A42.


Opacity

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

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

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

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

This text has shadow with #4B2A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2A42 on black background.


Color preview on white background

This text has color #4B2A42 on white background.



Black color preview on #4B2A42 background

This text has black color on #4B2A42 background.


White color preview on #4B2A42 background

This text has white color on #4B2A42 background.