COLOR #4B293F

HEX: #4B293F
RGB: (75,41,63)

Color info

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

RGB color model

#4B293F color RGB value is (75,41,63).

  • red value is 75;
  • green value is 41;
  • blue value is 63.
RGB:
(75,41,63)
(29%,16%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 41 of 255 = 16%
B 63 of 255 = 25%

75
41
63

R + G + B ~ 23%. #4B293F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 41 + 63 = 179 (100%)
R 75 of 179 ~ 41.9%
G 41 of 179 ~ 22.91%
B 63 of 179 ~ 35.2%

%41.9
%22.91
%35.2

CMYK color model

#4B293F color CMYK value is (0,45,16,71).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK:
(0,45,16,71)
C0M45Y16K71 
(0%,45%,16%,71%)
(0.00/0.45/0.16/0.71)	

CMYK percentages

%0
%45.33
%16
%70.59

Codes

Color #4B293F in popluar color models

4B293F
RGB754163
HSL321°29.31%22.75%
HSB/HSV321°45.33%29.41%
CMYK0.00%45.33%16.00%
70.59%

Color #4B293F in popluar number systems.

HEX4B293F
Decimal754163
Binary1001011101001111111
Octal1135177

Shades and tints

Shades of #4B293F

#4B293F
(75,41,63)
#45263A
(69,38,58)
#3F2335
(63,35,53)
#392030
(57,32,48)
#331D2B
(51,29,43)
#2D1A26
(45,26,38)
#271721
(39,23,33)
#21141C
(33,20,28)
#1B1117
(27,17,23)
#150E12
(21,14,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B293F

#4B293F
(75,41,63)
#5B3C50
(91,60,80)
#6B4F61
(107,79,97)
#7B6272
(123,98,114)
#8B7583
(139,117,131)
#9B8894
(155,136,148)
#AB9BA5
(171,155,165)
#BBAEB6
(187,174,182)
#CBC1C7
(203,193,199)
#DBD4D8
(219,212,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B293F color. Also use rgb(75,41,63) instead hex code.

Text Font Color

.myTextColor { color: #4B293F; }

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

This text font color is #4B293F.


Background Color

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

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

This div background color is #4B293F.


Border color

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

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

This div border color is #4B293F.


Opacity

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

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

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

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

This text has shadow with #4B293F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B293F on black background.


Color preview on white background

This text has color #4B293F on white background.



Black color preview on #4B293F background

This text has black color on #4B293F background.


White color preview on #4B293F background

This text has white color on #4B293F background.