COLOR #A58374

HEX: #A58374
RGB: (165,131,116)

Color info

#A58374 contains red, green and blue colors in about the same proportion. Web safe color of #A58374 is #999966 (or #996).

RGB color model

#A58374 color RGB value is (165,131,116).

  • red value is 165;
  • green value is 131;
  • blue value is 116.
RGB:
(165,131,116)
(65%,51%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 116 of 255 = 45%

165
131
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 116 = 412 (100%)
R 165 of 412 ~ 40.05%
G 131 of 412 ~ 31.8%
B 116 of 412 ~ 28.16%

%40.05
%31.8
%28.16

CMYK color model

#A58374 color CMYK value is (0,21,30,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,21,30,35)
C0M21Y30K35 
(0%,21%,30%,35%)
(0.00/0.21/0.30/0.35)	

CMYK percentages

%0
%20.61
%29.7
%35.29

Codes

Color #A58374 in popluar color models

A58374
RGB165131116
HSL18°21.40%55.10%
HSB/HSV18°29.70%64.71%
CMYK0.00%20.61%29.70%
35.29%

Color #A58374 in popluar number systems.

HEXA58374
Decimal165131116
Binary10100101100000111110100
Octal245203164

Shades and tints

Shades of #A58374

#A58374
(165,131,116)
#96786A
(150,120,106)
#876D60
(135,109,96)
#786256
(120,98,86)
#69574C
(105,87,76)
#5A4C42
(90,76,66)
#4B4138
(75,65,56)
#3C362E
(60,54,46)
#2D2B24
(45,43,36)
#1E201A
(30,32,26)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A58374

#A58374
(165,131,116)
#AD8E80
(173,142,128)
#B5998C
(181,153,140)
#BDA498
(189,164,152)
#C5AFA4
(197,175,164)
#CDBAB0
(205,186,176)
#D5C5BC
(213,197,188)
#DDD0C8
(221,208,200)
#E5DBD4
(229,219,212)
#EDE6E0
(237,230,224)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58374 color. Also use rgb(165,131,116) instead hex code.

Text Font Color

.myTextColor { color: #A58374; }

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

This text font color is #A58374.


Background Color

.myBgColor { background-color: #A58374; }

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

This div background color is #A58374.


Border color

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

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

This div border color is #A58374.


Opacity

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

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

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

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

This text has shadow with #A58374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58374 on black background.


Color preview on white background

This text has color #A58374 on white background.



Black color preview on #A58374 background

This text has black color on #A58374 background.


White color preview on #A58374 background

This text has white color on #A58374 background.