COLOR #4B3D11

HEX: #4B3D11 RGB: (75,61,17)

Color info

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

RGB color model

#4B3D11 color RGB value is (75,61,17).

RGB: (75,61,17) (29%, 24%, 7%)

RGB channels and saturation

R 75 of 255 = 29%
G 61 of 255 = 24%
B 17 of 255 = 7%

75
61
17

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

Portions of RGB colors in percentages

R + G + B = 75 + 61 + 17 = 153 (100%)
R 75 of 153 ~ 49.02%
G 61 of 153 ~ 39.87%
B 17 of 153 ~ 11.11'%

%49.02
%39.87
%11.11

CMYK color model

#4B3D11 color CMYK value is (0,19,77,71).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 77.33%
  • key color value is 70.59%

CMYK: (0,19,77,71)
C0M19Y77K71 (0%, 19%, 77%, 71%)
(0.00 / 0.19 / 0.77 / 0.71)

CMYK percentages

%0
%18.67
%77.33
%70.59

Codes

Color #4B3D11 in popluar color models

4B 3D 11
RGB 75 61 17
HSL 46° 63.04% 18.04%
HSB/HSV 46° 77.33% 29.41%
CMYK 0.00% 18.67% 77.33%
70.59%

Color #4B3D11 in popluar number systems.

HEX 4B 3D 11
Decimal 75 61 17
Binary 1001011 111101 10001
Octal 113 75 21

Shades and tints

Shades of #4B3D11

#4B3D11
(75,61,17)
#453810
(69,56,16)
#3F330F
(63,51,15)
#392E0E
(57,46,14)
#33290D
(51,41,13)
#2D240C
(45,36,12)
#271F0B
(39,31,11)
#211A0A
(33,26,10)
#1B1509
(27,21,9)
#151008
(21,16,8)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B3D11

#4B3D11
(75,61,17)
#5B4E26
(91,78,38)
#6B5F3B
(107,95,59)
#7B7050
(123,112,80)
#8B8165
(139,129,101)
#9B927A
(155,146,122)
#ABA38F
(171,163,143)
#BBB4A4
(187,180,164)
#CBC5B9
(203,197,185)
#DBD6CE
(219,214,206)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3D11 color. Also use rgb(75,61,17) instead hex code.

Text Font Color

.myTextColor { color: #4B3D11; }

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

This text font color is #4B3D11.

Background Color

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

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

This div background color is #4B3D11.

Border color

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

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

This div border color is #4B3D11.

Opacity

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

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

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

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

This text has shadow with #4B3D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3D11.

Preview

Color preview on black background

This text has color #4B3D11 on black background.


Color preview on white background

This text has color #4B3D11 on white background.


Black color preview on #4B3D11 background

This text has black color on #4B3D11 background.


White color preview on #4B3D11 background

This text has white color on #4B3D11 background.


Related colors

Complementary color

Complementary color for #hex is #B4C2EE.


I love getcolorcode.com

Triadic colors

1 #114B3D and #3D114B with #4B3D11 are triadic colors.

2 #113D4B and #3D4B11 with #4B3D11 are triadic colors.