COLOR #4B1D07

HEX: #4B1D07
RGB: (75,29,7)

Color info

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

RGB color model

#4B1D07 color RGB value is (75,29,7).

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

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 7 of 255 = 3%

75
29
7

R + G + B ~ 14%. #4B1D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 7 = 111 (100%)
R 75 of 111 ~ 67.57%
G 29 of 111 ~ 26.13%
B 7 of 111 ~ 6.31%

%67.57
%26.13

CMYK color model

#4B1D07 color CMYK value is (0,61,91,71).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 90.67%
  • key color value is 70.59%
CMYK:
(0,61,91,71)
C0M61Y91K71 
(0%,61%,91%,71%)
(0.00/0.61/0.91/0.71)	

CMYK percentages

%0
%61.33
%90.67
%70.59

Codes

Color #4B1D07 in popluar color models

4B1D07
RGB75297
HSL19°82.93%16.08%
HSB/HSV19°90.67%29.41%
CMYK0.00%61.33%90.67%
70.59%

Color #4B1D07 in popluar number systems.

HEX4B1D07
Decimal75297
Binary100101111101111
Octal113357

Shades and tints

Shades of #4B1D07

#4B1D07
(75,29,7)
#451B07
(69,27,7)
#3F1907
(63,25,7)
#391707
(57,23,7)
#331507
(51,21,7)
#2D1307
(45,19,7)
#271107
(39,17,7)
#210F07
(33,15,7)
#1B0D07
(27,13,7)
#150B07
(21,11,7)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #4B1D07

#4B1D07
(75,29,7)
#5B311D
(91,49,29)
#6B4533
(107,69,51)
#7B5949
(123,89,73)
#8B6D5F
(139,109,95)
#9B8175
(155,129,117)
#AB958B
(171,149,139)
#BBA9A1
(187,169,161)
#CBBDB7
(203,189,183)
#DBD1CD
(219,209,205)
#EBE5E3
(235,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1D07; }

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

This text font color is #4B1D07.


Background Color

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

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

This div background color is #4B1D07.


Border color

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

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

This div border color is #4B1D07.


Opacity

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

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

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

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

This text has shadow with #4B1D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D07 on black background.


Color preview on white background

This text has color #4B1D07 on white background.



Black color preview on #4B1D07 background

This text has black color on #4B1D07 background.


White color preview on #4B1D07 background

This text has white color on #4B1D07 background.