COLOR #945F6D

HEX: #945F6D
RGB: (148,95,109)

Color info

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

RGB color model

#945F6D color RGB value is (148,95,109).

  • red value is 148;
  • green value is 95;
  • blue value is 109.
RGB:
(148,95,109)
(58%,37%,43%)

RGB channels and saturation

R 148 of 255 = 58%
G 95 of 255 = 37%
B 109 of 255 = 43%

148
95
109

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

Portions of RGB colors in percentages

R + G + B =
148 + 95 + 109 = 352 (100%)
R 148 of 352 ~ 42.05%
G 95 of 352 ~ 26.99%
B 109 of 352 ~ 30.97%

%42.05
%26.99
%30.97

CMYK color model

#945F6D color CMYK value is (0,36,26,42).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(0,36,26,42)
C0M36Y26K42 
(0%,36%,26%,42%)
(0.00/0.36/0.26/0.42)	

CMYK percentages

%0
%35.81
%26.35
%41.96

Codes

Color #945F6D in popluar color models

945F6D
RGB14895109
HSL344°21.81%47.65%
HSB/HSV344°35.81%58.04%
CMYK0.00%35.81%26.35%
41.96%

Color #945F6D in popluar number systems.

HEX945F6D
Decimal14895109
Binary1001010010111111101101
Octal224137155

Shades and tints

Shades of #945F6D

#945F6D
(148,95,109)
#875764
(135,87,100)
#7A4F5B
(122,79,91)
#6D4752
(109,71,82)
#603F49
(96,63,73)
#533740
(83,55,64)
#462F37
(70,47,55)
#39272E
(57,39,46)
#2C1F25
(44,31,37)
#1F171C
(31,23,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #945F6D

#945F6D
(148,95,109)
#9D6D7A
(157,109,122)
#A67B87
(166,123,135)
#AF8994
(175,137,148)
#B897A1
(184,151,161)
#C1A5AE
(193,165,174)
#CAB3BB
(202,179,187)
#D3C1C8
(211,193,200)
#DCCFD5
(220,207,213)
#E5DDE2
(229,221,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945F6D color. Also use rgb(148,95,109) instead hex code.

Text Font Color

.myTextColor { color: #945F6D; }

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

This text font color is #945F6D.


Background Color

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

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

This div background color is #945F6D.


Border color

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

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

This div border color is #945F6D.


Opacity

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

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

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

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

This text has shadow with #945F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #945F6D on black background.


Color preview on white background

This text has color #945F6D on white background.



Black color preview on #945F6D background

This text has black color on #945F6D background.


White color preview on #945F6D background

This text has white color on #945F6D background.