COLOR #75354C

HEX: #75354C
RGB: (117,53,76)

Color info

#75354C contains mainly red and blue colors. Web safe color of #75354C is #663333 (or #633).

RGB color model

#75354C color RGB value is (117,53,76).

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

RGB channels and saturation

R 117 of 255 = 46%
G 53 of 255 = 21%
B 76 of 255 = 30%

117
53
76

R + G + B ~ 32%. #75354C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 53 + 76 = 246 (100%)
R 117 of 246 ~ 47.56%
G 53 of 246 ~ 21.54%
B 76 of 246 ~ 30.89%

%47.56
%21.54
%30.89

CMYK color model

#75354C color CMYK value is (0,55,35,54).

  • cyan value is 0.00%
  • magenta value is 54.70%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK: (0,55,35,54) C0M55Y35K54 (0%,55%,35%,54%) (0.00/0.55/0.35/0.54)

CMYK percentages

%0
%54.7
%35.04
%54.12

Codes

Color #75354C in popluar color models

75354C
RGB1175376
HSL338°37.65%33.33%
HSB/HSV338°54.70%45.88%
CMYK0.00%54.70%35.04%
54.12%

Color #75354C in popluar number systems.

HEX75354C
Decimal1175376
Binary11101011101011001100
Octal16565114

Shades and tints

Shades of #75354C

#75354C
(117,53,76)
#6B3146
(107,49,70)
#612D40
(97,45,64)
#57293A
(87,41,58)
#4D2534
(77,37,52)
#43212E
(67,33,46)
#391D28
(57,29,40)
#2F1922
(47,25,34)
#25151C
(37,21,28)
#1B1116
(27,17,22)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #75354C

#75354C
(117,53,76)
#81475C
(129,71,92)
#8D596C
(141,89,108)
#996B7C
(153,107,124)
#A57D8C
(165,125,140)
#B18F9C
(177,143,156)
#BDA1AC
(189,161,172)
#C9B3BC
(201,179,188)
#D5C5CC
(213,197,204)
#E1D7DC
(225,215,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75354C; }

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

This text font color is #75354C.


Background Color

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

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

This div background color is #75354C.


Border color

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

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

This div border color is #75354C.


Opacity

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

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

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

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

This text has shadow with #75354C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75354C on black background.


Color preview on white background

This text has color #75354C on white background.



Black color preview on #75354C background

This text has black color on #75354C background.


White color preview on #75354C background

This text has white color on #75354C background.