COLOR #4B3303

HEX: #4B3303
RGB: (75,51,3)

Color info

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

RGB color model

#4B3303 color RGB value is (75,51,3).

  • red value is 75;
  • green value is 51;
  • blue value is 3.
RGB:
(75,51,3)
(29%,20%,1%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 3 of 255 = 1%

75
51
3

R + G + B ~ 17%. #4B3303 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 3 = 129 (100%)
R 75 of 129 ~ 58.14%
G 51 of 129 ~ 39.53%
B 3 of 129 ~ 2.33%

%58.14
%39.53

CMYK color model

#4B3303 color CMYK value is (0,32,96,71).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 96.00%
  • key color value is 70.59%
CMYK:
(0,32,96,71)
C0M32Y96K71 
(0%,32%,96%,71%)
(0.00/0.32/0.96/0.71)	

CMYK percentages

%0
%32
%96
%70.59

Codes

Color #4B3303 in popluar color models

4B3303
RGB75513
HSL40°92.31%15.29%
HSB/HSV40°96.00%29.41%
CMYK0.00%32.00%96.00%
70.59%

Color #4B3303 in popluar number systems.

HEX4B3303
Decimal75513
Binary100101111001111
Octal113633

Shades and tints

Shades of #4B3303

#4B3303
(75,51,3)
#452F03
(69,47,3)
#3F2B03
(63,43,3)
#392703
(57,39,3)
#332303
(51,35,3)
#2D1F03
(45,31,3)
#271B03
(39,27,3)
#211703
(33,23,3)
#1B1303
(27,19,3)
#150F03
(21,15,3)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #4B3303

#4B3303
(75,51,3)
#5B4519
(91,69,25)
#6B572F
(107,87,47)
#7B6945
(123,105,69)
#8B7B5B
(139,123,91)
#9B8D71
(155,141,113)
#AB9F87
(171,159,135)
#BBB19D
(187,177,157)
#CBC3B3
(203,195,179)
#DBD5C9
(219,213,201)
#EBE7DF
(235,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3303 color. Also use rgb(75,51,3) instead hex code.

Text Font Color

.myTextColor { color: #4B3303; }

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

This text font color is #4B3303.


Background Color

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

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

This div background color is #4B3303.


Border color

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

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

This div border color is #4B3303.


Opacity

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

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

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

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

This text has shadow with #4B3303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3303 on black background.


Color preview on white background

This text has color #4B3303 on white background.



Black color preview on #4B3303 background

This text has black color on #4B3303 background.


White color preview on #4B3303 background

This text has white color on #4B3303 background.