COLOR #75484F

HEX: #75484F
RGB: (117,72,79)

Color info

#75484F contains red, green and blue colors in about the same proportion. Web safe color of #75484F is #663366 (or #636).

RGB color model

#75484F color RGB value is (117,72,79).

  • red value is 117;
  • green value is 72;
  • blue value is 79.
RGB:
(117,72,79)
(46%,28%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 79 of 255 = 31%

117
72
79

R + G + B ~ 35%. #75484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 79 = 268 (100%)
R 117 of 268 ~ 43.66%
G 72 of 268 ~ 26.87%
B 79 of 268 ~ 29.48%

%43.66
%26.87
%29.48

CMYK color model

#75484F color CMYK value is (0,38,32,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(0,38,32,54)
C0M38Y32K54 
(0%,38%,32%,54%)
(0.00/0.38/0.32/0.54)	

CMYK percentages

%0
%38.46
%32.48
%54.12

Codes

Color #75484F in popluar color models

75484F
RGB1177279
HSL351°23.81%37.06%
HSB/HSV351°38.46%45.88%
CMYK0.00%38.46%32.48%
54.12%

Color #75484F in popluar number systems.

HEX75484F
Decimal1177279
Binary111010110010001001111
Octal165110117

Shades and tints

Shades of #75484F

#75484F
(117,72,79)
#6B4248
(107,66,72)
#613C41
(97,60,65)
#57363A
(87,54,58)
#4D3033
(77,48,51)
#432A2C
(67,42,44)
#392425
(57,36,37)
#2F1E1E
(47,30,30)
#251817
(37,24,23)
#1B1210
(27,18,16)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #75484F

#75484F
(117,72,79)
#81585F
(129,88,95)
#8D686F
(141,104,111)
#99787F
(153,120,127)
#A5888F
(165,136,143)
#B1989F
(177,152,159)
#BDA8AF
(189,168,175)
#C9B8BF
(201,184,191)
#D5C8CF
(213,200,207)
#E1D8DF
(225,216,223)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75484F color. Also use rgb(117,72,79) instead hex code.

Text Font Color

.myTextColor { color: #75484F; }

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

This text font color is #75484F.


Background Color

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

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

This div background color is #75484F.


Border color

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

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

This div border color is #75484F.


Opacity

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

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

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

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

This text has shadow with #75484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75484F on black background.


Color preview on white background

This text has color #75484F on white background.



Black color preview on #75484F background

This text has black color on #75484F background.


White color preview on #75484F background

This text has white color on #75484F background.