COLOR #4B3729

HEX: #4B3729
RGB: (75,55,41)

Color info

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

RGB color model

#4B3729 color RGB value is (75,55,41).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 41 of 255 = 16%

75
55
41

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

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 41 = 171 (100%)
R 75 of 171 ~ 43.86%
G 55 of 171 ~ 32.16%
B 41 of 171 ~ 23.98%

%43.86
%32.16
%23.98

CMYK color model

#4B3729 color CMYK value is (0,27,45,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 45.33%
  • key color value is 70.59%
CMYK:
(0,27,45,71)
C0M27Y45K71 
(0%,27%,45%,71%)
(0.00/0.27/0.45/0.71)	

CMYK percentages

%0
%26.67
%45.33
%70.59

Codes

Color #4B3729 in popluar color models

4B3729
RGB755541
HSL25°29.31%22.75%
HSB/HSV25°45.33%29.41%
CMYK0.00%26.67%45.33%
70.59%

Color #4B3729 in popluar number systems.

HEX4B3729
Decimal755541
Binary1001011110111101001
Octal1136751

Shades and tints

Shades of #4B3729

#4B3729
(75,55,41)
#453226
(69,50,38)
#3F2D23
(63,45,35)
#392820
(57,40,32)
#33231D
(51,35,29)
#2D1E1A
(45,30,26)
#271917
(39,25,23)
#211414
(33,20,20)
#1B0F11
(27,15,17)
#150A0E
(21,10,14)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B3729

#4B3729
(75,55,41)
#5B493C
(91,73,60)
#6B5B4F
(107,91,79)
#7B6D62
(123,109,98)
#8B7F75
(139,127,117)
#9B9188
(155,145,136)
#ABA39B
(171,163,155)
#BBB5AE
(187,181,174)
#CBC7C1
(203,199,193)
#DBD9D4
(219,217,212)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3729; }

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

This text font color is #4B3729.


Background Color

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

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

This div background color is #4B3729.


Border color

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

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

This div border color is #4B3729.


Opacity

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

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

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

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

This text has shadow with #4B3729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3729 on black background.


Color preview on white background

This text has color #4B3729 on white background.



Black color preview on #4B3729 background

This text has black color on #4B3729 background.


White color preview on #4B3729 background

This text has white color on #4B3729 background.