COLOR #4B442F

HEX: #4B442F
RGB: (75,68,47)

Color info

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

RGB color model

#4B442F color RGB value is (75,68,47).

  • red value is 75;
  • green value is 68;
  • blue value is 47.
RGB:
(75,68,47)
(29%,27%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 47 of 255 = 18%

75
68
47

R + G + B ~ 25%. #4B442F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 47 = 190 (100%)
R 75 of 190 ~ 39.47%
G 68 of 190 ~ 35.79%
B 47 of 190 ~ 24.74%

%39.47
%35.79
%24.74

CMYK color model

#4B442F color CMYK value is (0,9,37,71).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(0,9,37,71)
C0M9Y37K71 
(0%,9%,37%,71%)
(0.00/0.09/0.37/0.71)	

CMYK percentages

%0
%9.33
%37.33
%70.59

Codes

Color #4B442F in popluar color models

4B442F
RGB756847
HSL45°22.95%23.92%
HSB/HSV45°37.33%29.41%
CMYK0.00%9.33%37.33%
70.59%

Color #4B442F in popluar number systems.

HEX4B442F
Decimal756847
Binary10010111000100101111
Octal11310457

Shades and tints

Shades of #4B442F

#4B442F
(75,68,47)
#453E2B
(69,62,43)
#3F3827
(63,56,39)
#393223
(57,50,35)
#332C1F
(51,44,31)
#2D261B
(45,38,27)
#272017
(39,32,23)
#211A13
(33,26,19)
#1B140F
(27,20,15)
#150E0B
(21,14,11)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #4B442F

#4B442F
(75,68,47)
#5B5541
(91,85,65)
#6B6653
(107,102,83)
#7B7765
(123,119,101)
#8B8877
(139,136,119)
#9B9989
(155,153,137)
#ABAA9B
(171,170,155)
#BBBBAD
(187,187,173)
#CBCCBF
(203,204,191)
#DBDDD1
(219,221,209)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B442F color. Also use rgb(75,68,47) instead hex code.

Text Font Color

.myTextColor { color: #4B442F; }

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

This text font color is #4B442F.


Background Color

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

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

This div background color is #4B442F.


Border color

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

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

This div border color is #4B442F.


Opacity

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

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

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

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

This text has shadow with #4B442F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B442F on black background.


Color preview on white background

This text has color #4B442F on white background.



Black color preview on #4B442F background

This text has black color on #4B442F background.


White color preview on #4B442F background

This text has white color on #4B442F background.