COLOR #4B472F

HEX: #4B472F
RGB: (75,71,47)

Color info

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

RGB color model

#4B472F color RGB value is (75,71,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 47 of 255 = 18%

75
71
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 71 + 47 = 193 (100%)
R 75 of 193 ~ 38.86%
G 71 of 193 ~ 36.79%
B 47 of 193 ~ 24.35%

%38.86
%36.79
%24.35

CMYK color model

#4B472F color CMYK value is (0,5,37,71).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(0,5,37,71)
C0M5Y37K71 
(0%,5%,37%,71%)
(0.00/0.05/0.37/0.71)	

CMYK percentages

%0
%5.33
%37.33
%70.59

Codes

Color #4B472F in popluar color models

4B472F
RGB757147
HSL51°22.95%23.92%
HSB/HSV51°37.33%29.41%
CMYK0.00%5.33%37.33%
70.59%

Color #4B472F in popluar number systems.

HEX4B472F
Decimal757147
Binary10010111000111101111
Octal11310757

Shades and tints

Shades of #4B472F

#4B472F
(75,71,47)
#45412B
(69,65,43)
#3F3B27
(63,59,39)
#393523
(57,53,35)
#332F1F
(51,47,31)
#2D291B
(45,41,27)
#272317
(39,35,23)
#211D13
(33,29,19)
#1B170F
(27,23,15)
#15110B
(21,17,11)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B472F

#4B472F
(75,71,47)
#5B5741
(91,87,65)
#6B6753
(107,103,83)
#7B7765
(123,119,101)
#8B8777
(139,135,119)
#9B9789
(155,151,137)
#ABA79B
(171,167,155)
#BBB7AD
(187,183,173)
#CBC7BF
(203,199,191)
#DBD7D1
(219,215,209)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B472F; }

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

This text font color is #4B472F.


Background Color

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

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

This div background color is #4B472F.


Border color

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

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

This div border color is #4B472F.


Opacity

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

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

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

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

This text has shadow with #4B472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B472F on black background.


Color preview on white background

This text has color #4B472F on white background.



Black color preview on #4B472F background

This text has black color on #4B472F background.


White color preview on #4B472F background

This text has white color on #4B472F background.