COLOR #4B2329

HEX: #4B2329
RGB: (75,35,41)

Color info

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

RGB color model

#4B2329 color RGB value is (75,35,41).

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

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 41 of 255 = 16%

75
35
41

R + G + B ~ 20%. #4B2329 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 41 = 151 (100%)
R 75 of 151 ~ 49.67%
G 35 of 151 ~ 23.18%
B 41 of 151 ~ 27.15%

%49.67
%23.18
%27.15

CMYK color model

#4B2329 color CMYK value is (0,53,45,71).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 45.33%
  • key color value is 70.59%
CMYK: (0,53,45,71) C0M53Y45K71 (0%,53%,45%,71%) (0.00/0.53/0.45/0.71)

CMYK percentages

%0
%53.33
%45.33
%70.59

Codes

Color #4B2329 in popluar color models

4B2329
RGB753541
HSL351°36.36%21.57%
HSB/HSV351°53.33%29.41%
CMYK0.00%53.33%45.33%
70.59%

Color #4B2329 in popluar number systems.

HEX4B2329
Decimal753541
Binary1001011100011101001
Octal1134351

Shades and tints

Shades of #4B2329

#4B2329
(75,35,41)
#452026
(69,32,38)
#3F1D23
(63,29,35)
#391A20
(57,26,32)
#33171D
(51,23,29)
#2D141A
(45,20,26)
#271117
(39,17,23)
#210E14
(33,14,20)
#1B0B11
(27,11,17)
#15080E
(21,8,14)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B2329

#4B2329
(75,35,41)
#5B373C
(91,55,60)
#6B4B4F
(107,75,79)
#7B5F62
(123,95,98)
#8B7375
(139,115,117)
#9B8788
(155,135,136)
#AB9B9B
(171,155,155)
#BBAFAE
(187,175,174)
#CBC3C1
(203,195,193)
#DBD7D4
(219,215,212)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2329; }

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

This text font color is #4B2329.


Background Color

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

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

This div background color is #4B2329.


Border color

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

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

This div border color is #4B2329.


Opacity

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

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

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

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

This text has shadow with #4B2329 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B2329 on black background.


Color preview on white background

This text has color #4B2329 on white background.



Black color preview on #4B2329 background

This text has black color on #4B2329 background.


White color preview on #4B2329 background

This text has white color on #4B2329 background.