COLOR #948064

HEX: #948064
RGB: (148,128,100)

Color info

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

RGB color model

#948064 color RGB value is (148,128,100).

  • red value is 148;
  • green value is 128;
  • blue value is 100.
RGB:
(148,128,100)
(58%,50%,39%)

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 100 of 255 = 39%

148
128
100

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

Portions of RGB colors in percentages

R + G + B =
148 + 128 + 100 = 376 (100%)
R 148 of 376 ~ 39.36%
G 128 of 376 ~ 34.04%
B 100 of 376 ~ 26.6%

%39.36
%34.04
%26.6

CMYK color model

#948064 color CMYK value is (0,14,32,42).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(0,14,32,42)
C0M14Y32K42 
(0%,14%,32%,42%)
(0.00/0.14/0.32/0.42)	

CMYK percentages

%0
%13.51
%32.43
%41.96

Codes

Color #948064 in popluar color models

948064
RGB148128100
HSL35°19.35%48.63%
HSB/HSV35°32.43%58.04%
CMYK0.00%13.51%32.43%
41.96%

Color #948064 in popluar number systems.

HEX948064
Decimal148128100
Binary10010100100000001100100
Octal224200144

Shades and tints

Shades of #948064

#948064
(148,128,100)
#87755B
(135,117,91)
#7A6A52
(122,106,82)
#6D5F49
(109,95,73)
#605440
(96,84,64)
#534937
(83,73,55)
#463E2E
(70,62,46)
#393325
(57,51,37)
#2C281C
(44,40,28)
#1F1D13
(31,29,19)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #948064

#948064
(148,128,100)
#9D8B72
(157,139,114)
#A69680
(166,150,128)
#AFA18E
(175,161,142)
#B8AC9C
(184,172,156)
#C1B7AA
(193,183,170)
#CAC2B8
(202,194,184)
#D3CDC6
(211,205,198)
#DCD8D4
(220,216,212)
#E5E3E2
(229,227,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948064 color. Also use rgb(148,128,100) instead hex code.

Text Font Color

.myTextColor { color: #948064; }

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

This text font color is #948064.


Background Color

.myBgColor { background-color: #948064; }

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

This div background color is #948064.


Border color

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

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

This div border color is #948064.


Opacity

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

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

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

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

This text has shadow with #948064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948064 on black background.


Color preview on white background

This text has color #948064 on white background.



Black color preview on #948064 background

This text has black color on #948064 background.


White color preview on #948064 background

This text has white color on #948064 background.