COLOR #949165

HEX: #949165
RGB: (148,145,101)

Color info

#949165 contains red, green and blue colors in about the same proportion. Web safe color of #949165 is #999966 (or #996).

RGB color model

#949165 color RGB value is (148,145,101).

  • red value is 148;
  • green value is 145;
  • blue value is 101.
RGB:
(148,145,101)
(58%,57%,40%)

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 101 of 255 = 40%

148
145
101

R + G + B ~ 52%. #949165 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 101 = 394 (100%)
R 148 of 394 ~ 37.56%
G 145 of 394 ~ 36.8%
B 101 of 394 ~ 25.63%

%37.56
%36.8
%25.63

CMYK color model

#949165 color CMYK value is (0,2,32,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 31.76%
  • key color value is 41.96%
CMYK:
(0,2,32,42)
C0M2Y32K42 
(0%,2%,32%,42%)
(0.00/0.02/0.32/0.42)	

CMYK percentages

%0
%2.03
%31.76
%41.96

Codes

Color #949165 in popluar color models

949165
RGB148145101
HSL56°18.88%48.82%
HSB/HSV56°31.76%58.04%
CMYK0.00%2.03%31.76%
41.96%

Color #949165 in popluar number systems.

HEX949165
Decimal148145101
Binary10010100100100011100101
Octal224221145

Shades and tints

Shades of #949165

#949165
(148,145,101)
#87845C
(135,132,92)
#7A7753
(122,119,83)
#6D6A4A
(109,106,74)
#605D41
(96,93,65)
#535038
(83,80,56)
#46432F
(70,67,47)
#393626
(57,54,38)
#2C291D
(44,41,29)
#1F1C14
(31,28,20)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #949165

#949165
(148,145,101)
#9D9B73
(157,155,115)
#A6A581
(166,165,129)
#AFAF8F
(175,175,143)
#B8B99D
(184,185,157)
#C1C3AB
(193,195,171)
#CACDB9
(202,205,185)
#D3D7C7
(211,215,199)
#DCE1D5
(220,225,213)
#E5EBE3
(229,235,227)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949165 color. Also use rgb(148,145,101) instead hex code.

Text Font Color

.myTextColor { color: #949165; }

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

This text font color is #949165.


Background Color

.myBgColor { background-color: #949165; }

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

This div background color is #949165.


Border color

.myBorderColor { border: 1px solid #949165; }

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

This div border color is #949165.


Opacity

.myOpacity80 { color: #949165; opacity: 0.8; }

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

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

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

This text has shadow with #949165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949165 on black background.


Color preview on white background

This text has color #949165 on white background.



Black color preview on #949165 background

This text has black color on #949165 background.


White color preview on #949165 background

This text has white color on #949165 background.