COLOR #75563D

HEX: #75563D
RGB: (117,86,61)

Color info

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

RGB color model

#75563D color RGB value is (117,86,61).

  • red value is 117;
  • green value is 86;
  • blue value is 61.
RGB:
(117,86,61)
(46%,34%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 61 of 255 = 24%

117
86
61

R + G + B ~ 35%. #75563D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 61 = 264 (100%)
R 117 of 264 ~ 44.32%
G 86 of 264 ~ 32.58%
B 61 of 264 ~ 23.11%

%44.32
%32.58
%23.11

CMYK color model

#75563D color CMYK value is (0,26,48,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(0,26,48,54)
C0M26Y48K54 
(0%,26%,48%,54%)
(0.00/0.26/0.48/0.54)	

CMYK percentages

%0
%26.5
%47.86
%54.12

Codes

Color #75563D in popluar color models

75563D
RGB1178661
HSL27°31.46%34.90%
HSB/HSV27°47.86%45.88%
CMYK0.00%26.50%47.86%
54.12%

Color #75563D in popluar number systems.

HEX75563D
Decimal1178661
Binary11101011010110111101
Octal16512675

Shades and tints

Shades of #75563D

#75563D
(117,86,61)
#6B4F38
(107,79,56)
#614833
(97,72,51)
#57412E
(87,65,46)
#4D3A29
(77,58,41)
#433324
(67,51,36)
#392C1F
(57,44,31)
#2F251A
(47,37,26)
#251E15
(37,30,21)
#1B1710
(27,23,16)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #75563D

#75563D
(117,86,61)
#81654E
(129,101,78)
#8D745F
(141,116,95)
#998370
(153,131,112)
#A59281
(165,146,129)
#B1A192
(177,161,146)
#BDB0A3
(189,176,163)
#C9BFB4
(201,191,180)
#D5CEC5
(213,206,197)
#E1DDD6
(225,221,214)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75563D color. Also use rgb(117,86,61) instead hex code.

Text Font Color

.myTextColor { color: #75563D; }

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

This text font color is #75563D.


Background Color

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

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

This div background color is #75563D.


Border color

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

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

This div border color is #75563D.


Opacity

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

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

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

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

This text has shadow with #75563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75563D on black background.


Color preview on white background

This text has color #75563D on white background.



Black color preview on #75563D background

This text has black color on #75563D background.


White color preview on #75563D background

This text has white color on #75563D background.