COLOR #4B2E29

HEX: #4B2E29
RGB: (75,46,41)

Color info

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

RGB color model

#4B2E29 color RGB value is (75,46,41).

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

RGB channels and saturation

R 75 of 255 = 29%
G 46 of 255 = 18%
B 41 of 255 = 16%

75
46
41

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

Portions of RGB colors in percentages

R + G + B =
75 + 46 + 41 = 162 (100%)
R 75 of 162 ~ 46.3%
G 46 of 162 ~ 28.4%
B 41 of 162 ~ 25.31%

%46.3
%28.4
%25.31

CMYK color model

#4B2E29 color CMYK value is (0,39,45,71).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 45.33%
  • key color value is 70.59%
CMYK:
(0,39,45,71)
C0M39Y45K71 
(0%,39%,45%,71%)
(0.00/0.39/0.45/0.71)	

CMYK percentages

%0
%38.67
%45.33
%70.59

Codes

Color #4B2E29 in popluar color models

4B2E29
RGB754641
HSL29.31%22.75%
HSB/HSV45.33%29.41%
CMYK0.00%38.67%45.33%
70.59%

Color #4B2E29 in popluar number systems.

HEX4B2E29
Decimal754641
Binary1001011101110101001
Octal1135651

Shades and tints

Shades of #4B2E29

#4B2E29
(75,46,41)
#452A26
(69,42,38)
#3F2623
(63,38,35)
#392220
(57,34,32)
#331E1D
(51,30,29)
#2D1A1A
(45,26,26)
#271617
(39,22,23)
#211214
(33,18,20)
#1B0E11
(27,14,17)
#150A0E
(21,10,14)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #4B2E29

#4B2E29
(75,46,41)
#5B413C
(91,65,60)
#6B544F
(107,84,79)
#7B6762
(123,103,98)
#8B7A75
(139,122,117)
#9B8D88
(155,141,136)
#ABA09B
(171,160,155)
#BBB3AE
(187,179,174)
#CBC6C1
(203,198,193)
#DBD9D4
(219,217,212)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2E29; }

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

This text font color is #4B2E29.


Background Color

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

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

This div background color is #4B2E29.


Border color

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

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

This div border color is #4B2E29.


Opacity

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

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

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

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

This text has shadow with #4B2E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2E29 on black background.


Color preview on white background

This text has color #4B2E29 on white background.



Black color preview on #4B2E29 background

This text has black color on #4B2E29 background.


White color preview on #4B2E29 background

This text has white color on #4B2E29 background.