COLOR #4B3010

HEX: #4B3010 RGB: (75,48,16)

Color info

#4B3010 contains red, green and blue colors in about the same proportion. Web safe color of #4B3010 is #333300 (or #330).

RGB color model

#4B3010 color RGB value is (75,48,16).

RGB: (75,48,16) (29%, 19%, 6%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 16 of 255 = 6%

75
48
16

R + G + B ~ 18%. #4B3010 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 48 + 16 = 139 (100%)
R 75 of 139 ~ 53.96%
G 48 of 139 ~ 34.53%
B 16 of 139 ~ 11.51'%

%53.96
%34.53
%11.51

CMYK color model

#4B3010 color CMYK value is (0,36,79,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 78.67%
  • key color value is 70.59%
CMYK: (0,36,79,71) C0M36Y79K71 (0%,36%,79%,71%) (0.00/0.36/0.79/0.71) 

CMYK percentages

%0
%36
%78.67
%70.59

Codes

Color #4B3010 in popluar color models

4B 30 10
RGB 75 48 16
HSL 33° 64.84% 17.84%
HSB/HSV 33° 78.67% 29.41%
CMYK 0.00% 36.00% 78.67%
70.59%

Color #4B3010 in popluar number systems.

HEX 4B 30 10
Decimal 75 48 16
Binary 1001011 110000 10000
Octal 113 60 20

Shades and tints

Shades of #4B3010

#4B3010
(75,48,16)
#452C0F
(69,44,15)
#3F280E
(63,40,14)
#39240D
(57,36,13)
#33200C
(51,32,12)
#2D1C0B
(45,28,11)
#27180A
(39,24,10)
#211409
(33,20,9)
#1B1008
(27,16,8)
#150C07
(21,12,7)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #4B3010

#4B3010
(75,48,16)
#5B4225
(91,66,37)
#6B543A
(107,84,58)
#7B664F
(123,102,79)
#8B7864
(139,120,100)
#9B8A79
(155,138,121)
#AB9C8E
(171,156,142)
#BBAEA3
(187,174,163)
#CBC0B8
(203,192,184)
#DBD2CD
(219,210,205)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3010; }

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

This text font color is #4B3010.

Background Color

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

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

This div background color is #4B3010.

Border color

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

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

This div border color is #4B3010.

Opacity

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

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

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

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

This text has shadow with #4B3010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3010.

Preview

Color preview on black background

This text has color #4B3010 on black background.


Color preview on white background

This text has color #4B3010 on white background.


Black color preview on #4B3010 background

This text has black color on #4B3010 background.


White color preview on #4B3010 background

This text has white color on #4B3010 background.


Related colors

Complementary color

Complementary color for #hex is #B4CFEF.


I love getcolorcode.com

Triadic colors

1 #104B30 and #30104B with #4B3010 are triadic colors.

2 #10304B and #304B10 with #4B3010 are triadic colors.