COLOR #75938D

HEX: #75938D RGB: (117,147,141)

Color info

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

RGB color model

#75938D color RGB value is (117,147,141).

RGB: (117,147,141) (46%, 58%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 141 of 255 = 55%

117
147
141

R + G + B ~ 53%. #75938D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 147 + 141 = 405 (100%)
R 117 of 405 ~ 28.89%
G 147 of 405 ~ 36.3%
B 141 of 405 ~ 34.81'%

%28.89
%36.3
%34.81

CMYK color model

#75938D color CMYK value is (20,0,4,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 42.35%

CMYK: (20,0,4,42)
C20M0Y4K42 (20%, 0%, 4%, 42%)
(0.20 / 0.00 / 0.04 / 0.42)

CMYK percentages

%20.41
%0
%4.08
%42.35

Codes

Color #75938D in popluar color models

75 93 8D
RGB 117 147 141
HSL 168° 12.20% 51.76%
HSB/HSV 168° 20.41% 57.65%
CMYK 20.41% 0.00% 4.08%
42.35%

Color #75938D in popluar number systems.

HEX 75 93 8D
Decimal 117 147 141
Binary 1110101 10010011 10001101
Octal 165 223 215

Shades and tints

Shades of #75938D

#75938D
(117,147,141)
#6B8681
(107,134,129)
#617975
(97,121,117)
#576C69
(87,108,105)
#4D5F5D
(77,95,93)
#435251
(67,82,81)
#394545
(57,69,69)
#2F3839
(47,56,57)
#252B2D
(37,43,45)
#1B1E21
(27,30,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #75938D

#75938D
(117,147,141)
#819C97
(129,156,151)
#8DA5A1
(141,165,161)
#99AEAB
(153,174,171)
#A5B7B5
(165,183,181)
#B1C0BF
(177,192,191)
#BDC9C9
(189,201,201)
#C9D2D3
(201,210,211)
#D5DBDD
(213,219,221)
#E1E4E7
(225,228,231)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75938D color. Also use rgb(117,147,141) instead hex code.

Text Font Color

.myTextColor { color: #75938D; }

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

This text font color is #75938D.

Background Color

.myBgColor { background-color: #75938D; }

<div style="background-color:#75938D">Inner text</div>

This div background color is #75938D.

Border color

.myBorderColor { border: 1px solid #75938D; }

<div style="border:3px solid #75938D">Div</div>

This div border color is #75938D.

Opacity

.myOpacity80 { color: #75938D; opacity: 0.8; }

<p style="color:#75938D;opacity:0.8;">80%</p>

Text with #75938D 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 #75938D;}

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

This text has shadow with #75938D color.


.textShadow {text-shadow: 3px 3px 1px #75938D', 3px 3px 1px red;}

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

This text has shadow with #75938D primary color and red secondary color.


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

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

This text has shadow with #75938D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75938D; -webkit-box-shadow: 1px 1px 3px 2px #75938D; box-shadow:1px 1px 3px 2px #75938D;">
Div content here
</div>

This div box has shadow with color #75938D.

Preview

Color preview on black background

This text has color #75938D on black background.


Color preview on white background

This text has color #75938D on white background.


Black color preview on #75938D background

This text has black color on #75938D background.


White color preview on #75938D background

This text has white color on #75938D background.


Related colors

Complementary color

Complementary color for #hex is #8A6C72.


I love getcolorcode.com

Triadic colors

1 #8D7593 and #938D75 with #75938D are triadic colors.

2 #8D9375 and #93758D with #75938D are triadic colors.