COLOR #4B301B

HEX: #4B301B
RGB: (75,48,27)

Color info

#4B301B contains red, green and blue colors in about the same proportion. Web safe color of #4B301B is #333333 (or #333).

RGB color model

#4B301B color RGB value is (75,48,27).

  • red value is 75;
  • green value is 48;
  • blue value is 27.
RGB:
(75,48,27)
(29%,19%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 27 of 255 = 11%

75
48
27

R + G + B ~ 20%. #4B301B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 27 = 150 (100%)
R 75 of 150 ~ 50%
G 48 of 150 ~ 32%
B 27 of 150 ~ 18%

%50
%32
%18

CMYK color model

#4B301B color CMYK value is (0,36,64,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,36,64,71)
C0M36Y64K71 
(0%,36%,64%,71%)
(0.00/0.36/0.64/0.71)	

CMYK percentages

%0
%36
%64
%70.59

Codes

Color #4B301B in popluar color models

4B301B
RGB754827
HSL26°47.06%20.00%
HSB/HSV26°64.00%29.41%
CMYK0.00%36.00%64.00%
70.59%

Color #4B301B in popluar number systems.

HEX4B301B
Decimal754827
Binary100101111000011011
Octal1136033

Shades and tints

Shades of #4B301B

#4B301B
(75,48,27)
#452C19
(69,44,25)
#3F2817
(63,40,23)
#392415
(57,36,21)
#332013
(51,32,19)
#2D1C11
(45,28,17)
#27180F
(39,24,15)
#21140D
(33,20,13)
#1B100B
(27,16,11)
#150C09
(21,12,9)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #4B301B

#4B301B
(75,48,27)
#5B422F
(91,66,47)
#6B5443
(107,84,67)
#7B6657
(123,102,87)
#8B786B
(139,120,107)
#9B8A7F
(155,138,127)
#AB9C93
(171,156,147)
#BBAEA7
(187,174,167)
#CBC0BB
(203,192,187)
#DBD2CF
(219,210,207)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B301B color. Also use rgb(75,48,27) instead hex code.

Text Font Color

.myTextColor { color: #4B301B; }

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

This text font color is #4B301B.


Background Color

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

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

This div background color is #4B301B.


Border color

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

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

This div border color is #4B301B.


Opacity

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

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

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

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

This text has shadow with #4B301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B301B on black background.


Color preview on white background

This text has color #4B301B on white background.



Black color preview on #4B301B background

This text has black color on #4B301B background.


White color preview on #4B301B background

This text has white color on #4B301B background.