COLOR #4B3545

HEX: #4B3545
RGB: (75,53,69)

Color info

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

RGB color model

#4B3545 color RGB value is (75,53,69).

  • red value is 75;
  • green value is 53;
  • blue value is 69.
RGB:
(75,53,69)
(29%,21%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 53 of 255 = 21%
B 69 of 255 = 27%

75
53
69

R + G + B ~ 26%. #4B3545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 53 + 69 = 197 (100%)
R 75 of 197 ~ 38.07%
G 53 of 197 ~ 26.9%
B 69 of 197 ~ 35.03%

%38.07
%26.9
%35.03

CMYK color model

#4B3545 color CMYK value is (0,29,8,71).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 8.00%
  • key color value is 70.59%
CMYK:
(0,29,8,71)
C0M29Y8K71 
(0%,29%,8%,71%)
(0.00/0.29/0.08/0.71)	

CMYK percentages

%0
%29.33
%8
%70.59

Codes

Color #4B3545 in popluar color models

4B3545
RGB755369
HSL316°17.19%25.10%
HSB/HSV316°29.33%29.41%
CMYK0.00%29.33%8.00%
70.59%

Color #4B3545 in popluar number systems.

HEX4B3545
Decimal755369
Binary10010111101011000101
Octal11365105

Shades and tints

Shades of #4B3545

#4B3545
(75,53,69)
#45313F
(69,49,63)
#3F2D39
(63,45,57)
#392933
(57,41,51)
#33252D
(51,37,45)
#2D2127
(45,33,39)
#271D21
(39,29,33)
#21191B
(33,25,27)
#1B1515
(27,21,21)
#15110F
(21,17,15)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B3545

#4B3545
(75,53,69)
#5B4755
(91,71,85)
#6B5965
(107,89,101)
#7B6B75
(123,107,117)
#8B7D85
(139,125,133)
#9B8F95
(155,143,149)
#ABA1A5
(171,161,165)
#BBB3B5
(187,179,181)
#CBC5C5
(203,197,197)
#DBD7D5
(219,215,213)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3545; }

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

This text font color is #4B3545.


Background Color

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

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

This div background color is #4B3545.


Border color

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

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

This div border color is #4B3545.


Opacity

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

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

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

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

This text has shadow with #4B3545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3545 on black background.


Color preview on white background

This text has color #4B3545 on white background.



Black color preview on #4B3545 background

This text has black color on #4B3545 background.


White color preview on #4B3545 background

This text has white color on #4B3545 background.