COLOR #945E63

HEX: #945E63
RGB: (148,94,99)

Color info

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

RGB color model

#945E63 color RGB value is (148,94,99).

  • red value is 148;
  • green value is 94;
  • blue value is 99.
RGB:
(148,94,99)
(58%,37%,39%)

RGB channels and saturation

R 148 of 255 = 58%
G 94 of 255 = 37%
B 99 of 255 = 39%

148
94
99

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

Portions of RGB colors in percentages

R + G + B =
148 + 94 + 99 = 341 (100%)
R 148 of 341 ~ 43.4%
G 94 of 341 ~ 27.57%
B 99 of 341 ~ 29.03%

%43.4
%27.57
%29.03

CMYK color model

#945E63 color CMYK value is (0,36,33,42).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(0,36,33,42)
C0M36Y33K42 
(0%,36%,33%,42%)
(0.00/0.36/0.33/0.42)	

CMYK percentages

%0
%36.49
%33.11
%41.96

Codes

Color #945E63 in popluar color models

945E63
RGB1489499
HSL354°22.31%47.45%
HSB/HSV354°36.49%58.04%
CMYK0.00%36.49%33.11%
41.96%

Color #945E63 in popluar number systems.

HEX945E63
Decimal1489499
Binary1001010010111101100011
Octal224136143

Shades and tints

Shades of #945E63

#945E63
(148,94,99)
#87565A
(135,86,90)
#7A4E51
(122,78,81)
#6D4648
(109,70,72)
#603E3F
(96,62,63)
#533636
(83,54,54)
#462E2D
(70,46,45)
#392624
(57,38,36)
#2C1E1B
(44,30,27)
#1F1612
(31,22,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #945E63

#945E63
(148,94,99)
#9D6C71
(157,108,113)
#A67A7F
(166,122,127)
#AF888D
(175,136,141)
#B8969B
(184,150,155)
#C1A4A9
(193,164,169)
#CAB2B7
(202,178,183)
#D3C0C5
(211,192,197)
#DCCED3
(220,206,211)
#E5DCE1
(229,220,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945E63 color. Also use rgb(148,94,99) instead hex code.

Text Font Color

.myTextColor { color: #945E63; }

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

This text font color is #945E63.


Background Color

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

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

This div background color is #945E63.


Border color

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

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

This div border color is #945E63.


Opacity

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

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

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

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

This text has shadow with #945E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #945E63 on black background.


Color preview on white background

This text has color #945E63 on white background.



Black color preview on #945E63 background

This text has black color on #945E63 background.


White color preview on #945E63 background

This text has white color on #945E63 background.