COLOR #4B2434

HEX: #4B2434
RGB: (75,36,52)

Color info

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

RGB color model

#4B2434 color RGB value is (75,36,52).

  • red value is 75;
  • green value is 36;
  • blue value is 52.
RGB:
(75,36,52)
(29%,14%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 52 of 255 = 20%

75
36
52

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

Portions of RGB colors in percentages

R + G + B =
75 + 36 + 52 = 163 (100%)
R 75 of 163 ~ 46.01%
G 36 of 163 ~ 22.09%
B 52 of 163 ~ 31.9%

%46.01
%22.09
%31.9

CMYK color model

#4B2434 color CMYK value is (0,52,31,71).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 30.67%
  • key color value is 70.59%
CMYK:
(0,52,31,71)
C0M52Y31K71 
(0%,52%,31%,71%)
(0.00/0.52/0.31/0.71)	

CMYK percentages

%0
%52
%30.67
%70.59

Codes

Color #4B2434 in popluar color models

4B2434
RGB753652
HSL335°35.14%21.76%
HSB/HSV335°52.00%29.41%
CMYK0.00%52.00%30.67%
70.59%

Color #4B2434 in popluar number systems.

HEX4B2434
Decimal753652
Binary1001011100100110100
Octal1134464

Shades and tints

Shades of #4B2434

#4B2434
(75,36,52)
#452130
(69,33,48)
#3F1E2C
(63,30,44)
#391B28
(57,27,40)
#331824
(51,24,36)
#2D1520
(45,21,32)
#27121C
(39,18,28)
#210F18
(33,15,24)
#1B0C14
(27,12,20)
#150910
(21,9,16)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B2434

#4B2434
(75,36,52)
#5B3746
(91,55,70)
#6B4A58
(107,74,88)
#7B5D6A
(123,93,106)
#8B707C
(139,112,124)
#9B838E
(155,131,142)
#AB96A0
(171,150,160)
#BBA9B2
(187,169,178)
#CBBCC4
(203,188,196)
#DBCFD6
(219,207,214)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2434 color. Also use rgb(75,36,52) instead hex code.

Text Font Color

.myTextColor { color: #4B2434; }

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

This text font color is #4B2434.


Background Color

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

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

This div background color is #4B2434.


Border color

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

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

This div border color is #4B2434.


Opacity

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

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

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

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

This text has shadow with #4B2434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2434 on black background.


Color preview on white background

This text has color #4B2434 on white background.



Black color preview on #4B2434 background

This text has black color on #4B2434 background.


White color preview on #4B2434 background

This text has white color on #4B2434 background.