COLOR #4B3925

HEX: #4B3925
RGB: (75,57,37)

Color info

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

RGB color model

#4B3925 color RGB value is (75,57,37).

  • red value is 75;
  • green value is 57;
  • blue value is 37.
RGB:
(75,57,37)
(29%,22%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 37 of 255 = 15%

75
57
37

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

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 37 = 169 (100%)
R 75 of 169 ~ 44.38%
G 57 of 169 ~ 33.73%
B 37 of 169 ~ 21.89%

%44.38
%33.73
%21.89

CMYK color model

#4B3925 color CMYK value is (0,24,51,71).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 50.67%
  • key color value is 70.59%
CMYK:
(0,24,51,71)
C0M24Y51K71 
(0%,24%,51%,71%)
(0.00/0.24/0.51/0.71)	

CMYK percentages

%0
%24
%50.67
%70.59

Codes

Color #4B3925 in popluar color models

4B3925
RGB755737
HSL32°33.93%21.96%
HSB/HSV32°50.67%29.41%
CMYK0.00%24.00%50.67%
70.59%

Color #4B3925 in popluar number systems.

HEX4B3925
Decimal755737
Binary1001011111001100101
Octal1137145

Shades and tints

Shades of #4B3925

#4B3925
(75,57,37)
#453422
(69,52,34)
#3F2F1F
(63,47,31)
#392A1C
(57,42,28)
#332519
(51,37,25)
#2D2016
(45,32,22)
#271B13
(39,27,19)
#211610
(33,22,16)
#1B110D
(27,17,13)
#150C0A
(21,12,10)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #4B3925

#4B3925
(75,57,37)
#5B4B38
(91,75,56)
#6B5D4B
(107,93,75)
#7B6F5E
(123,111,94)
#8B8171
(139,129,113)
#9B9384
(155,147,132)
#ABA597
(171,165,151)
#BBB7AA
(187,183,170)
#CBC9BD
(203,201,189)
#DBDBD0
(219,219,208)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3925 color. Also use rgb(75,57,37) instead hex code.

Text Font Color

.myTextColor { color: #4B3925; }

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

This text font color is #4B3925.


Background Color

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

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

This div background color is #4B3925.


Border color

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

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

This div border color is #4B3925.


Opacity

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

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

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

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

This text has shadow with #4B3925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3925 on black background.


Color preview on white background

This text has color #4B3925 on white background.



Black color preview on #4B3925 background

This text has black color on #4B3925 background.


White color preview on #4B3925 background

This text has white color on #4B3925 background.