COLOR #946B58

HEX: #946B58
RGB: (148,107,88)

Color info

#946B58 contains mainly red and green colors. Web safe color of #946B58 is #996666 (or #966).

RGB color model

#946B58 color RGB value is (148,107,88).

  • red value is 148;
  • green value is 107;
  • blue value is 88.
RGB:
(148,107,88)
(58%,42%,35%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 88 of 255 = 35%

148
107
88

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

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 88 = 343 (100%)
R 148 of 343 ~ 43.15%
G 107 of 343 ~ 31.2%
B 88 of 343 ~ 25.66%

%43.15
%31.2
%25.66

CMYK color model

#946B58 color CMYK value is (0,28,41,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 40.54%
  • key color value is 41.96%
CMYK:
(0,28,41,42)
C0M28Y41K42 
(0%,28%,41%,42%)
(0.00/0.28/0.41/0.42)	

CMYK percentages

%0
%27.7
%40.54
%41.96

Codes

Color #946B58 in popluar color models

946B58
RGB14810788
HSL19°25.42%46.27%
HSB/HSV19°40.54%58.04%
CMYK0.00%27.70%40.54%
41.96%

Color #946B58 in popluar number systems.

HEX946B58
Decimal14810788
Binary1001010011010111011000
Octal224153130

Shades and tints

Shades of #946B58

#946B58
(148,107,88)
#876250
(135,98,80)
#7A5948
(122,89,72)
#6D5040
(109,80,64)
#604738
(96,71,56)
#533E30
(83,62,48)
#463528
(70,53,40)
#392C20
(57,44,32)
#2C2318
(44,35,24)
#1F1A10
(31,26,16)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #946B58

#946B58
(148,107,88)
#9D7867
(157,120,103)
#A68576
(166,133,118)
#AF9285
(175,146,133)
#B89F94
(184,159,148)
#C1ACA3
(193,172,163)
#CAB9B2
(202,185,178)
#D3C6C1
(211,198,193)
#DCD3D0
(220,211,208)
#E5E0DF
(229,224,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946B58 color. Also use rgb(148,107,88) instead hex code.

Text Font Color

.myTextColor { color: #946B58; }

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

This text font color is #946B58.


Background Color

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

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

This div background color is #946B58.


Border color

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

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

This div border color is #946B58.


Opacity

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

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

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

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

This text has shadow with #946B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946B58 on black background.


Color preview on white background

This text has color #946B58 on white background.



Black color preview on #946B58 background

This text has black color on #946B58 background.


White color preview on #946B58 background

This text has white color on #946B58 background.