COLOR #75472F

HEX: #75472F
RGB: (117,71,47)

Color info

#75472F contains mainly red and green colors. Web safe color of #75472F is #663333 (or #633).

RGB color model

#75472F color RGB value is (117,71,47).

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

RGB channels and saturation

R 117 of 255 = 46%
G 71 of 255 = 28%
B 47 of 255 = 18%

117
71
47

R + G + B ~ 31%. #75472F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 71 + 47 = 235 (100%)
R 117 of 235 ~ 49.79%
G 71 of 235 ~ 30.21%
B 47 of 235 ~ 20%

%49.79
%30.21
%20

CMYK color model

#75472F color CMYK value is (0,39,60,54).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 59.83%
  • key color value is 54.12%
CMYK:
(0,39,60,54)
C0M39Y60K54 
(0%,39%,60%,54%)
(0.00/0.39/0.60/0.54)	

CMYK percentages

%0
%39.32
%59.83
%54.12

Codes

Color #75472F in popluar color models

75472F
RGB1177147
HSL21°42.68%32.16%
HSB/HSV21°59.83%45.88%
CMYK0.00%39.32%59.83%
54.12%

Color #75472F in popluar number systems.

HEX75472F
Decimal1177147
Binary11101011000111101111
Octal16510757

Shades and tints

Shades of #75472F

#75472F
(117,71,47)
#6B412B
(107,65,43)
#613B27
(97,59,39)
#573523
(87,53,35)
#4D2F1F
(77,47,31)
#43291B
(67,41,27)
#392317
(57,35,23)
#2F1D13
(47,29,19)
#25170F
(37,23,15)
#1B110B
(27,17,11)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #75472F

#75472F
(117,71,47)
#815741
(129,87,65)
#8D6753
(141,103,83)
#997765
(153,119,101)
#A58777
(165,135,119)
#B19789
(177,151,137)
#BDA79B
(189,167,155)
#C9B7AD
(201,183,173)
#D5C7BF
(213,199,191)
#E1D7D1
(225,215,209)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75472F color. Also use rgb(117,71,47) instead hex code.

Text Font Color

.myTextColor { color: #75472F; }

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

This text font color is #75472F.


Background Color

.myBgColor { background-color: #75472F; }

<div style="background-color:#75472F">Inner text</div>

This div background color is #75472F.


Border color

.myBorderColor { border: 1px solid #75472F; }

<div style="border:3px solid #75472F">Div</div>

This div border color is #75472F.


Opacity

.myOpacity80 { color: #75472F; opacity: 0.8; }

<p style="color:#75472F;opacity:0.8;">80%</p>

Text with #75472F 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 #75472F;}

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

This text has shadow with #75472F color.

.textShadow {text-shadow: 3px 3px 1px #75472F, 3px 3px 1px red;}

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

This text has shadow with #75472F primary color and red secondary color.


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

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

This text has shadow with #75472F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75472F on black background.


Color preview on white background

This text has color #75472F on white background.



Black color preview on #75472F background

This text has black color on #75472F background.


White color preview on #75472F background

This text has white color on #75472F background.