COLOR #4B4737

HEX: #4B4737
RGB: (75,71,55)

Color info

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

RGB color model

#4B4737 color RGB value is (75,71,55).

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

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 55 of 255 = 22%

75
71
55

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

Portions of RGB colors in percentages

R + G + B =
75 + 71 + 55 = 201 (100%)
R 75 of 201 ~ 37.31%
G 71 of 201 ~ 35.32%
B 55 of 201 ~ 27.36%

%37.31
%35.32
%27.36

CMYK color model

#4B4737 color CMYK value is (0,5,27,71).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 26.67%
  • key color value is 70.59%
CMYK:
(0,5,27,71)
C0M5Y27K71 
(0%,5%,27%,71%)
(0.00/0.05/0.27/0.71)	

CMYK percentages

%0
%5.33
%26.67
%70.59

Codes

Color #4B4737 in popluar color models

4B4737
RGB757155
HSL48°15.38%25.49%
HSB/HSV48°26.67%29.41%
CMYK0.00%5.33%26.67%
70.59%

Color #4B4737 in popluar number systems.

HEX4B4737
Decimal757155
Binary10010111000111110111
Octal11310767

Shades and tints

Shades of #4B4737

#4B4737
(75,71,55)
#454132
(69,65,50)
#3F3B2D
(63,59,45)
#393528
(57,53,40)
#332F23
(51,47,35)
#2D291E
(45,41,30)
#272319
(39,35,25)
#211D14
(33,29,20)
#1B170F
(27,23,15)
#15110A
(21,17,10)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #4B4737

#4B4737
(75,71,55)
#5B5749
(91,87,73)
#6B675B
(107,103,91)
#7B776D
(123,119,109)
#8B877F
(139,135,127)
#9B9791
(155,151,145)
#ABA7A3
(171,167,163)
#BBB7B5
(187,183,181)
#CBC7C7
(203,199,199)
#DBD7D9
(219,215,217)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4737; }

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

This text font color is #4B4737.


Background Color

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

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

This div background color is #4B4737.


Border color

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

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

This div border color is #4B4737.


Opacity

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

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

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

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

This text has shadow with #4B4737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4737 on black background.


Color preview on white background

This text has color #4B4737 on white background.



Black color preview on #4B4737 background

This text has black color on #4B4737 background.


White color preview on #4B4737 background

This text has white color on #4B4737 background.