COLOR #4B370F

HEX: #4B370F
RGB: (75,55,15)

Color info

#4B370F contains mainly red and green colors. Web safe color of #4B370F is #333300 (or #330).

RGB color model

#4B370F color RGB value is (75,55,15).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 15 of 255 = 6%

75
55
15

R + G + B ~ 19%. #4B370F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 15 = 145 (100%)
R 75 of 145 ~ 51.72%
G 55 of 145 ~ 37.93%
B 15 of 145 ~ 10.34%

%51.72
%37.93
%10.34

CMYK color model

#4B370F color CMYK value is (0,27,80,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 80.00%
  • key color value is 70.59%
CMYK:
(0,27,80,71)
C0M27Y80K71 
(0%,27%,80%,71%)
(0.00/0.27/0.80/0.71)	

CMYK percentages

%0
%26.67
%80
%70.59

Codes

Color #4B370F in popluar color models

4B370F
RGB755515
HSL40°66.67%17.65%
HSB/HSV40°80.00%29.41%
CMYK0.00%26.67%80.00%
70.59%

Color #4B370F in popluar number systems.

HEX4B370F
Decimal755515
Binary10010111101111111
Octal1136717

Shades and tints

Shades of #4B370F

#4B370F
(75,55,15)
#45320E
(69,50,14)
#3F2D0D
(63,45,13)
#39280C
(57,40,12)
#33230B
(51,35,11)
#2D1E0A
(45,30,10)
#271909
(39,25,9)
#211408
(33,20,8)
#1B0F07
(27,15,7)
#150A06
(21,10,6)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #4B370F

#4B370F
(75,55,15)
#5B4924
(91,73,36)
#6B5B39
(107,91,57)
#7B6D4E
(123,109,78)
#8B7F63
(139,127,99)
#9B9178
(155,145,120)
#ABA38D
(171,163,141)
#BBB5A2
(187,181,162)
#CBC7B7
(203,199,183)
#DBD9CC
(219,217,204)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B370F; }

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

This text font color is #4B370F.


Background Color

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

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

This div background color is #4B370F.


Border color

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

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

This div border color is #4B370F.


Opacity

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

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

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

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

This text has shadow with #4B370F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B370F on black background.


Color preview on white background

This text has color #4B370F on white background.



Black color preview on #4B370F background

This text has black color on #4B370F background.


White color preview on #4B370F background

This text has white color on #4B370F background.