COLOR #4B3724

HEX: #4B3724
RGB: (75,55,36)

Color info

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

RGB color model

#4B3724 color RGB value is (75,55,36).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 36 of 255 = 14%

75
55
36

R + G + B ~ 22%. #4B3724 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 36 = 166 (100%)
R 75 of 166 ~ 45.18%
G 55 of 166 ~ 33.13%
B 36 of 166 ~ 21.69%

%45.18
%33.13
%21.69

CMYK color model

#4B3724 color CMYK value is (0,27,52,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(0,27,52,71)
C0M27Y52K71 
(0%,27%,52%,71%)
(0.00/0.27/0.52/0.71)	

CMYK percentages

%0
%26.67
%52
%70.59

Codes

Color #4B3724 in popluar color models

4B3724
RGB755536
HSL29°35.14%21.76%
HSB/HSV29°52.00%29.41%
CMYK0.00%26.67%52.00%
70.59%

Color #4B3724 in popluar number systems.

HEX4B3724
Decimal755536
Binary1001011110111100100
Octal1136744

Shades and tints

Shades of #4B3724

#4B3724
(75,55,36)
#453221
(69,50,33)
#3F2D1E
(63,45,30)
#39281B
(57,40,27)
#332318
(51,35,24)
#2D1E15
(45,30,21)
#271912
(39,25,18)
#21140F
(33,20,15)
#1B0F0C
(27,15,12)
#150A09
(21,10,9)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #4B3724

#4B3724
(75,55,36)
#5B4937
(91,73,55)
#6B5B4A
(107,91,74)
#7B6D5D
(123,109,93)
#8B7F70
(139,127,112)
#9B9183
(155,145,131)
#ABA396
(171,163,150)
#BBB5A9
(187,181,169)
#CBC7BC
(203,199,188)
#DBD9CF
(219,217,207)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3724; }

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

This text font color is #4B3724.


Background Color

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

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

This div background color is #4B3724.


Border color

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

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

This div border color is #4B3724.


Opacity

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

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

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

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

This text has shadow with #4B3724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3724 on black background.


Color preview on white background

This text has color #4B3724 on white background.



Black color preview on #4B3724 background

This text has black color on #4B3724 background.


White color preview on #4B3724 background

This text has white color on #4B3724 background.