COLOR #4B2307

HEX: #4B2307
RGB: (75,35,7)

Color info

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

RGB color model

#4B2307 color RGB value is (75,35,7).

  • red value is 75;
  • green value is 35;
  • blue value is 7.
RGB:
(75,35,7)
(29%,14%,3%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 7 of 255 = 3%

75
35
7

R + G + B ~ 15%. #4B2307 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 7 = 117 (100%)
R 75 of 117 ~ 64.1%
G 35 of 117 ~ 29.91%
B 7 of 117 ~ 5.98%

%64.1
%29.91

CMYK color model

#4B2307 color CMYK value is (0,53,91,71).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 90.67%
  • key color value is 70.59%
CMYK:
(0,53,91,71)
C0M53Y91K71 
(0%,53%,91%,71%)
(0.00/0.53/0.91/0.71)	

CMYK percentages

%0
%53.33
%90.67
%70.59

Codes

Color #4B2307 in popluar color models

4B2307
RGB75357
HSL25°82.93%16.08%
HSB/HSV25°90.67%29.41%
CMYK0.00%53.33%90.67%
70.59%

Color #4B2307 in popluar number systems.

HEX4B2307
Decimal75357
Binary1001011100011111
Octal113437

Shades and tints

Shades of #4B2307

#4B2307
(75,35,7)
#452007
(69,32,7)
#3F1D07
(63,29,7)
#391A07
(57,26,7)
#331707
(51,23,7)
#2D1407
(45,20,7)
#271107
(39,17,7)
#210E07
(33,14,7)
#1B0B07
(27,11,7)
#150807
(21,8,7)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #4B2307

#4B2307
(75,35,7)
#5B371D
(91,55,29)
#6B4B33
(107,75,51)
#7B5F49
(123,95,73)
#8B735F
(139,115,95)
#9B8775
(155,135,117)
#AB9B8B
(171,155,139)
#BBAFA1
(187,175,161)
#CBC3B7
(203,195,183)
#DBD7CD
(219,215,205)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2307 color. Also use rgb(75,35,7) instead hex code.

Text Font Color

.myTextColor { color: #4B2307; }

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

This text font color is #4B2307.


Background Color

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

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

This div background color is #4B2307.


Border color

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

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

This div border color is #4B2307.


Opacity

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

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

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

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

This text has shadow with #4B2307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2307 on black background.


Color preview on white background

This text has color #4B2307 on white background.



Black color preview on #4B2307 background

This text has black color on #4B2307 background.


White color preview on #4B2307 background

This text has white color on #4B2307 background.