COLOR #4B3F3A

HEX: #4B3F3A
RGB: (75,63,58)

Color info

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

RGB color model

#4B3F3A color RGB value is (75,63,58).

  • red value is 75;
  • green value is 63;
  • blue value is 58.
RGB:
(75,63,58)
(29%,25%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 58 of 255 = 23%

75
63
58

R + G + B ~ 26%. #4B3F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 63 + 58 = 196 (100%)
R 75 of 196 ~ 38.27%
G 63 of 196 ~ 32.14%
B 58 of 196 ~ 29.59%

%38.27
%32.14
%29.59

CMYK color model

#4B3F3A color CMYK value is (0,16,23,71).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,16,23,71)
C0M16Y23K71 
(0%,16%,23%,71%)
(0.00/0.16/0.23/0.71)	

CMYK percentages

%0
%16
%22.67
%70.59

Codes

Color #4B3F3A in popluar color models

4B3F3A
RGB756358
HSL18°12.78%26.08%
HSB/HSV18°22.67%29.41%
CMYK0.00%16.00%22.67%
70.59%

Color #4B3F3A in popluar number systems.

HEX4B3F3A
Decimal756358
Binary1001011111111111010
Octal1137772

Shades and tints

Shades of #4B3F3A

#4B3F3A
(75,63,58)
#453A35
(69,58,53)
#3F3530
(63,53,48)
#39302B
(57,48,43)
#332B26
(51,43,38)
#2D2621
(45,38,33)
#27211C
(39,33,28)
#211C17
(33,28,23)
#1B1712
(27,23,18)
#15120D
(21,18,13)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #4B3F3A

#4B3F3A
(75,63,58)
#5B504B
(91,80,75)
#6B615C
(107,97,92)
#7B726D
(123,114,109)
#8B837E
(139,131,126)
#9B948F
(155,148,143)
#ABA5A0
(171,165,160)
#BBB6B1
(187,182,177)
#CBC7C2
(203,199,194)
#DBD8D3
(219,216,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3F3A; }

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

This text font color is #4B3F3A.


Background Color

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

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

This div background color is #4B3F3A.


Border color

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

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

This div border color is #4B3F3A.


Opacity

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

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

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

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

This text has shadow with #4B3F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3F3A on black background.


Color preview on white background

This text has color #4B3F3A on white background.



Black color preview on #4B3F3A background

This text has black color on #4B3F3A background.


White color preview on #4B3F3A background

This text has white color on #4B3F3A background.