COLOR #75552D

HEX: #75552D
RGB: (117,85,45)

Color info

#75552D contains mainly red and green colors. Web safe color of #75552D is #666633 (or #663).

RGB color model

#75552D color RGB value is (117,85,45).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 45 of 255 = 18%

117
85
45

R + G + B ~ 32%. #75552D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 45 = 247 (100%)
R 117 of 247 ~ 47.37%
G 85 of 247 ~ 34.41%
B 45 of 247 ~ 18.22%

%47.37
%34.41
%18.22

CMYK color model

#75552D color CMYK value is (0,27,62,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(0,27,62,54)
C0M27Y62K54 
(0%,27%,62%,54%)
(0.00/0.27/0.62/0.54)	

CMYK percentages

%0
%27.35
%61.54
%54.12

Codes

Color #75552D in popluar color models

75552D
RGB1178545
HSL33°44.44%31.76%
HSB/HSV33°61.54%45.88%
CMYK0.00%27.35%61.54%
54.12%

Color #75552D in popluar number systems.

HEX75552D
Decimal1178545
Binary11101011010101101101
Octal16512555

Shades and tints

Shades of #75552D

#75552D
(117,85,45)
#6B4E29
(107,78,41)
#614725
(97,71,37)
#574021
(87,64,33)
#4D391D
(77,57,29)
#433219
(67,50,25)
#392B15
(57,43,21)
#2F2411
(47,36,17)
#251D0D
(37,29,13)
#1B1609
(27,22,9)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #75552D

#75552D
(117,85,45)
#816440
(129,100,64)
#8D7353
(141,115,83)
#998266
(153,130,102)
#A59179
(165,145,121)
#B1A08C
(177,160,140)
#BDAF9F
(189,175,159)
#C9BEB2
(201,190,178)
#D5CDC5
(213,205,197)
#E1DCD8
(225,220,216)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75552D; }

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

This text font color is #75552D.


Background Color

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

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

This div background color is #75552D.


Border color

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

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

This div border color is #75552D.


Opacity

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

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

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

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

This text has shadow with #75552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75552D on black background.


Color preview on white background

This text has color #75552D on white background.



Black color preview on #75552D background

This text has black color on #75552D background.


White color preview on #75552D background

This text has white color on #75552D background.