COLOR #4B3B0E

HEX: #4B3B0E
RGB: (75,59,14)

Color info

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

RGB color model

#4B3B0E color RGB value is (75,59,14).

  • red value is 75;
  • green value is 59;
  • blue value is 14.
RGB:
(75,59,14)
(29%,23%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 14 of 255 = 5%

75
59
14

R + G + B ~ 19%. #4B3B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 59 + 14 = 148 (100%)
R 75 of 148 ~ 50.68%
G 59 of 148 ~ 39.86%
B 14 of 148 ~ 9.46%

%50.68
%39.86

CMYK color model

#4B3B0E color CMYK value is (0,21,81,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 81.33%
  • key color value is 70.59%
CMYK:
(0,21,81,71)
C0M21Y81K71 
(0%,21%,81%,71%)
(0.00/0.21/0.81/0.71)	

CMYK percentages

%0
%21.33
%81.33
%70.59

Codes

Color #4B3B0E in popluar color models

4B3B0E
RGB755914
HSL44°68.54%17.45%
HSB/HSV44°81.33%29.41%
CMYK0.00%21.33%81.33%
70.59%

Color #4B3B0E in popluar number systems.

HEX4B3B0E
Decimal755914
Binary10010111110111110
Octal1137316

Shades and tints

Shades of #4B3B0E

#4B3B0E
(75,59,14)
#45360D
(69,54,13)
#3F310C
(63,49,12)
#392C0B
(57,44,11)
#33270A
(51,39,10)
#2D2209
(45,34,9)
#271D08
(39,29,8)
#211807
(33,24,7)
#1B1306
(27,19,6)
#150E05
(21,14,5)
#0F0904
(15,9,4)
#000000
(0,0,0)

Tints of #4B3B0E

#4B3B0E
(75,59,14)
#5B4C23
(91,76,35)
#6B5D38
(107,93,56)
#7B6E4D
(123,110,77)
#8B7F62
(139,127,98)
#9B9077
(155,144,119)
#ABA18C
(171,161,140)
#BBB2A1
(187,178,161)
#CBC3B6
(203,195,182)
#DBD4CB
(219,212,203)
#EBE5E0
(235,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3B0E color. Also use rgb(75,59,14) instead hex code.

Text Font Color

.myTextColor { color: #4B3B0E; }

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

This text font color is #4B3B0E.


Background Color

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

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

This div background color is #4B3B0E.


Border color

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

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

This div border color is #4B3B0E.


Opacity

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

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

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

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

This text has shadow with #4B3B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3B0E on black background.


Color preview on white background

This text has color #4B3B0E on white background.



Black color preview on #4B3B0E background

This text has black color on #4B3B0E background.


White color preview on #4B3B0E background

This text has white color on #4B3B0E background.