COLOR #4B3434

HEX: #4B3434
RGB: (75,52,52)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
52
52

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 52 = 179 (100%)
R 75 of 179 ~ 41.9%
G 52 of 179 ~ 29.05%
B 52 of 179 ~ 29.05%

%41.9
%29.05
%29.05

CMYK color model

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

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

CMYK percentages

%0
%30.67
%30.67
%70.59

Codes

Color #4B3434 in popluar color models

4B3434
RGB755252
HSL18.11%24.90%
HSB/HSV30.67%29.41%
CMYK0.00%30.67%30.67%
70.59%

Color #4B3434 in popluar number systems.

HEX4B3434
Decimal755252
Binary1001011110100110100
Octal1136464

Shades and tints

Shades of #4B3434

#4B3434
(75,52,52)
#453030
(69,48,48)
#3F2C2C
(63,44,44)
#392828
(57,40,40)
#332424
(51,36,36)
#2D2020
(45,32,32)
#271C1C
(39,28,28)
#211818
(33,24,24)
#1B1414
(27,20,20)
#151010
(21,16,16)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B3434

#4B3434
(75,52,52)
#5B4646
(91,70,70)
#6B5858
(107,88,88)
#7B6A6A
(123,106,106)
#8B7C7C
(139,124,124)
#9B8E8E
(155,142,142)
#ABA0A0
(171,160,160)
#BBB2B2
(187,178,178)
#CBC4C4
(203,196,196)
#DBD6D6
(219,214,214)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3434; }

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

This text font color is #4B3434.


Background Color

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

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

This div background color is #4B3434.


Border color

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

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

This div border color is #4B3434.


Opacity

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

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

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

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

This text has shadow with #4B3434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3434 on black background.


Color preview on white background

This text has color #4B3434 on white background.



Black color preview on #4B3434 background

This text has black color on #4B3434 background.


White color preview on #4B3434 background

This text has white color on #4B3434 background.