COLOR #4B373D

HEX: #4B373D RGB: (75,55,61)

Color info

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

RGB color model

#4B373D color RGB value is (75,55,61).

RGB: (75,55,61) (29%, 22%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 61 of 255 = 24%

75
55
61

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

Portions of RGB colors in percentages

R + G + B = 75 + 55 + 61 = 191 (100%)
R 75 of 191 ~ 39.27%
G 55 of 191 ~ 28.8%
B 61 of 191 ~ 31.94'%

%39.27
%28.8
%31.94

CMYK color model

#4B373D color CMYK value is (0,27,19,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 18.67%
  • key color value is 70.59%

CMYK: (0,27,19,71)
C0M27Y19K71 (0%, 27%, 19%, 71%)
(0.00 / 0.27 / 0.19 / 0.71)

CMYK percentages

%0
%26.67
%18.67
%70.59

Codes

Color #4B373D in popluar color models

4B 37 3D
RGB 75 55 61
HSL 342° 15.38% 25.49%
HSB/HSV 342° 26.67% 29.41%
CMYK 0.00% 26.67% 18.67%
70.59%

Color #4B373D in popluar number systems.

HEX 4B 37 3D
Decimal 75 55 61
Binary 1001011 110111 111101
Octal 113 67 75

Shades and tints

Shades of #4B373D

#4B373D
(75,55,61)
#453238
(69,50,56)
#3F2D33
(63,45,51)
#39282E
(57,40,46)
#332329
(51,35,41)
#2D1E24
(45,30,36)
#27191F
(39,25,31)
#21141A
(33,20,26)
#1B0F15
(27,15,21)
#150A10
(21,10,16)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B373D

#4B373D
(75,55,61)
#5B494E
(91,73,78)
#6B5B5F
(107,91,95)
#7B6D70
(123,109,112)
#8B7F81
(139,127,129)
#9B9192
(155,145,146)
#ABA3A3
(171,163,163)
#BBB5B4
(187,181,180)
#CBC7C5
(203,199,197)
#DBD9D6
(219,217,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B373D; }

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

This text font color is #4B373D.

Background Color

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

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

This div background color is #4B373D.

Border color

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

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

This div border color is #4B373D.

Opacity

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

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

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

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

This text has shadow with #4B373D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B373D.

Preview

Color preview on black background

This text has color #4B373D on black background.


Color preview on white background

This text has color #4B373D on white background.


Black color preview on #4B373D background

This text has black color on #4B373D background.


White color preview on #4B373D background

This text has white color on #4B373D background.


Related colors

Complementary color

Complementary color for #hex is #B4C8C2.


I love getcolorcode.com

Triadic colors

1 #3D4B37 and #373D4B with #4B373D are triadic colors.

2 #3D374B and #374B3D with #4B373D are triadic colors.