COLOR #75553C

HEX: #75553C
RGB: (117,85,60)

Color info

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

RGB color model

#75553C color RGB value is (117,85,60).

  • red value is 117;
  • green value is 85;
  • blue value is 60.
RGB:
(117,85,60)
(46%,33%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 60 of 255 = 24%

117
85
60

R + G + B ~ 34%. #75553C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 60 = 262 (100%)
R 117 of 262 ~ 44.66%
G 85 of 262 ~ 32.44%
B 60 of 262 ~ 22.9%

%44.66
%32.44
%22.9

CMYK color model

#75553C color CMYK value is (0,27,49,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 48.72%
  • key color value is 54.12%
CMYK:
(0,27,49,54)
C0M27Y49K54 
(0%,27%,49%,54%)
(0.00/0.27/0.49/0.54)	

CMYK percentages

%0
%27.35
%48.72
%54.12

Codes

Color #75553C in popluar color models

75553C
RGB1178560
HSL26°32.20%34.71%
HSB/HSV26°48.72%45.88%
CMYK0.00%27.35%48.72%
54.12%

Color #75553C in popluar number systems.

HEX75553C
Decimal1178560
Binary11101011010101111100
Octal16512574

Shades and tints

Shades of #75553C

#75553C
(117,85,60)
#6B4E37
(107,78,55)
#614732
(97,71,50)
#57402D
(87,64,45)
#4D3928
(77,57,40)
#433223
(67,50,35)
#392B1E
(57,43,30)
#2F2419
(47,36,25)
#251D14
(37,29,20)
#1B160F
(27,22,15)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #75553C

#75553C
(117,85,60)
#81644D
(129,100,77)
#8D735E
(141,115,94)
#99826F
(153,130,111)
#A59180
(165,145,128)
#B1A091
(177,160,145)
#BDAFA2
(189,175,162)
#C9BEB3
(201,190,179)
#D5CDC4
(213,205,196)
#E1DCD5
(225,220,213)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75553C; }

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

This text font color is #75553C.


Background Color

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

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

This div background color is #75553C.


Border color

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

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

This div border color is #75553C.


Opacity

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

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

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

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

This text has shadow with #75553C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75553C on black background.


Color preview on white background

This text has color #75553C on white background.



Black color preview on #75553C background

This text has black color on #75553C background.


White color preview on #75553C background

This text has white color on #75553C background.