COLOR #A78F37

HEX: #A78F37
RGB: (167,143,55)

Color info

#A78F37 contains mainly red and green colors. Web safe color of #A78F37 is #999933 (or #993).

RGB color model

#A78F37 color RGB value is (167,143,55).

  • red value is 167;
  • green value is 143;
  • blue value is 55.
RGB:
(167,143,55)
(65%,56%,22%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 55 of 255 = 22%

167
143
55

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 55 = 365 (100%)
R 167 of 365 ~ 45.75%
G 143 of 365 ~ 39.18%
B 55 of 365 ~ 15.07%

%45.75
%39.18
%15.07

CMYK color model

#A78F37 color CMYK value is (0,14,67,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 67.07%
  • key color value is 34.51%
CMYK:
(0,14,67,35)
C0M14Y67K35 
(0%,14%,67%,35%)
(0.00/0.14/0.67/0.35)	

CMYK percentages

%0
%14.37
%67.07
%34.51

Codes

Color #A78F37 in popluar color models

A78F37
RGB16714355
HSL47°50.45%43.53%
HSB/HSV47°67.07%65.49%
CMYK0.00%14.37%67.07%
34.51%

Color #A78F37 in popluar number systems.

HEXA78F37
Decimal16714355
Binary1010011110001111110111
Octal24721767

Shades and tints

Shades of #A78F37

#A78F37
(167,143,55)
#988232
(152,130,50)
#89752D
(137,117,45)
#7A6828
(122,104,40)
#6B5B23
(107,91,35)
#5C4E1E
(92,78,30)
#4D4119
(77,65,25)
#3E3414
(62,52,20)
#2F270F
(47,39,15)
#201A0A
(32,26,10)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #A78F37

#A78F37
(167,143,55)
#AF9949
(175,153,73)
#B7A35B
(183,163,91)
#BFAD6D
(191,173,109)
#C7B77F
(199,183,127)
#CFC191
(207,193,145)
#D7CBA3
(215,203,163)
#DFD5B5
(223,213,181)
#E7DFC7
(231,223,199)
#EFE9D9
(239,233,217)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78F37 color. Also use rgb(167,143,55) instead hex code.

Text Font Color

.myTextColor { color: #A78F37; }

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

This text font color is #A78F37.


Background Color

.myBgColor { background-color: #A78F37; }

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

This div background color is #A78F37.


Border color

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

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

This div border color is #A78F37.


Opacity

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

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

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

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

This text has shadow with #A78F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F37 on black background.


Color preview on white background

This text has color #A78F37 on white background.



Black color preview on #A78F37 background

This text has black color on #A78F37 background.


White color preview on #A78F37 background

This text has white color on #A78F37 background.