COLOR #75635F

HEX: #75635F
RGB: (117,99,95)

Color info

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

RGB color model

#75635F color RGB value is (117,99,95).

  • red value is 117;
  • green value is 99;
  • blue value is 95.
RGB:
(117,99,95)
(46%,39%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 95 of 255 = 37%

117
99
95

R + G + B ~ 41%. #75635F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 95 = 311 (100%)
R 117 of 311 ~ 37.62%
G 99 of 311 ~ 31.83%
B 95 of 311 ~ 30.55%

%37.62
%31.83
%30.55

CMYK color model

#75635F color CMYK value is (0,15,19,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,15,19,54)
C0M15Y19K54 
(0%,15%,19%,54%)
(0.00/0.15/0.19/0.54)	

CMYK percentages

%0
%15.38
%18.8
%54.12

Codes

Color #75635F in popluar color models

75635F
RGB1179995
HSL11°10.38%41.57%
HSB/HSV11°18.80%45.88%
CMYK0.00%15.38%18.80%
54.12%

Color #75635F in popluar number systems.

HEX75635F
Decimal1179995
Binary111010111000111011111
Octal165143137

Shades and tints

Shades of #75635F

#75635F
(117,99,95)
#6B5A57
(107,90,87)
#61514F
(97,81,79)
#574847
(87,72,71)
#4D3F3F
(77,63,63)
#433637
(67,54,55)
#392D2F
(57,45,47)
#2F2427
(47,36,39)
#251B1F
(37,27,31)
#1B1217
(27,18,23)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #75635F

#75635F
(117,99,95)
#81716D
(129,113,109)
#8D7F7B
(141,127,123)
#998D89
(153,141,137)
#A59B97
(165,155,151)
#B1A9A5
(177,169,165)
#BDB7B3
(189,183,179)
#C9C5C1
(201,197,193)
#D5D3CF
(213,211,207)
#E1E1DD
(225,225,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75635F color. Also use rgb(117,99,95) instead hex code.

Text Font Color

.myTextColor { color: #75635F; }

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

This text font color is #75635F.


Background Color

.myBgColor { background-color: #75635F; }

<div style="background-color:#75635F">Inner text</div>

This div background color is #75635F.


Border color

.myBorderColor { border: 1px solid #75635F; }

<div style="border:3px solid #75635F">Div</div>

This div border color is #75635F.


Opacity

.myOpacity80 { color: #75635F; opacity: 0.8; }

<p style="color:#75635F;opacity:0.8;">80%</p>

Text with #75635F 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 #75635F;}

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

This text has shadow with #75635F color.

.textShadow {text-shadow: 3px 3px 1px #75635F, 3px 3px 1px red;}

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

This text has shadow with #75635F primary color and red secondary color.


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

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

This text has shadow with #75635F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75635F on black background.


Color preview on white background

This text has color #75635F on white background.



Black color preview on #75635F background

This text has black color on #75635F background.


White color preview on #75635F background

This text has white color on #75635F background.