COLOR #4B3E2A

HEX: #4B3E2A
RGB: (75,62,42)

Color info

#4B3E2A contains red, green and blue colors in about the same proportion. Web safe color of #4B3E2A is #333333 (or #333).

RGB color model

#4B3E2A color RGB value is (75,62,42).

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

RGB channels and saturation

R 75 of 255 = 29%
G 62 of 255 = 24%
B 42 of 255 = 16%

75
62
42

R + G + B ~ 23%. #4B3E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 62 + 42 = 179 (100%)
R 75 of 179 ~ 41.9%
G 62 of 179 ~ 34.64%
B 42 of 179 ~ 23.46%

%41.9
%34.64
%23.46

CMYK color model

#4B3E2A color CMYK value is (0,17,44,71).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,17,44,71)
C0M17Y44K71 
(0%,17%,44%,71%)
(0.00/0.17/0.44/0.71)	

CMYK percentages

%0
%17.33
%44
%70.59

Codes

Color #4B3E2A in popluar color models

4B3E2A
RGB756242
HSL36°28.21%22.94%
HSB/HSV36°44.00%29.41%
CMYK0.00%17.33%44.00%
70.59%

Color #4B3E2A in popluar number systems.

HEX4B3E2A
Decimal756242
Binary1001011111110101010
Octal1137652

Shades and tints

Shades of #4B3E2A

#4B3E2A
(75,62,42)
#453927
(69,57,39)
#3F3424
(63,52,36)
#392F21
(57,47,33)
#332A1E
(51,42,30)
#2D251B
(45,37,27)
#272018
(39,32,24)
#211B15
(33,27,21)
#1B1612
(27,22,18)
#15110F
(21,17,15)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B3E2A

#4B3E2A
(75,62,42)
#5B4F3D
(91,79,61)
#6B6050
(107,96,80)
#7B7163
(123,113,99)
#8B8276
(139,130,118)
#9B9389
(155,147,137)
#ABA49C
(171,164,156)
#BBB5AF
(187,181,175)
#CBC6C2
(203,198,194)
#DBD7D5
(219,215,213)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3E2A; }

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

This text font color is #4B3E2A.


Background Color

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

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

This div background color is #4B3E2A.


Border color

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

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

This div border color is #4B3E2A.


Opacity

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

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

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

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

This text has shadow with #4B3E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3E2A on black background.


Color preview on white background

This text has color #4B3E2A on white background.



Black color preview on #4B3E2A background

This text has black color on #4B3E2A background.


White color preview on #4B3E2A background

This text has white color on #4B3E2A background.