COLOR #4B2405

HEX: #4B2405
RGB: (75,36,5)

Color info

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

RGB color model

#4B2405 color RGB value is (75,36,5).

  • red value is 75;
  • green value is 36;
  • blue value is 5.
RGB:
(75,36,5)
(29%,14%,2%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 5 of 255 = 2%

75
36
5

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

Portions of RGB colors in percentages

R + G + B =
75 + 36 + 5 = 116 (100%)
R 75 of 116 ~ 64.66%
G 36 of 116 ~ 31.03%
B 5 of 116 ~ 4.31%

%64.66
%31.03

CMYK color model

#4B2405 color CMYK value is (0,52,93,71).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 93.33%
  • key color value is 70.59%
CMYK:
(0,52,93,71)
C0M52Y93K71 
(0%,52%,93%,71%)
(0.00/0.52/0.93/0.71)	

CMYK percentages

%0
%52
%93.33
%70.59

Codes

Color #4B2405 in popluar color models

4B2405
RGB75365
HSL27°87.50%15.69%
HSB/HSV27°93.33%29.41%
CMYK0.00%52.00%93.33%
70.59%

Color #4B2405 in popluar number systems.

HEX4B2405
Decimal75365
Binary1001011100100101
Octal113445

Shades and tints

Shades of #4B2405

#4B2405
(75,36,5)
#452105
(69,33,5)
#3F1E05
(63,30,5)
#391B05
(57,27,5)
#331805
(51,24,5)
#2D1505
(45,21,5)
#271205
(39,18,5)
#210F05
(33,15,5)
#1B0C05
(27,12,5)
#150905
(21,9,5)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #4B2405

#4B2405
(75,36,5)
#5B371B
(91,55,27)
#6B4A31
(107,74,49)
#7B5D47
(123,93,71)
#8B705D
(139,112,93)
#9B8373
(155,131,115)
#AB9689
(171,150,137)
#BBA99F
(187,169,159)
#CBBCB5
(203,188,181)
#DBCFCB
(219,207,203)
#EBE2E1
(235,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2405 color. Also use rgb(75,36,5) instead hex code.

Text Font Color

.myTextColor { color: #4B2405; }

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

This text font color is #4B2405.


Background Color

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

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

This div background color is #4B2405.


Border color

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

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

This div border color is #4B2405.


Opacity

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

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

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

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

This text has shadow with #4B2405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2405 on black background.


Color preview on white background

This text has color #4B2405 on white background.



Black color preview on #4B2405 background

This text has black color on #4B2405 background.


White color preview on #4B2405 background

This text has white color on #4B2405 background.