COLOR #75625E

HEX: #75625E
RGB: (117,98,94)

Color info

#75625E contains red, green and blue colors in about the same proportion. Web safe color of #75625E is #666666 (or #666).

RGB color model

#75625E color RGB value is (117,98,94).

  • red value is 117;
  • green value is 98;
  • blue value is 94.
RGB:
(117,98,94)
(46%,38%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 94 of 255 = 37%

117
98
94

R + G + B ~ 40%. #75625E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 94 = 309 (100%)
R 117 of 309 ~ 37.86%
G 98 of 309 ~ 31.72%
B 94 of 309 ~ 30.42%

%37.86
%31.72
%30.42

CMYK color model

#75625E color CMYK value is (0,16,20,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,16,20,54)
C0M16Y20K54 
(0%,16%,20%,54%)
(0.00/0.16/0.20/0.54)	

CMYK percentages

%0
%16.24
%19.66
%54.12

Codes

Color #75625E in popluar color models

75625E
RGB1179894
HSL10°10.90%41.37%
HSB/HSV10°19.66%45.88%
CMYK0.00%16.24%19.66%
54.12%

Color #75625E in popluar number systems.

HEX75625E
Decimal1179894
Binary111010111000101011110
Octal165142136

Shades and tints

Shades of #75625E

#75625E
(117,98,94)
#6B5A56
(107,90,86)
#61524E
(97,82,78)
#574A46
(87,74,70)
#4D423E
(77,66,62)
#433A36
(67,58,54)
#39322E
(57,50,46)
#2F2A26
(47,42,38)
#25221E
(37,34,30)
#1B1A16
(27,26,22)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #75625E

#75625E
(117,98,94)
#81706C
(129,112,108)
#8D7E7A
(141,126,122)
#998C88
(153,140,136)
#A59A96
(165,154,150)
#B1A8A4
(177,168,164)
#BDB6B2
(189,182,178)
#C9C4C0
(201,196,192)
#D5D2CE
(213,210,206)
#E1E0DC
(225,224,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75625E color. Also use rgb(117,98,94) instead hex code.

Text Font Color

.myTextColor { color: #75625E; }

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

This text font color is #75625E.


Background Color

.myBgColor { background-color: #75625E; }

<div style="background-color:#75625E">Inner text</div>

This div background color is #75625E.


Border color

.myBorderColor { border: 1px solid #75625E; }

<div style="border:3px solid #75625E">Div</div>

This div border color is #75625E.


Opacity

.myOpacity80 { color: #75625E; opacity: 0.8; }

<p style="color:#75625E;opacity:0.8;">80%</p>

Text with #75625E 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 #75625E;}

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

This text has shadow with #75625E color.

.textShadow {text-shadow: 3px 3px 1px #75625E, 3px 3px 1px red;}

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

This text has shadow with #75625E primary color and red secondary color.


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

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

This text has shadow with #75625E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75625E on black background.


Color preview on white background

This text has color #75625E on white background.



Black color preview on #75625E background

This text has black color on #75625E background.


White color preview on #75625E background

This text has white color on #75625E background.