COLOR #A58737

HEX: #A58737
RGB: (165,135,55)

Color info

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

RGB color model

#A58737 color RGB value is (165,135,55).

  • red value is 165;
  • green value is 135;
  • blue value is 55.
RGB:
(165,135,55)
(65%,53%,22%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 55 of 255 = 22%

165
135
55

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 55 = 355 (100%)
R 165 of 355 ~ 46.48%
G 135 of 355 ~ 38.03%
B 55 of 355 ~ 15.49%

%46.48
%38.03
%15.49

CMYK color model

#A58737 color CMYK value is (0,18,67,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 66.67%
  • key color value is 35.29%
CMYK:
(0,18,67,35)
C0M18Y67K35 
(0%,18%,67%,35%)
(0.00/0.18/0.67/0.35)	

CMYK percentages

%0
%18.18
%66.67
%35.29

Codes

Color #A58737 in popluar color models

A58737
RGB16513555
HSL44°50.00%43.14%
HSB/HSV44°66.67%64.71%
CMYK0.00%18.18%66.67%
35.29%

Color #A58737 in popluar number systems.

HEXA58737
Decimal16513555
Binary1010010110000111110111
Octal24520767

Shades and tints

Shades of #A58737

#A58737
(165,135,55)
#967B32
(150,123,50)
#876F2D
(135,111,45)
#786328
(120,99,40)
#695723
(105,87,35)
#5A4B1E
(90,75,30)
#4B3F19
(75,63,25)
#3C3314
(60,51,20)
#2D270F
(45,39,15)
#1E1B0A
(30,27,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #A58737

#A58737
(165,135,55)
#AD9149
(173,145,73)
#B59B5B
(181,155,91)
#BDA56D
(189,165,109)
#C5AF7F
(197,175,127)
#CDB991
(205,185,145)
#D5C3A3
(213,195,163)
#DDCDB5
(221,205,181)
#E5D7C7
(229,215,199)
#EDE1D9
(237,225,217)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58737 color. Also use rgb(165,135,55) instead hex code.

Text Font Color

.myTextColor { color: #A58737; }

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

This text font color is #A58737.


Background Color

.myBgColor { background-color: #A58737; }

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

This div background color is #A58737.


Border color

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

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

This div border color is #A58737.


Opacity

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

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

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

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

This text has shadow with #A58737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58737 on black background.


Color preview on white background

This text has color #A58737 on white background.



Black color preview on #A58737 background

This text has black color on #A58737 background.


White color preview on #A58737 background

This text has white color on #A58737 background.