COLOR #4B3E05

HEX: #4B3E05
RGB: (75,62,5)

Color info

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

RGB color model

#4B3E05 color RGB value is (75,62,5).

  • red value is 75;
  • green value is 62;
  • blue value is 5.
RGB:
(75,62,5)
(29%,24%,2%)

RGB channels and saturation

R 75 of 255 = 29%
G 62 of 255 = 24%
B 5 of 255 = 2%

75
62
5

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

Portions of RGB colors in percentages

R + G + B =
75 + 62 + 5 = 142 (100%)
R 75 of 142 ~ 52.82%
G 62 of 142 ~ 43.66%
B 5 of 142 ~ 3.52%

%52.82
%43.66

CMYK color model

#4B3E05 color CMYK value is (0,17,93,71).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 93.33%
  • key color value is 70.59%
CMYK:
(0,17,93,71)
C0M17Y93K71 
(0%,17%,93%,71%)
(0.00/0.17/0.93/0.71)	

CMYK percentages

%0
%17.33
%93.33
%70.59

Codes

Color #4B3E05 in popluar color models

4B3E05
RGB75625
HSL49°87.50%15.69%
HSB/HSV49°93.33%29.41%
CMYK0.00%17.33%93.33%
70.59%

Color #4B3E05 in popluar number systems.

HEX4B3E05
Decimal75625
Binary1001011111110101
Octal113765

Shades and tints

Shades of #4B3E05

#4B3E05
(75,62,5)
#453905
(69,57,5)
#3F3405
(63,52,5)
#392F05
(57,47,5)
#332A05
(51,42,5)
#2D2505
(45,37,5)
#272005
(39,32,5)
#211B05
(33,27,5)
#1B1605
(27,22,5)
#151105
(21,17,5)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #4B3E05

#4B3E05
(75,62,5)
#5B4F1B
(91,79,27)
#6B6031
(107,96,49)
#7B7147
(123,113,71)
#8B825D
(139,130,93)
#9B9373
(155,147,115)
#ABA489
(171,164,137)
#BBB59F
(187,181,159)
#CBC6B5
(203,198,181)
#DBD7CB
(219,215,203)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3E05 color. Also use rgb(75,62,5) instead hex code.

Text Font Color

.myTextColor { color: #4B3E05; }

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

This text font color is #4B3E05.


Background Color

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

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

This div background color is #4B3E05.


Border color

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

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

This div border color is #4B3E05.


Opacity

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

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

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

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

This text has shadow with #4B3E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3E05 on black background.


Color preview on white background

This text has color #4B3E05 on white background.



Black color preview on #4B3E05 background

This text has black color on #4B3E05 background.


White color preview on #4B3E05 background

This text has white color on #4B3E05 background.