COLOR #968025

HEX: #968025
RGB: (150,128,37)

Color info

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

RGB color model

#968025 color RGB value is (150,128,37).

  • red value is 150;
  • green value is 128;
  • blue value is 37.
RGB:
(150,128,37)
(59%,50%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 37 of 255 = 15%

150
128
37

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

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 37 = 315 (100%)
R 150 of 315 ~ 47.62%
G 128 of 315 ~ 40.63%
B 37 of 315 ~ 11.75%

%47.62
%40.63
%11.75

CMYK color model

#968025 color CMYK value is (0,15,75,41).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 75.33%
  • key color value is 41.18%
CMYK:
(0,15,75,41)
C0M15Y75K41 
(0%,15%,75%,41%)
(0.00/0.15/0.75/0.41)	

CMYK percentages

%0
%14.67
%75.33
%41.18

Codes

Color #968025 in popluar color models

968025
RGB15012837
HSL48°60.43%36.67%
HSB/HSV48°75.33%58.82%
CMYK0.00%14.67%75.33%
41.18%

Color #968025 in popluar number systems.

HEX968025
Decimal15012837
Binary1001011010000000100101
Octal22620045

Shades and tints

Shades of #968025

#968025
(150,128,37)
#897522
(137,117,34)
#7C6A1F
(124,106,31)
#6F5F1C
(111,95,28)
#625419
(98,84,25)
#554916
(85,73,22)
#483E13
(72,62,19)
#3B3310
(59,51,16)
#2E280D
(46,40,13)
#211D0A
(33,29,10)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #968025

#968025
(150,128,37)
#9F8B38
(159,139,56)
#A8964B
(168,150,75)
#B1A15E
(177,161,94)
#BAAC71
(186,172,113)
#C3B784
(195,183,132)
#CCC297
(204,194,151)
#D5CDAA
(213,205,170)
#DED8BD
(222,216,189)
#E7E3D0
(231,227,208)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968025 color. Also use rgb(150,128,37) instead hex code.

Text Font Color

.myTextColor { color: #968025; }

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

This text font color is #968025.


Background Color

.myBgColor { background-color: #968025; }

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

This div background color is #968025.


Border color

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

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

This div border color is #968025.


Opacity

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

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

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

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

This text has shadow with #968025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968025 on black background.


Color preview on white background

This text has color #968025 on white background.



Black color preview on #968025 background

This text has black color on #968025 background.


White color preview on #968025 background

This text has white color on #968025 background.