COLOR #75454C

HEX: #75454C
RGB: (117,69,76)

Color info

#75454C contains red, green and blue colors in about the same proportion. Web safe color of #75454C is #663333 (or #633).

RGB color model

#75454C color RGB value is (117,69,76).

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

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 76 of 255 = 30%

117
69
76

R + G + B ~ 34%. #75454C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 76 = 262 (100%)
R 117 of 262 ~ 44.66%
G 69 of 262 ~ 26.34%
B 76 of 262 ~ 29.01%

%44.66
%26.34
%29.01

CMYK color model

#75454C color CMYK value is (0,41,35,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(0,41,35,54)
C0M41Y35K54 
(0%,41%,35%,54%)
(0.00/0.41/0.35/0.54)	

CMYK percentages

%0
%41.03
%35.04
%54.12

Codes

Color #75454C in popluar color models

75454C
RGB1176976
HSL351°25.81%36.47%
HSB/HSV351°41.03%45.88%
CMYK0.00%41.03%35.04%
54.12%

Color #75454C in popluar number systems.

HEX75454C
Decimal1176976
Binary111010110001011001100
Octal165105114

Shades and tints

Shades of #75454C

#75454C
(117,69,76)
#6B3F46
(107,63,70)
#613940
(97,57,64)
#57333A
(87,51,58)
#4D2D34
(77,45,52)
#43272E
(67,39,46)
#392128
(57,33,40)
#2F1B22
(47,27,34)
#25151C
(37,21,28)
#1B0F16
(27,15,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #75454C

#75454C
(117,69,76)
#81555C
(129,85,92)
#8D656C
(141,101,108)
#99757C
(153,117,124)
#A5858C
(165,133,140)
#B1959C
(177,149,156)
#BDA5AC
(189,165,172)
#C9B5BC
(201,181,188)
#D5C5CC
(213,197,204)
#E1D5DC
(225,213,220)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75454C; }

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

This text font color is #75454C.


Background Color

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

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

This div background color is #75454C.


Border color

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

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

This div border color is #75454C.


Opacity

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

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

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

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

This text has shadow with #75454C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75454C on black background.


Color preview on white background

This text has color #75454C on white background.



Black color preview on #75454C background

This text has black color on #75454C background.


White color preview on #75454C background

This text has white color on #75454C background.