COLOR #4B2E4F

HEX: #4B2E4F
RGB: (75,46,79)

Color info

#4B2E4F contains red, green and blue colors in about the same proportion. Web safe color of #4B2E4F is #333366 (or #336).

RGB color model

#4B2E4F color RGB value is (75,46,79).

  • red value is 75;
  • green value is 46;
  • blue value is 79.
RGB:
(75,46,79)
(29%,18%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 46 of 255 = 18%
B 79 of 255 = 31%

75
46
79

R + G + B ~ 26%. #4B2E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 46 + 79 = 200 (100%)
R 75 of 200 ~ 37.5%
G 46 of 200 ~ 23%
B 79 of 200 ~ 39.5%

%37.5
%23
%39.5

CMYK color model

#4B2E4F color CMYK value is (5,42,0,69).

  • cyan value is 5.06%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,42,0,69)
C5M42Y0K69 
(5%,42%,0%,69%)
(0.05/0.42/0.00/0.69)	

CMYK percentages

%5.06
%41.77
%0
%69.02

Codes

Color #4B2E4F in popluar color models

4B2E4F
RGB754679
HSL293°26.40%24.51%
HSB/HSV293°41.77%30.98%
CMYK5.06%41.77%0.00%
69.02%

Color #4B2E4F in popluar number systems.

HEX4B2E4F
Decimal754679
Binary10010111011101001111
Octal11356117

Shades and tints

Shades of #4B2E4F

#4B2E4F
(75,46,79)
#452A48
(69,42,72)
#3F2641
(63,38,65)
#39223A
(57,34,58)
#331E33
(51,30,51)
#2D1A2C
(45,26,44)
#271625
(39,22,37)
#21121E
(33,18,30)
#1B0E17
(27,14,23)
#150A10
(21,10,16)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #4B2E4F

#4B2E4F
(75,46,79)
#5B415F
(91,65,95)
#6B546F
(107,84,111)
#7B677F
(123,103,127)
#8B7A8F
(139,122,143)
#9B8D9F
(155,141,159)
#ABA0AF
(171,160,175)
#BBB3BF
(187,179,191)
#CBC6CF
(203,198,207)
#DBD9DF
(219,217,223)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2E4F color. Also use rgb(75,46,79) instead hex code.

Text Font Color

.myTextColor { color: #4B2E4F; }

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

This text font color is #4B2E4F.


Background Color

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

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

This div background color is #4B2E4F.


Border color

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

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

This div border color is #4B2E4F.


Opacity

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

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

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

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

This text has shadow with #4B2E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2E4F on black background.


Color preview on white background

This text has color #4B2E4F on white background.



Black color preview on #4B2E4F background

This text has black color on #4B2E4F background.


White color preview on #4B2E4F background

This text has white color on #4B2E4F background.