COLOR #75604B

HEX: #75604B
RGB: (117,96,75)

Color info

#75604B contains red, green and blue colors in about the same proportion. Web safe color of #75604B is #666633 (or #663).

RGB color model

#75604B color RGB value is (117,96,75).

  • red value is 117;
  • green value is 96;
  • blue value is 75.
RGB:
(117,96,75)
(46%,38%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 75 of 255 = 29%

117
96
75

R + G + B ~ 38%. #75604B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 75 = 288 (100%)
R 117 of 288 ~ 40.63%
G 96 of 288 ~ 33.33%
B 75 of 288 ~ 26.04%

%40.63
%33.33
%26.04

CMYK color model

#75604B color CMYK value is (0,18,36,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,18,36,54)
C0M18Y36K54 
(0%,18%,36%,54%)
(0.00/0.18/0.36/0.54)	

CMYK percentages

%0
%17.95
%35.9
%54.12

Codes

Color #75604B in popluar color models

75604B
RGB1179675
HSL30°21.88%37.65%
HSB/HSV30°35.90%45.88%
CMYK0.00%17.95%35.90%
54.12%

Color #75604B in popluar number systems.

HEX75604B
Decimal1179675
Binary111010111000001001011
Octal165140113

Shades and tints

Shades of #75604B

#75604B
(117,96,75)
#6B5845
(107,88,69)
#61503F
(97,80,63)
#574839
(87,72,57)
#4D4033
(77,64,51)
#43382D
(67,56,45)
#393027
(57,48,39)
#2F2821
(47,40,33)
#25201B
(37,32,27)
#1B1815
(27,24,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #75604B

#75604B
(117,96,75)
#816E5B
(129,110,91)
#8D7C6B
(141,124,107)
#998A7B
(153,138,123)
#A5988B
(165,152,139)
#B1A69B
(177,166,155)
#BDB4AB
(189,180,171)
#C9C2BB
(201,194,187)
#D5D0CB
(213,208,203)
#E1DEDB
(225,222,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75604B color. Also use rgb(117,96,75) instead hex code.

Text Font Color

.myTextColor { color: #75604B; }

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

This text font color is #75604B.


Background Color

.myBgColor { background-color: #75604B; }

<div style="background-color:#75604B">Inner text</div>

This div background color is #75604B.


Border color

.myBorderColor { border: 1px solid #75604B; }

<div style="border:3px solid #75604B">Div</div>

This div border color is #75604B.


Opacity

.myOpacity80 { color: #75604B; opacity: 0.8; }

<p style="color:#75604B;opacity:0.8;">80%</p>

Text with #75604B 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 #75604B;}

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

This text has shadow with #75604B color.

.textShadow {text-shadow: 3px 3px 1px #75604B, 3px 3px 1px red;}

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

This text has shadow with #75604B primary color and red secondary color.


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

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

This text has shadow with #75604B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75604B on black background.


Color preview on white background

This text has color #75604B on white background.



Black color preview on #75604B background

This text has black color on #75604B background.


White color preview on #75604B background

This text has white color on #75604B background.