COLOR #75443C

HEX: #75443C RGB: (117,68,60)

Color info

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

RGB color model

#75443C color RGB value is (117,68,60).

RGB: (117,68,60) (46%, 27%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 60 of 255 = 24%

117
68
60

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

Portions of RGB colors in percentages

R + G + B = 117 + 68 + 60 = 245 (100%)
R 117 of 245 ~ 47.76%
G 68 of 245 ~ 27.76%
B 60 of 245 ~ 24.49'%

%47.76
%27.76
%24.49

CMYK color model

#75443C color CMYK value is (0,42,49,54).

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

CMYK: (0,42,49,54)
C0M42Y49K54 (0%, 42%, 49%, 54%)
(0.00 / 0.42 / 0.49 / 0.54)

CMYK percentages

%0
%41.88
%48.72
%54.12

Codes

Color #75443C in popluar color models

75 44 3C
RGB 117 68 60
HSL 32.20% 34.71%
HSB/HSV 48.72% 45.88%
CMYK 0.00% 41.88% 48.72%
54.12%

Color #75443C in popluar number systems.

HEX 75 44 3C
Decimal 117 68 60
Binary 1110101 1000100 111100
Octal 165 104 74

Shades and tints

Shades of #75443C

#75443C
(117,68,60)
#6B3E37
(107,62,55)
#613832
(97,56,50)
#57322D
(87,50,45)
#4D2C28
(77,44,40)
#432623
(67,38,35)
#39201E
(57,32,30)
#2F1A19
(47,26,25)
#251414
(37,20,20)
#1B0E0F
(27,14,15)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #75443C

#75443C
(117,68,60)
#81554D
(129,85,77)
#8D665E
(141,102,94)
#99776F
(153,119,111)
#A58880
(165,136,128)
#B19991
(177,153,145)
#BDAAA2
(189,170,162)
#C9BBB3
(201,187,179)
#D5CCC4
(213,204,196)
#E1DDD5
(225,221,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75443C; }

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

This text font color is #75443C.

Background Color

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

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

This div background color is #75443C.

Border color

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

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

This div border color is #75443C.

Opacity

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

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

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

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

This text has shadow with #75443C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75443C.

Preview

Color preview on black background

This text has color #75443C on black background.


Color preview on white background

This text has color #75443C on white background.


Black color preview on #75443C background

This text has black color on #75443C background.


White color preview on #75443C background

This text has white color on #75443C background.


Related colors

Complementary color

Complementary color for #hex is #8ABBC3.


I love getcolorcode.com

Triadic colors

1 #3C7544 and #443C75 with #75443C are triadic colors.

2 #3C4475 and #44753C with #75443C are triadic colors.