COLOR #75815A

HEX: #75815A
RGB: (117,129,90)

Color info

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

RGB color model

#75815A color RGB value is (117,129,90).

  • red value is 117;
  • green value is 129;
  • blue value is 90.
RGB:
(117,129,90)
(46%,51%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 90 of 255 = 35%

117
129
90

R + G + B ~ 44%. #75815A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 90 = 336 (100%)
R 117 of 336 ~ 34.82%
G 129 of 336 ~ 38.39%
B 90 of 336 ~ 26.79%

%34.82
%38.39
%26.79

CMYK color model

#75815A color CMYK value is (9,0,30,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 49.41%
CMYK:
(9,0,30,49)
C9M0Y30K49 
(9%,0%,30%,49%)
(0.09/0.00/0.30/0.49)	

CMYK percentages

%9.3
%0
%30.23
%49.41

Codes

Color #75815A in popluar color models

75815A
RGB11712990
HSL78°17.81%42.94%
HSB/HSV78°30.23%50.59%
CMYK9.30%0.00%30.23%
49.41%

Color #75815A in popluar number systems.

HEX75815A
Decimal11712990
Binary1110101100000011011010
Octal165201132

Shades and tints

Shades of #75815A

#75815A
(117,129,90)
#6B7652
(107,118,82)
#616B4A
(97,107,74)
#576042
(87,96,66)
#4D553A
(77,85,58)
#434A32
(67,74,50)
#393F2A
(57,63,42)
#2F3422
(47,52,34)
#25291A
(37,41,26)
#1B1E12
(27,30,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #75815A

#75815A
(117,129,90)
#818C69
(129,140,105)
#8D9778
(141,151,120)
#99A287
(153,162,135)
#A5AD96
(165,173,150)
#B1B8A5
(177,184,165)
#BDC3B4
(189,195,180)
#C9CEC3
(201,206,195)
#D5D9D2
(213,217,210)
#E1E4E1
(225,228,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75815A color. Also use rgb(117,129,90) instead hex code.

Text Font Color

.myTextColor { color: #75815A; }

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

This text font color is #75815A.


Background Color

.myBgColor { background-color: #75815A; }

<div style="background-color:#75815A">Inner text</div>

This div background color is #75815A.


Border color

.myBorderColor { border: 1px solid #75815A; }

<div style="border:3px solid #75815A">Div</div>

This div border color is #75815A.


Opacity

.myOpacity80 { color: #75815A; opacity: 0.8; }

<p style="color:#75815A;opacity:0.8;">80%</p>

Text with #75815A 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 #75815A;}

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

This text has shadow with #75815A color.

.textShadow {text-shadow: 3px 3px 1px #75815A, 3px 3px 1px red;}

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

This text has shadow with #75815A primary color and red secondary color.


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

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

This text has shadow with #75815A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75815A on black background.


Color preview on white background

This text has color #75815A on white background.



Black color preview on #75815A background

This text has black color on #75815A background.


White color preview on #75815A background

This text has white color on #75815A background.