COLOR #4B2B43

HEX: #4B2B43
RGB: (75,43,67)

Color info

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

RGB color model

#4B2B43 color RGB value is (75,43,67).

  • red value is 75;
  • green value is 43;
  • blue value is 67.
RGB:
(75,43,67)
(29%,17%,26%)

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 67 of 255 = 26%

75
43
67

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

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 67 = 185 (100%)
R 75 of 185 ~ 40.54%
G 43 of 185 ~ 23.24%
B 67 of 185 ~ 36.22%

%40.54
%23.24
%36.22

CMYK color model

#4B2B43 color CMYK value is (0,43,11,71).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 10.67%
  • key color value is 70.59%
CMYK:
(0,43,11,71)
C0M43Y11K71 
(0%,43%,11%,71%)
(0.00/0.43/0.11/0.71)	

CMYK percentages

%0
%42.67
%10.67
%70.59

Codes

Color #4B2B43 in popluar color models

4B2B43
RGB754367
HSL315°27.12%23.14%
HSB/HSV315°42.67%29.41%
CMYK0.00%42.67%10.67%
70.59%

Color #4B2B43 in popluar number systems.

HEX4B2B43
Decimal754367
Binary10010111010111000011
Octal11353103

Shades and tints

Shades of #4B2B43

#4B2B43
(75,43,67)
#45283D
(69,40,61)
#3F2537
(63,37,55)
#392231
(57,34,49)
#331F2B
(51,31,43)
#2D1C25
(45,28,37)
#27191F
(39,25,31)
#211619
(33,22,25)
#1B1313
(27,19,19)
#15100D
(21,16,13)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #4B2B43

#4B2B43
(75,43,67)
#5B3E54
(91,62,84)
#6B5165
(107,81,101)
#7B6476
(123,100,118)
#8B7787
(139,119,135)
#9B8A98
(155,138,152)
#AB9DA9
(171,157,169)
#BBB0BA
(187,176,186)
#CBC3CB
(203,195,203)
#DBD6DC
(219,214,220)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2B43 color. Also use rgb(75,43,67) instead hex code.

Text Font Color

.myTextColor { color: #4B2B43; }

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

This text font color is #4B2B43.


Background Color

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

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

This div background color is #4B2B43.


Border color

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

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

This div border color is #4B2B43.


Opacity

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

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

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

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

This text has shadow with #4B2B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B43 on black background.


Color preview on white background

This text has color #4B2B43 on white background.



Black color preview on #4B2B43 background

This text has black color on #4B2B43 background.


White color preview on #4B2B43 background

This text has white color on #4B2B43 background.