COLOR #75845C

HEX: #75845C
RGB: (117,132,92)

Color info

#75845C contains red, green and blue colors in about the same proportion. Web safe color of #75845C is #669966 (or #696).

RGB color model

#75845C color RGB value is (117,132,92).

  • red value is 117;
  • green value is 132;
  • blue value is 92.
RGB:
(117,132,92)
(46%,52%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 92 of 255 = 36%

117
132
92

R + G + B ~ 45%. #75845C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 92 = 341 (100%)
R 117 of 341 ~ 34.31%
G 132 of 341 ~ 38.71%
B 92 of 341 ~ 26.98%

%34.31
%38.71
%26.98

CMYK color model

#75845C color CMYK value is (11,0,30,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(11,0,30,48)
C11M0Y30K48 
(11%,0%,30%,48%)
(0.11/0.00/0.30/0.48)	

CMYK percentages

%11.36
%0
%30.3
%48.24

Codes

Color #75845C in popluar color models

75845C
RGB11713292
HSL83°17.86%43.92%
HSB/HSV83°30.30%51.76%
CMYK11.36%0.00%30.30%
48.24%

Color #75845C in popluar number systems.

HEX75845C
Decimal11713292
Binary1110101100001001011100
Octal165204134

Shades and tints

Shades of #75845C

#75845C
(117,132,92)
#6B7854
(107,120,84)
#616C4C
(97,108,76)
#576044
(87,96,68)
#4D543C
(77,84,60)
#434834
(67,72,52)
#393C2C
(57,60,44)
#2F3024
(47,48,36)
#25241C
(37,36,28)
#1B1814
(27,24,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #75845C

#75845C
(117,132,92)
#818F6A
(129,143,106)
#8D9A78
(141,154,120)
#99A586
(153,165,134)
#A5B094
(165,176,148)
#B1BBA2
(177,187,162)
#BDC6B0
(189,198,176)
#C9D1BE
(201,209,190)
#D5DCCC
(213,220,204)
#E1E7DA
(225,231,218)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75845C color. Also use rgb(117,132,92) instead hex code.

Text Font Color

.myTextColor { color: #75845C; }

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

This text font color is #75845C.


Background Color

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

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

This div background color is #75845C.


Border color

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

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

This div border color is #75845C.


Opacity

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

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

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

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

This text has shadow with #75845C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75845C on black background.


Color preview on white background

This text has color #75845C on white background.



Black color preview on #75845C background

This text has black color on #75845C background.


White color preview on #75845C background

This text has white color on #75845C background.