COLOR #945D75

HEX: #945D75 RGB: (148,93,117)

Color info

#945D75 contains red, green and blue colors in about the same proportion. Web safe color of #945D75 is #996666 (or #966).

RGB color model

#945D75 color RGB value is (148,93,117).

RGB: (148,93,117) (58%, 36%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 93 of 255 = 36%
B 117 of 255 = 46%

148
93
117

R + G + B ~ 47%. #945D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 93 + 117 = 358 (100%)
R 148 of 358 ~ 41.34%
G 93 of 358 ~ 25.98%
B 117 of 358 ~ 32.68'%

%41.34
%25.98
%32.68

CMYK color model

#945D75 color CMYK value is (0,37,21,42).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK: (0,37,21,42) C0M37Y21K42 (0%,37%,21%,42%) (0.00/0.37/0.21/0.42) 

CMYK percentages

%0
%37.16
%20.95
%41.96

Codes

Color #945D75 in popluar color models

94 5D 75
RGB 148 93 117
HSL 334° 22.82% 47.25%
HSB/HSV 334° 37.16% 58.04%
CMYK 0.00% 37.16% 20.95%
41.96%

Color #945D75 in popluar number systems.

HEX 94 5D 75
Decimal 148 93 117
Binary 10010100 1011101 1110101
Octal 224 135 165

Shades and tints

Shades of #945D75

#945D75
(148,93,117)
#87556B
(135,85,107)
#7A4D61
(122,77,97)
#6D4557
(109,69,87)
#603D4D
(96,61,77)
#533543
(83,53,67)
#462D39
(70,45,57)
#39252F
(57,37,47)
#2C1D25
(44,29,37)
#1F151B
(31,21,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #945D75

#945D75
(148,93,117)
#9D6B81
(157,107,129)
#A6798D
(166,121,141)
#AF8799
(175,135,153)
#B895A5
(184,149,165)
#C1A3B1
(193,163,177)
#CAB1BD
(202,177,189)
#D3BFC9
(211,191,201)
#DCCDD5
(220,205,213)
#E5DBE1
(229,219,225)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945D75 color. Also use rgb(148,93,117) instead hex code.

Text Font Color

.myTextColor { color: #945D75; }

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

This text font color is #945D75.

Background Color

.myBgColor { background-color: #945D75; }

<div style="background-color:#945D75">Inner text</div>

This div background color is #945D75.

Border color

.myBorderColor { border: 1px solid #945D75; }

<div style="border:3px solid #945D75">Div</div>

This div border color is #945D75.

Opacity

.myOpacity80 { color: #945D75; opacity: 0.8; }

<p style="color:#945D75;opacity:0.8;">80%</p>

Text with #945D75 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 #945D75;}

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

This text has shadow with #945D75 color.


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

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

This text has shadow with #945D75 primary color and red secondary color.


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

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

This text has shadow with #945D75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #945D75.

Preview

Color preview on black background

This text has color #945D75 on black background.


Color preview on white background

This text has color #945D75 on white background.


Black color preview on #945D75 background

This text has black color on #945D75 background.


White color preview on #945D75 background

This text has white color on #945D75 background.


Related colors

Complementary color

Complementary color for #hex is #6BA28A.


I love getcolorcode.com

Triadic colors

1 #75945D and #5D7594 with #945D75 are triadic colors.

2 #755D94 and #5D9475 with #945D75 are triadic colors.