COLOR #4B391E

HEX: #4B391E
RGB: (75,57,30)

Color info

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

RGB color model

#4B391E color RGB value is (75,57,30).

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

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 30 of 255 = 12%

75
57
30

R + G + B ~ 21%. #4B391E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 30 = 162 (100%)
R 75 of 162 ~ 46.3%
G 57 of 162 ~ 35.19%
B 30 of 162 ~ 18.52%

%46.3
%35.19
%18.52

CMYK color model

#4B391E color CMYK value is (0,24,60,71).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK: (0,24,60,71) C0M24Y60K71 (0%,24%,60%,71%) (0.00/0.24/0.60/0.71)

CMYK percentages

%0
%24
%60
%70.59

Codes

Color #4B391E in popluar color models

4B391E
RGB755730
HSL36°42.86%20.59%
HSB/HSV36°60.00%29.41%
CMYK0.00%24.00%60.00%
70.59%

Color #4B391E in popluar number systems.

HEX4B391E
Decimal755730
Binary100101111100111110
Octal1137136

Shades and tints

Shades of #4B391E

#4B391E
(75,57,30)
#45341C
(69,52,28)
#3F2F1A
(63,47,26)
#392A18
(57,42,24)
#332516
(51,37,22)
#2D2014
(45,32,20)
#271B12
(39,27,18)
#211610
(33,22,16)
#1B110E
(27,17,14)
#150C0C
(21,12,12)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #4B391E

#4B391E
(75,57,30)
#5B4B32
(91,75,50)
#6B5D46
(107,93,70)
#7B6F5A
(123,111,90)
#8B816E
(139,129,110)
#9B9382
(155,147,130)
#ABA596
(171,165,150)
#BBB7AA
(187,183,170)
#CBC9BE
(203,201,190)
#DBDBD2
(219,219,210)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B391E; }

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

This text font color is #4B391E.


Background Color

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

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

This div background color is #4B391E.


Border color

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

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

This div border color is #4B391E.


Opacity

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

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

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

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

This text has shadow with #4B391E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B391E on black background.


Color preview on white background

This text has color #4B391E on white background.



Black color preview on #4B391E background

This text has black color on #4B391E background.


White color preview on #4B391E background

This text has white color on #4B391E background.