COLOR #75492A

HEX: #75492A
RGB: (117,73,42)

Color info

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

RGB color model

#75492A color RGB value is (117,73,42).

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

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 42 of 255 = 16%

117
73
42

R + G + B ~ 30%. #75492A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 42 = 232 (100%)
R 117 of 232 ~ 50.43%
G 73 of 232 ~ 31.47%
B 42 of 232 ~ 18.1%

%50.43
%31.47
%18.1

CMYK color model

#75492A color CMYK value is (0,38,64,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(0,38,64,54)
C0M38Y64K54 
(0%,38%,64%,54%)
(0.00/0.38/0.64/0.54)	

CMYK percentages

%0
%37.61
%64.1
%54.12

Codes

Color #75492A in popluar color models

75492A
RGB1177342
HSL25°47.17%31.18%
HSB/HSV25°64.10%45.88%
CMYK0.00%37.61%64.10%
54.12%

Color #75492A in popluar number systems.

HEX75492A
Decimal1177342
Binary11101011001001101010
Octal16511152

Shades and tints

Shades of #75492A

#75492A
(117,73,42)
#6B4327
(107,67,39)
#613D24
(97,61,36)
#573721
(87,55,33)
#4D311E
(77,49,30)
#432B1B
(67,43,27)
#392518
(57,37,24)
#2F1F15
(47,31,21)
#251912
(37,25,18)
#1B130F
(27,19,15)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #75492A

#75492A
(117,73,42)
#81593D
(129,89,61)
#8D6950
(141,105,80)
#997963
(153,121,99)
#A58976
(165,137,118)
#B19989
(177,153,137)
#BDA99C
(189,169,156)
#C9B9AF
(201,185,175)
#D5C9C2
(213,201,194)
#E1D9D5
(225,217,213)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75492A; }

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

This text font color is #75492A.


Background Color

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

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

This div background color is #75492A.


Border color

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

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

This div border color is #75492A.


Opacity

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

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

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

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

This text has shadow with #75492A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75492A on black background.


Color preview on white background

This text has color #75492A on white background.



Black color preview on #75492A background

This text has black color on #75492A background.


White color preview on #75492A background

This text has white color on #75492A background.