COLOR #948F67

HEX: #948F67
RGB: (148,143,103)

Color info

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

RGB color model

#948F67 color RGB value is (148,143,103).

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

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 103 of 255 = 40%

148
143
103

R + G + B ~ 51%. #948F67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 103 = 394 (100%)
R 148 of 394 ~ 37.56%
G 143 of 394 ~ 36.29%
B 103 of 394 ~ 26.14%

%37.56
%36.29
%26.14

CMYK color model

#948F67 color CMYK value is (0,3,30,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 30.41%
  • key color value is 41.96%
CMYK:
(0,3,30,42)
C0M3Y30K42 
(0%,3%,30%,42%)
(0.00/0.03/0.30/0.42)	

CMYK percentages

%0
%3.38
%30.41
%41.96

Codes

Color #948F67 in popluar color models

948F67
RGB148143103
HSL53°17.93%49.22%
HSB/HSV53°30.41%58.04%
CMYK0.00%3.38%30.41%
41.96%

Color #948F67 in popluar number systems.

HEX948F67
Decimal148143103
Binary10010100100011111100111
Octal224217147

Shades and tints

Shades of #948F67

#948F67
(148,143,103)
#87825E
(135,130,94)
#7A7555
(122,117,85)
#6D684C
(109,104,76)
#605B43
(96,91,67)
#534E3A
(83,78,58)
#464131
(70,65,49)
#393428
(57,52,40)
#2C271F
(44,39,31)
#1F1A16
(31,26,22)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #948F67

#948F67
(148,143,103)
#9D9974
(157,153,116)
#A6A381
(166,163,129)
#AFAD8E
(175,173,142)
#B8B79B
(184,183,155)
#C1C1A8
(193,193,168)
#CACBB5
(202,203,181)
#D3D5C2
(211,213,194)
#DCDFCF
(220,223,207)
#E5E9DC
(229,233,220)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948F67 color. Also use rgb(148,143,103) instead hex code.

Text Font Color

.myTextColor { color: #948F67; }

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

This text font color is #948F67.


Background Color

.myBgColor { background-color: #948F67; }

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

This div background color is #948F67.


Border color

.myBorderColor { border: 1px solid #948F67; }

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

This div border color is #948F67.


Opacity

.myOpacity80 { color: #948F67; opacity: 0.8; }

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

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

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

This text has shadow with #948F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F67 on black background.


Color preview on white background

This text has color #948F67 on white background.



Black color preview on #948F67 background

This text has black color on #948F67 background.


White color preview on #948F67 background

This text has white color on #948F67 background.