COLOR #75584C

HEX: #75584C
RGB: (117,88,76)

Color info

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

RGB color model

#75584C color RGB value is (117,88,76).

  • red value is 117;
  • green value is 88;
  • blue value is 76.
RGB:
(117,88,76)
(46%,35%,30%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 76 of 255 = 30%

117
88
76

R + G + B ~ 37%. #75584C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 76 = 281 (100%)
R 117 of 281 ~ 41.64%
G 88 of 281 ~ 31.32%
B 76 of 281 ~ 27.05%

%41.64
%31.32
%27.05

CMYK color model

#75584C color CMYK value is (0,25,35,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(0,25,35,54)
C0M25Y35K54 
(0%,25%,35%,54%)
(0.00/0.25/0.35/0.54)	

CMYK percentages

%0
%24.79
%35.04
%54.12

Codes

Color #75584C in popluar color models

75584C
RGB1178876
HSL18°21.24%37.84%
HSB/HSV18°35.04%45.88%
CMYK0.00%24.79%35.04%
54.12%

Color #75584C in popluar number systems.

HEX75584C
Decimal1178876
Binary111010110110001001100
Octal165130114

Shades and tints

Shades of #75584C

#75584C
(117,88,76)
#6B5046
(107,80,70)
#614840
(97,72,64)
#57403A
(87,64,58)
#4D3834
(77,56,52)
#43302E
(67,48,46)
#392828
(57,40,40)
#2F2022
(47,32,34)
#25181C
(37,24,28)
#1B1016
(27,16,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #75584C

#75584C
(117,88,76)
#81675C
(129,103,92)
#8D766C
(141,118,108)
#99857C
(153,133,124)
#A5948C
(165,148,140)
#B1A39C
(177,163,156)
#BDB2AC
(189,178,172)
#C9C1BC
(201,193,188)
#D5D0CC
(213,208,204)
#E1DFDC
(225,223,220)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75584C color. Also use rgb(117,88,76) instead hex code.

Text Font Color

.myTextColor { color: #75584C; }

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

This text font color is #75584C.


Background Color

.myBgColor { background-color: #75584C; }

<div style="background-color:#75584C">Inner text</div>

This div background color is #75584C.


Border color

.myBorderColor { border: 1px solid #75584C; }

<div style="border:3px solid #75584C">Div</div>

This div border color is #75584C.


Opacity

.myOpacity80 { color: #75584C; opacity: 0.8; }

<p style="color:#75584C;opacity:0.8;">80%</p>

Text with #75584C 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 #75584C;}

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

This text has shadow with #75584C color.

.textShadow {text-shadow: 3px 3px 1px #75584C, 3px 3px 1px red;}

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

This text has shadow with #75584C primary color and red secondary color.


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

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

This text has shadow with #75584C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75584C on black background.


Color preview on white background

This text has color #75584C on white background.



Black color preview on #75584C background

This text has black color on #75584C background.


White color preview on #75584C background

This text has white color on #75584C background.