COLOR #948028

HEX: #948028
RGB: (148,128,40)

Color info

#948028 contains mainly red and green colors. Web safe color of #948028 is #996633 (or #963).

RGB color model

#948028 color RGB value is (148,128,40).

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

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 40 of 255 = 16%

148
128
40

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

Portions of RGB colors in percentages

R + G + B =
148 + 128 + 40 = 316 (100%)
R 148 of 316 ~ 46.84%
G 128 of 316 ~ 40.51%
B 40 of 316 ~ 12.66%

%46.84
%40.51
%12.66

CMYK color model

#948028 color CMYK value is (0,14,73,42).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 72.97%
  • key color value is 41.96%
CMYK:
(0,14,73,42)
C0M14Y73K42 
(0%,14%,73%,42%)
(0.00/0.14/0.73/0.42)	

CMYK percentages

%0
%13.51
%72.97
%41.96

Codes

Color #948028 in popluar color models

948028
RGB14812840
HSL49°57.45%36.86%
HSB/HSV49°72.97%58.04%
CMYK0.00%13.51%72.97%
41.96%

Color #948028 in popluar number systems.

HEX948028
Decimal14812840
Binary1001010010000000101000
Octal22420050

Shades and tints

Shades of #948028

#948028
(148,128,40)
#877525
(135,117,37)
#7A6A22
(122,106,34)
#6D5F1F
(109,95,31)
#60541C
(96,84,28)
#534919
(83,73,25)
#463E16
(70,62,22)
#393313
(57,51,19)
#2C2810
(44,40,16)
#1F1D0D
(31,29,13)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #948028

#948028
(148,128,40)
#9D8B3B
(157,139,59)
#A6964E
(166,150,78)
#AFA161
(175,161,97)
#B8AC74
(184,172,116)
#C1B787
(193,183,135)
#CAC29A
(202,194,154)
#D3CDAD
(211,205,173)
#DCD8C0
(220,216,192)
#E5E3D3
(229,227,211)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948028; }

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

This text font color is #948028.


Background Color

.myBgColor { background-color: #948028; }

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

This div background color is #948028.


Border color

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

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

This div border color is #948028.


Opacity

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

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

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

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

This text has shadow with #948028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948028 on black background.


Color preview on white background

This text has color #948028 on white background.



Black color preview on #948028 background

This text has black color on #948028 background.


White color preview on #948028 background

This text has white color on #948028 background.