COLOR #4B3F28

HEX: #4B3F28 RGB: (75,63,40)

Color info

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

RGB color model

#4B3F28 color RGB value is (75,63,40).

RGB: (75,63,40) (29%, 25%, 16%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 40 of 255 = 16%

75
63
40

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

Portions of RGB colors in percentages

R + G + B = 75 + 63 + 40 = 178 (100%)
R 75 of 178 ~ 42.13%
G 63 of 178 ~ 35.39%
B 40 of 178 ~ 22.47'%

%42.13
%35.39
%22.47

CMYK color model

#4B3F28 color CMYK value is (0,16,47,71).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK: (0,16,47,71) C0M16Y47K71 (0%,16%,47%,71%) (0.00/0.16/0.47/0.71) 

CMYK percentages

%0
%16
%46.67
%70.59

Codes

Color #4B3F28 in popluar color models

4B 3F 28
RGB 75 63 40
HSL 39° 30.43% 22.55%
HSB/HSV 39° 46.67% 29.41%
CMYK 0.00% 16.00% 46.67%
70.59%

Color #4B3F28 in popluar number systems.

HEX 4B 3F 28
Decimal 75 63 40
Binary 1001011 111111 101000
Octal 113 77 50

Shades and tints

Shades of #4B3F28

#4B3F28
(75,63,40)
#453A25
(69,58,37)
#3F3522
(63,53,34)
#39301F
(57,48,31)
#332B1C
(51,43,28)
#2D2619
(45,38,25)
#272116
(39,33,22)
#211C13
(33,28,19)
#1B1710
(27,23,16)
#15120D
(21,18,13)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B3F28

#4B3F28
(75,63,40)
#5B503B
(91,80,59)
#6B614E
(107,97,78)
#7B7261
(123,114,97)
#8B8374
(139,131,116)
#9B9487
(155,148,135)
#ABA59A
(171,165,154)
#BBB6AD
(187,182,173)
#CBC7C0
(203,199,192)
#DBD8D3
(219,216,211)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3F28 color. Also use rgb(75,63,40) instead hex code.

Text Font Color

.myTextColor { color: #4B3F28; }

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

This text font color is #4B3F28.

Background Color

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

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

This div background color is #4B3F28.

Border color

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

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

This div border color is #4B3F28.

Opacity

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

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

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

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

This text has shadow with #4B3F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3F28.

Preview

Color preview on black background

This text has color #4B3F28 on black background.


Color preview on white background

This text has color #4B3F28 on white background.


Black color preview on #4B3F28 background

This text has black color on #4B3F28 background.


White color preview on #4B3F28 background

This text has white color on #4B3F28 background.


Related colors

Complementary color

Complementary color for #hex is #B4C0D7.


I love getcolorcode.com

Triadic colors

1 #284B3F and #3F284B with #4B3F28 are triadic colors.

2 #283F4B and #3F4B28 with #4B3F28 are triadic colors.