COLOR #75A485

HEX: #75A485
RGB: (117,164,133)

Color info

#75A485 contains red, green and blue colors in about the same proportion. Web safe color of #75A485 is #669999 (or #699).

RGB color model

#75A485 color RGB value is (117,164,133).

  • red value is 117;
  • green value is 164;
  • blue value is 133.
RGB:
(117,164,133)
(46%,64%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 164 of 255 = 64%
B 133 of 255 = 52%

117
164
133

R + G + B ~ 54%. #75A485 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 164 + 133 = 414 (100%)
R 117 of 414 ~ 28.26%
G 164 of 414 ~ 39.61%
B 133 of 414 ~ 32.13%

%28.26
%39.61
%32.13

CMYK color model

#75A485 color CMYK value is (29,0,19,36).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(29,0,19,36)
C29M0Y19K36 
(29%,0%,19%,36%)
(0.29/0.00/0.19/0.36)	

CMYK percentages

%28.66
%0
%18.9
%35.69

Codes

Color #75A485 in popluar color models

75A485
RGB117164133
HSL140°20.52%55.10%
HSB/HSV140°28.66%64.31%
CMYK28.66%0.00%18.90%
35.69%

Color #75A485 in popluar number systems.

HEX75A485
Decimal117164133
Binary11101011010010010000101
Octal165244205

Shades and tints

Shades of #75A485

#75A485
(117,164,133)
#6B9679
(107,150,121)
#61886D
(97,136,109)
#577A61
(87,122,97)
#4D6C55
(77,108,85)
#435E49
(67,94,73)
#39503D
(57,80,61)
#2F4231
(47,66,49)
#253425
(37,52,37)
#1B2619
(27,38,25)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #75A485

#75A485
(117,164,133)
#81AC90
(129,172,144)
#8DB49B
(141,180,155)
#99BCA6
(153,188,166)
#A5C4B1
(165,196,177)
#B1CCBC
(177,204,188)
#BDD4C7
(189,212,199)
#C9DCD2
(201,220,210)
#D5E4DD
(213,228,221)
#E1ECE8
(225,236,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A485 color. Also use rgb(117,164,133) instead hex code.

Text Font Color

.myTextColor { color: #75A485; }

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

This text font color is #75A485.


Background Color

.myBgColor { background-color: #75A485; }

<div style="background-color:#75A485">Inner text</div>

This div background color is #75A485.


Border color

.myBorderColor { border: 1px solid #75A485; }

<div style="border:3px solid #75A485">Div</div>

This div border color is #75A485.


Opacity

.myOpacity80 { color: #75A485; opacity: 0.8; }

<p style="color:#75A485;opacity:0.8;">80%</p>

Text with #75A485 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 #75A485;}

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

This text has shadow with #75A485 color.

.textShadow {text-shadow: 3px 3px 1px #75A485, 3px 3px 1px red;}

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

This text has shadow with #75A485 primary color and red secondary color.


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

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

This text has shadow with #75A485 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A485 on black background.


Color preview on white background

This text has color #75A485 on white background.



Black color preview on #75A485 background

This text has black color on #75A485 background.


White color preview on #75A485 background

This text has white color on #75A485 background.