COLOR #4B370A

HEX: #4B370A
RGB: (75,55,10)

Color info

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

RGB color model

#4B370A color RGB value is (75,55,10).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 10 of 255 = 4%

75
55
10

R + G + B ~ 18%. #4B370A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 10 = 140 (100%)
R 75 of 140 ~ 53.57%
G 55 of 140 ~ 39.29%
B 10 of 140 ~ 7.14%

%53.57
%39.29

CMYK color model

#4B370A color CMYK value is (0,27,87,71).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 86.67%
  • key color value is 70.59%
CMYK:
(0,27,87,71)
C0M27Y87K71 
(0%,27%,87%,71%)
(0.00/0.27/0.87/0.71)	

CMYK percentages

%0
%26.67
%86.67
%70.59

Codes

Color #4B370A in popluar color models

4B370A
RGB755510
HSL42°76.47%16.67%
HSB/HSV42°86.67%29.41%
CMYK0.00%26.67%86.67%
70.59%

Color #4B370A in popluar number systems.

HEX4B370A
Decimal755510
Binary10010111101111010
Octal1136712

Shades and tints

Shades of #4B370A

#4B370A
(75,55,10)
#45320A
(69,50,10)
#3F2D0A
(63,45,10)
#39280A
(57,40,10)
#33230A
(51,35,10)
#2D1E0A
(45,30,10)
#27190A
(39,25,10)
#21140A
(33,20,10)
#1B0F0A
(27,15,10)
#150A0A
(21,10,10)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #4B370A

#4B370A
(75,55,10)
#5B4920
(91,73,32)
#6B5B36
(107,91,54)
#7B6D4C
(123,109,76)
#8B7F62
(139,127,98)
#9B9178
(155,145,120)
#ABA38E
(171,163,142)
#BBB5A4
(187,181,164)
#CBC7BA
(203,199,186)
#DBD9D0
(219,217,208)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B370A; }

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

This text font color is #4B370A.


Background Color

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

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

This div background color is #4B370A.


Border color

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

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

This div border color is #4B370A.


Opacity

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

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

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

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

This text has shadow with #4B370A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B370A on black background.


Color preview on white background

This text has color #4B370A on white background.



Black color preview on #4B370A background

This text has black color on #4B370A background.


White color preview on #4B370A background

This text has white color on #4B370A background.