COLOR #4B3103

HEX: #4B3103 RGB: (75,49,3)

Color info

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

RGB color model

#4B3103 color RGB value is (75,49,3).

RGB: (75,49,3) (29%, 19%, 1%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 3 of 255 = 1%

75
49
3

R + G + B ~ 16%. #4B3103 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 49 + 3 = 127 (100%)
R 75 of 127 ~ 59.06%
G 49 of 127 ~ 38.58%
B 3 of 127 ~ 2.36'%

%59.06
%38.58

CMYK color model

#4B3103 color CMYK value is (0,35,96,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 96.00%
  • key color value is 70.59%

CMYK: (0,35,96,71)
C0M35Y96K71 (0%, 35%, 96%, 71%)
(0.00 / 0.35 / 0.96 / 0.71)

CMYK percentages

%0
%34.67
%96
%70.59

Codes

Color #4B3103 in popluar color models

4B 31 03
RGB 75 49 3
HSL 38° 92.31% 15.29%
HSB/HSV 38° 96.00% 29.41%
CMYK 0.00% 34.67% 96.00%
70.59%

Color #4B3103 in popluar number systems.

HEX 4B 31 03
Decimal 75 49 3
Binary 1001011 110001 11
Octal 113 61 3

Shades and tints

Shades of #4B3103

#4B3103
(75,49,3)
#452D03
(69,45,3)
#3F2903
(63,41,3)
#392503
(57,37,3)
#332103
(51,33,3)
#2D1D03
(45,29,3)
#271903
(39,25,3)
#211503
(33,21,3)
#1B1103
(27,17,3)
#150D03
(21,13,3)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #4B3103

#4B3103
(75,49,3)
#5B4319
(91,67,25)
#6B552F
(107,85,47)
#7B6745
(123,103,69)
#8B795B
(139,121,91)
#9B8B71
(155,139,113)
#AB9D87
(171,157,135)
#BBAF9D
(187,175,157)
#CBC1B3
(203,193,179)
#DBD3C9
(219,211,201)
#EBE5DF
(235,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3103; }

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

This text font color is #4B3103.

Background Color

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

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

This div background color is #4B3103.

Border color

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

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

This div border color is #4B3103.

Opacity

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

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

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

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

This text has shadow with #4B3103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3103.

Preview

Color preview on black background

This text has color #4B3103 on black background.


Color preview on white background

This text has color #4B3103 on white background.


Black color preview on #4B3103 background

This text has black color on #4B3103 background.


White color preview on #4B3103 background

This text has white color on #4B3103 background.


Related colors

Complementary color

Complementary color for #hex is #B4CEFC.


I love getcolorcode.com

Triadic colors

1 #034B31 and #31034B with #4B3103 are triadic colors.

2 #03314B and #314B03 with #4B3103 are triadic colors.