COLOR #75544B

HEX: #75544B
RGB: (117,84,75)

Color info

#75544B contains red, green and blue colors in about the same proportion. Web safe color of #75544B is #666633 (or #663).

RGB color model

#75544B color RGB value is (117,84,75).

  • red value is 117;
  • green value is 84;
  • blue value is 75.
RGB:
(117,84,75)
(46%,33%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 75 of 255 = 29%

117
84
75

R + G + B ~ 36%. #75544B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 75 = 276 (100%)
R 117 of 276 ~ 42.39%
G 84 of 276 ~ 30.43%
B 75 of 276 ~ 27.17%

%42.39
%30.43
%27.17

CMYK color model

#75544B color CMYK value is (0,28,36,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,28,36,54)
C0M28Y36K54 
(0%,28%,36%,54%)
(0.00/0.28/0.36/0.54)	

CMYK percentages

%0
%28.21
%35.9
%54.12

Codes

Color #75544B in popluar color models

75544B
RGB1178475
HSL13°21.88%37.65%
HSB/HSV13°35.90%45.88%
CMYK0.00%28.21%35.90%
54.12%

Color #75544B in popluar number systems.

HEX75544B
Decimal1178475
Binary111010110101001001011
Octal165124113

Shades and tints

Shades of #75544B

#75544B
(117,84,75)
#6B4D45
(107,77,69)
#61463F
(97,70,63)
#573F39
(87,63,57)
#4D3833
(77,56,51)
#43312D
(67,49,45)
#392A27
(57,42,39)
#2F2321
(47,35,33)
#251C1B
(37,28,27)
#1B1515
(27,21,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #75544B

#75544B
(117,84,75)
#81635B
(129,99,91)
#8D726B
(141,114,107)
#99817B
(153,129,123)
#A5908B
(165,144,139)
#B19F9B
(177,159,155)
#BDAEAB
(189,174,171)
#C9BDBB
(201,189,187)
#D5CCCB
(213,204,203)
#E1DBDB
(225,219,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75544B color. Also use rgb(117,84,75) instead hex code.

Text Font Color

.myTextColor { color: #75544B; }

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

This text font color is #75544B.


Background Color

.myBgColor { background-color: #75544B; }

<div style="background-color:#75544B">Inner text</div>

This div background color is #75544B.


Border color

.myBorderColor { border: 1px solid #75544B; }

<div style="border:3px solid #75544B">Div</div>

This div border color is #75544B.


Opacity

.myOpacity80 { color: #75544B; opacity: 0.8; }

<p style="color:#75544B;opacity:0.8;">80%</p>

Text with #75544B 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 #75544B;}

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

This text has shadow with #75544B color.

.textShadow {text-shadow: 3px 3px 1px #75544B, 3px 3px 1px red;}

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

This text has shadow with #75544B primary color and red secondary color.


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

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

This text has shadow with #75544B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75544B on black background.


Color preview on white background

This text has color #75544B on white background.



Black color preview on #75544B background

This text has black color on #75544B background.


White color preview on #75544B background

This text has white color on #75544B background.