COLOR #75352D

HEX: #75352D RGB: (117,53,45)

Color info

#75352D contains mainly red color. Web safe color of #75352D is #663333 (or #633).

RGB color model

#75352D color RGB value is (117,53,45).

RGB: (117,53,45) (46%, 21%, 18%)

RGB channels and saturation

R 117 of 255 = 46%
G 53 of 255 = 21%
B 45 of 255 = 18%

117
53
45

R + G + B ~ 28%. #75352D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 53 + 45 = 215 (100%)
R 117 of 215 ~ 54.42%
G 53 of 215 ~ 24.65%
B 45 of 215 ~ 20.93'%

%54.42
%24.65
%20.93

CMYK color model

#75352D color CMYK value is (0,55,62,54).

  • cyan value is 0.00%
  • magenta value is 54.70%
  • yellow value is 61.54%
  • key color value is 54.12%

CMYK: (0,55,62,54)
C0M55Y62K54 (0%, 55%, 62%, 54%)
(0.00 / 0.55 / 0.62 / 0.54)

CMYK percentages

%0
%54.7
%61.54
%54.12

Codes

Color #75352D in popluar color models

75 35 2D
RGB 117 53 45
HSL 44.44% 31.76%
HSB/HSV 61.54% 45.88%
CMYK 0.00% 54.70% 61.54%
54.12%

Color #75352D in popluar number systems.

HEX 75 35 2D
Decimal 117 53 45
Binary 1110101 110101 101101
Octal 165 65 55

Shades and tints

Shades of #75352D

#75352D
(117,53,45)
#6B3129
(107,49,41)
#612D25
(97,45,37)
#572921
(87,41,33)
#4D251D
(77,37,29)
#432119
(67,33,25)
#391D15
(57,29,21)
#2F1911
(47,25,17)
#25150D
(37,21,13)
#1B1109
(27,17,9)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #75352D

#75352D
(117,53,45)
#814740
(129,71,64)
#8D5953
(141,89,83)
#996B66
(153,107,102)
#A57D79
(165,125,121)
#B18F8C
(177,143,140)
#BDA19F
(189,161,159)
#C9B3B2
(201,179,178)
#D5C5C5
(213,197,197)
#E1D7D8
(225,215,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75352D color. Also use rgb(117,53,45) instead hex code.

Text Font Color

.myTextColor { color: #75352D; }

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

This text font color is #75352D.

Background Color

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

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

This div background color is #75352D.

Border color

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

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

This div border color is #75352D.

Opacity

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

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

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

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

This text has shadow with #75352D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75352D.

Preview

Color preview on black background

This text has color #75352D on black background.


Color preview on white background

This text has color #75352D on white background.


Black color preview on #75352D background

This text has black color on #75352D background.


White color preview on #75352D background

This text has white color on #75352D background.


Related colors

Complementary color

Complementary color for #hex is #8ACAD2.


I love getcolorcode.com

Triadic colors

1 #2D7535 and #352D75 with #75352D are triadic colors.

2 #2D3575 and #35752D with #75352D are triadic colors.