COLOR #75492D

HEX: #75492D
RGB: (117,73,45)

Color info

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

RGB color model

#75492D color RGB value is (117,73,45).

  • red value is 117;
  • green value is 73;
  • blue value is 45.
RGB:
(117,73,45)
(46%,29%,18%)

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 45 of 255 = 18%

117
73
45

R + G + B ~ 31%. #75492D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 45 = 235 (100%)
R 117 of 235 ~ 49.79%
G 73 of 235 ~ 31.06%
B 45 of 235 ~ 19.15%

%49.79
%31.06
%19.15

CMYK color model

#75492D color CMYK value is (0,38,62,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(0,38,62,54)
C0M38Y62K54 
(0%,38%,62%,54%)
(0.00/0.38/0.62/0.54)	

CMYK percentages

%0
%37.61
%61.54
%54.12

Codes

Color #75492D in popluar color models

75492D
RGB1177345
HSL23°44.44%31.76%
HSB/HSV23°61.54%45.88%
CMYK0.00%37.61%61.54%
54.12%

Color #75492D in popluar number systems.

HEX75492D
Decimal1177345
Binary11101011001001101101
Octal16511155

Shades and tints

Shades of #75492D

#75492D
(117,73,45)
#6B4329
(107,67,41)
#613D25
(97,61,37)
#573721
(87,55,33)
#4D311D
(77,49,29)
#432B19
(67,43,25)
#392515
(57,37,21)
#2F1F11
(47,31,17)
#25190D
(37,25,13)
#1B1309
(27,19,9)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #75492D

#75492D
(117,73,45)
#815940
(129,89,64)
#8D6953
(141,105,83)
#997966
(153,121,102)
#A58979
(165,137,121)
#B1998C
(177,153,140)
#BDA99F
(189,169,159)
#C9B9B2
(201,185,178)
#D5C9C5
(213,201,197)
#E1D9D8
(225,217,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75492D color. Also use rgb(117,73,45) instead hex code.

Text Font Color

.myTextColor { color: #75492D; }

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

This text font color is #75492D.


Background Color

.myBgColor { background-color: #75492D; }

<div style="background-color:#75492D">Inner text</div>

This div background color is #75492D.


Border color

.myBorderColor { border: 1px solid #75492D; }

<div style="border:3px solid #75492D">Div</div>

This div border color is #75492D.


Opacity

.myOpacity80 { color: #75492D; opacity: 0.8; }

<p style="color:#75492D;opacity:0.8;">80%</p>

Text with #75492D 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 #75492D;}

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

This text has shadow with #75492D color.

.textShadow {text-shadow: 3px 3px 1px #75492D, 3px 3px 1px red;}

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

This text has shadow with #75492D primary color and red secondary color.


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

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

This text has shadow with #75492D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75492D on black background.


Color preview on white background

This text has color #75492D on white background.



Black color preview on #75492D background

This text has black color on #75492D background.


White color preview on #75492D background

This text has white color on #75492D background.