COLOR #946A67

HEX: #946A67
RGB: (148,106,103)

Color info

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

RGB color model

#946A67 color RGB value is (148,106,103).

  • red value is 148;
  • green value is 106;
  • blue value is 103.
RGB:
(148,106,103)
(58%,42%,40%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 103 of 255 = 40%

148
106
103

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 103 = 357 (100%)
R 148 of 357 ~ 41.46%
G 106 of 357 ~ 29.69%
B 103 of 357 ~ 28.85%

%41.46
%29.69
%28.85

CMYK color model

#946A67 color CMYK value is (0,28,30,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 30.41%
  • key color value is 41.96%
CMYK:
(0,28,30,42)
C0M28Y30K42 
(0%,28%,30%,42%)
(0.00/0.28/0.30/0.42)	

CMYK percentages

%0
%28.38
%30.41
%41.96

Codes

Color #946A67 in popluar color models

946A67
RGB148106103
HSL17.93%49.22%
HSB/HSV30.41%58.04%
CMYK0.00%28.38%30.41%
41.96%

Color #946A67 in popluar number systems.

HEX946A67
Decimal148106103
Binary1001010011010101100111
Octal224152147

Shades and tints

Shades of #946A67

#946A67
(148,106,103)
#87615E
(135,97,94)
#7A5855
(122,88,85)
#6D4F4C
(109,79,76)
#604643
(96,70,67)
#533D3A
(83,61,58)
#463431
(70,52,49)
#392B28
(57,43,40)
#2C221F
(44,34,31)
#1F1916
(31,25,22)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #946A67

#946A67
(148,106,103)
#9D7774
(157,119,116)
#A68481
(166,132,129)
#AF918E
(175,145,142)
#B89E9B
(184,158,155)
#C1ABA8
(193,171,168)
#CAB8B5
(202,184,181)
#D3C5C2
(211,197,194)
#DCD2CF
(220,210,207)
#E5DFDC
(229,223,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946A67 color. Also use rgb(148,106,103) instead hex code.

Text Font Color

.myTextColor { color: #946A67; }

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

This text font color is #946A67.


Background Color

.myBgColor { background-color: #946A67; }

<div style="background-color:#946A67">Inner text</div>

This div background color is #946A67.


Border color

.myBorderColor { border: 1px solid #946A67; }

<div style="border:3px solid #946A67">Div</div>

This div border color is #946A67.


Opacity

.myOpacity80 { color: #946A67; opacity: 0.8; }

<p style="color:#946A67;opacity:0.8;">80%</p>

Text with #946A67 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 #946A67;}

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

This text has shadow with #946A67 color.

.textShadow {text-shadow: 3px 3px 1px #946A67, 3px 3px 1px red;}

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

This text has shadow with #946A67 primary color and red secondary color.


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

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

This text has shadow with #946A67 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A67 on black background.


Color preview on white background

This text has color #946A67 on white background.



Black color preview on #946A67 background

This text has black color on #946A67 background.


White color preview on #946A67 background

This text has white color on #946A67 background.