COLOR #75344D

HEX: #75344D
RGB: (117,52,77)

Color info

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

RGB color model

#75344D color RGB value is (117,52,77).

  • red value is 117;
  • green value is 52;
  • blue value is 77.
RGB:
(117,52,77)
(46%,20%,30%)

RGB channels and saturation

R 117 of 255 = 46%
G 52 of 255 = 20%
B 77 of 255 = 30%

117
52
77

R + G + B ~ 32%. #75344D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 52 + 77 = 246 (100%)
R 117 of 246 ~ 47.56%
G 52 of 246 ~ 21.14%
B 77 of 246 ~ 31.3%

%47.56
%21.14
%31.3

CMYK color model

#75344D color CMYK value is (0,56,34,54).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK:
(0,56,34,54)
C0M56Y34K54 
(0%,56%,34%,54%)
(0.00/0.56/0.34/0.54)	

CMYK percentages

%0
%55.56
%34.19
%54.12

Codes

Color #75344D in popluar color models

75344D
RGB1175277
HSL337°38.46%33.14%
HSB/HSV337°55.56%45.88%
CMYK0.00%55.56%34.19%
54.12%

Color #75344D in popluar number systems.

HEX75344D
Decimal1175277
Binary11101011101001001101
Octal16564115

Shades and tints

Shades of #75344D

#75344D
(117,52,77)
#6B3046
(107,48,70)
#612C3F
(97,44,63)
#572838
(87,40,56)
#4D2431
(77,36,49)
#43202A
(67,32,42)
#391C23
(57,28,35)
#2F181C
(47,24,28)
#251415
(37,20,21)
#1B100E
(27,16,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #75344D

#75344D
(117,52,77)
#81465D
(129,70,93)
#8D586D
(141,88,109)
#996A7D
(153,106,125)
#A57C8D
(165,124,141)
#B18E9D
(177,142,157)
#BDA0AD
(189,160,173)
#C9B2BD
(201,178,189)
#D5C4CD
(213,196,205)
#E1D6DD
(225,214,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75344D color. Also use rgb(117,52,77) instead hex code.

Text Font Color

.myTextColor { color: #75344D; }

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

This text font color is #75344D.


Background Color

.myBgColor { background-color: #75344D; }

<div style="background-color:#75344D">Inner text</div>

This div background color is #75344D.


Border color

.myBorderColor { border: 1px solid #75344D; }

<div style="border:3px solid #75344D">Div</div>

This div border color is #75344D.


Opacity

.myOpacity80 { color: #75344D; opacity: 0.8; }

<p style="color:#75344D;opacity:0.8;">80%</p>

Text with #75344D 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 #75344D;}

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

This text has shadow with #75344D color.

.textShadow {text-shadow: 3px 3px 1px #75344D, 3px 3px 1px red;}

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

This text has shadow with #75344D primary color and red secondary color.


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

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

This text has shadow with #75344D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75344D on black background.


Color preview on white background

This text has color #75344D on white background.



Black color preview on #75344D background

This text has black color on #75344D background.


White color preview on #75344D background

This text has white color on #75344D background.