COLOR #4B373A

HEX: #4B373A
RGB: (75,55,58)

Color info

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

RGB color model

#4B373A color RGB value is (75,55,58).

  • red value is 75;
  • green value is 55;
  • blue value is 58.
RGB:
(75,55,58)
(29%,22%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 58 of 255 = 23%

75
55
58

R + G + B ~ 25%. #4B373A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 58 = 188 (100%)
R 75 of 188 ~ 39.89%
G 55 of 188 ~ 29.26%
B 58 of 188 ~ 30.85%

%39.89
%29.26
%30.85

CMYK color model

#4B373A color CMYK value is (0,27,23,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,27,23,71)
C0M27Y23K71 
(0%,27%,23%,71%)
(0.00/0.27/0.23/0.71)	

CMYK percentages

%0
%26.67
%22.67
%70.59

Codes

Color #4B373A in popluar color models

4B373A
RGB755558
HSL351°15.38%25.49%
HSB/HSV351°26.67%29.41%
CMYK0.00%26.67%22.67%
70.59%

Color #4B373A in popluar number systems.

HEX4B373A
Decimal755558
Binary1001011110111111010
Octal1136772

Shades and tints

Shades of #4B373A

#4B373A
(75,55,58)
#453235
(69,50,53)
#3F2D30
(63,45,48)
#39282B
(57,40,43)
#332326
(51,35,38)
#2D1E21
(45,30,33)
#27191C
(39,25,28)
#211417
(33,20,23)
#1B0F12
(27,15,18)
#150A0D
(21,10,13)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #4B373A

#4B373A
(75,55,58)
#5B494B
(91,73,75)
#6B5B5C
(107,91,92)
#7B6D6D
(123,109,109)
#8B7F7E
(139,127,126)
#9B918F
(155,145,143)
#ABA3A0
(171,163,160)
#BBB5B1
(187,181,177)
#CBC7C2
(203,199,194)
#DBD9D3
(219,217,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B373A; }

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

This text font color is #4B373A.


Background Color

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

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

This div background color is #4B373A.


Border color

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

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

This div border color is #4B373A.


Opacity

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

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

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

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

This text has shadow with #4B373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B373A on black background.


Color preview on white background

This text has color #4B373A on white background.



Black color preview on #4B373A background

This text has black color on #4B373A background.


White color preview on #4B373A background

This text has white color on #4B373A background.