COLOR #948F13

HEX: #948F13 RGB: (148,143,19)

Color info

#948F13 contains mainly red and green colors. Web safe color of #948F13 is #999900 (or #990).

RGB color model

#948F13 color RGB value is (148,143,19).

RGB: (148,143,19) (58%, 56%, 7%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 19 of 255 = 7%

148
143
19

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

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 19 = 310 (100%)
R 148 of 310 ~ 47.74%
G 143 of 310 ~ 46.13%
B 19 of 310 ~ 6.13'%

%47.74
%46.13

CMYK color model

#948F13 color CMYK value is (0,3,87,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 87.16%
  • key color value is 41.96%
CMYK: (0,3,87,42) C0M3Y87K42 (0%,3%,87%,42%) (0.00/0.03/0.87/0.42) 

CMYK percentages

%0
%3.38
%87.16
%41.96

Codes

Color #948F13 in popluar color models

94 8F 13
RGB 148 143 19
HSL 58° 77.25% 32.75%
HSB/HSV 58° 87.16% 58.04%
CMYK 0.00% 3.38% 87.16%
41.96%

Color #948F13 in popluar number systems.

HEX 94 8F 13
Decimal 148 143 19
Binary 10010100 10001111 10011
Octal 224 217 23

Shades and tints

Shades of #948F13

#948F13
(148,143,19)
#878212
(135,130,18)
#7A7511
(122,117,17)
#6D6810
(109,104,16)
#605B0F
(96,91,15)
#534E0E
(83,78,14)
#46410D
(70,65,13)
#39340C
(57,52,12)
#2C270B
(44,39,11)
#1F1A0A
(31,26,10)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #948F13

#948F13
(148,143,19)
#9D9928
(157,153,40)
#A6A33D
(166,163,61)
#AFAD52
(175,173,82)
#B8B767
(184,183,103)
#C1C17C
(193,193,124)
#CACB91
(202,203,145)
#D3D5A6
(211,213,166)
#DCDFBB
(220,223,187)
#E5E9D0
(229,233,208)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F13; }

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

This text font color is #948F13.

Background Color

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

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

This div background color is #948F13.

Border color

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

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

This div border color is #948F13.

Opacity

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

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

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

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

This text has shadow with #948F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948F13.

Preview

Color preview on black background

This text has color #948F13 on black background.


Color preview on white background

This text has color #948F13 on white background.


Black color preview on #948F13 background

This text has black color on #948F13 background.


White color preview on #948F13 background

This text has white color on #948F13 background.


Related colors

Complementary color

Complementary color for #hex is #6B70EC.


I love getcolorcode.com

Triadic colors

1 #13948F and #8F1394 with #948F13 are triadic colors.

2 #138F94 and #8F9413 with #948F13 are triadic colors.