COLOR #75323C

HEX: #75323C RGB: (117,50,60)

Color info

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

RGB color model

#75323C color RGB value is (117,50,60).

RGB: (117,50,60) (46%, 20%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 50 of 255 = 20%
B 60 of 255 = 24%

117
50
60

R + G + B ~ 30%. #75323C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 50 + 60 = 227 (100%)
R 117 of 227 ~ 51.54%
G 50 of 227 ~ 22.03%
B 60 of 227 ~ 26.43'%

%51.54
%22.03
%26.43

CMYK color model

#75323C color CMYK value is (0,57,49,54).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 48.72%
  • key color value is 54.12%

CMYK: (0,57,49,54)
C0M57Y49K54 (0%, 57%, 49%, 54%)
(0.00 / 0.57 / 0.49 / 0.54)

CMYK percentages

%0
%57.26
%48.72
%54.12

Codes

Color #75323C in popluar color models

75 32 3C
RGB 117 50 60
HSL 351° 40.12% 32.75%
HSB/HSV 351° 57.26% 45.88%
CMYK 0.00% 57.26% 48.72%
54.12%

Color #75323C in popluar number systems.

HEX 75 32 3C
Decimal 117 50 60
Binary 1110101 110010 111100
Octal 165 62 74

Shades and tints

Shades of #75323C

#75323C
(117,50,60)
#6B2E37
(107,46,55)
#612A32
(97,42,50)
#57262D
(87,38,45)
#4D2228
(77,34,40)
#431E23
(67,30,35)
#391A1E
(57,26,30)
#2F1619
(47,22,25)
#251214
(37,18,20)
#1B0E0F
(27,14,15)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #75323C

#75323C
(117,50,60)
#81444D
(129,68,77)
#8D565E
(141,86,94)
#99686F
(153,104,111)
#A57A80
(165,122,128)
#B18C91
(177,140,145)
#BD9EA2
(189,158,162)
#C9B0B3
(201,176,179)
#D5C2C4
(213,194,196)
#E1D4D5
(225,212,213)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75323C color. Also use rgb(117,50,60) instead hex code.

Text Font Color

.myTextColor { color: #75323C; }

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

This text font color is #75323C.

Background Color

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

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

This div background color is #75323C.

Border color

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

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

This div border color is #75323C.

Opacity

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

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

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

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

This text has shadow with #75323C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75323C.

Preview

Color preview on black background

This text has color #75323C on black background.


Color preview on white background

This text has color #75323C on white background.


Black color preview on #75323C background

This text has black color on #75323C background.


White color preview on #75323C background

This text has white color on #75323C background.


Related colors

Complementary color

Complementary color for #hex is #8ACDC3.


I love getcolorcode.com

Triadic colors

1 #3C7532 and #323C75 with #75323C are triadic colors.

2 #3C3275 and #32753C with #75323C are triadic colors.