COLOR #A37B45

HEX: #A37B45
RGB: (163,123,69)

Color info

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

RGB color model

#A37B45 color RGB value is (163,123,69).

  • red value is 163;
  • green value is 123;
  • blue value is 69.
RGB:
(163,123,69)
(64%,48%,27%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 69 of 255 = 27%

163
123
69

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

Portions of RGB colors in percentages

R + G + B =
163 + 123 + 69 = 355 (100%)
R 163 of 355 ~ 45.92%
G 123 of 355 ~ 34.65%
B 69 of 355 ~ 19.44%

%45.92
%34.65
%19.44

CMYK color model

#A37B45 color CMYK value is (0,25,58,36).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 57.67%
  • key color value is 36.08%
CMYK:
(0,25,58,36)
C0M25Y58K36 
(0%,25%,58%,36%)
(0.00/0.25/0.58/0.36)	

CMYK percentages

%0
%24.54
%57.67
%36.08

Codes

Color #A37B45 in popluar color models

A37B45
RGB16312369
HSL34°40.52%45.49%
HSB/HSV34°57.67%63.92%
CMYK0.00%24.54%57.67%
36.08%

Color #A37B45 in popluar number systems.

HEXA37B45
Decimal16312369
Binary1010001111110111000101
Octal243173105

Shades and tints

Shades of #A37B45

#A37B45
(163,123,69)
#95703F
(149,112,63)
#876539
(135,101,57)
#795A33
(121,90,51)
#6B4F2D
(107,79,45)
#5D4427
(93,68,39)
#4F3921
(79,57,33)
#412E1B
(65,46,27)
#332315
(51,35,21)
#25180F
(37,24,15)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #A37B45

#A37B45
(163,123,69)
#AB8755
(171,135,85)
#B39365
(179,147,101)
#BB9F75
(187,159,117)
#C3AB85
(195,171,133)
#CBB795
(203,183,149)
#D3C3A5
(211,195,165)
#DBCFB5
(219,207,181)
#E3DBC5
(227,219,197)
#EBE7D5
(235,231,213)
#F3F3E5
(243,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37B45 color. Also use rgb(163,123,69) instead hex code.

Text Font Color

.myTextColor { color: #A37B45; }

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

This text font color is #A37B45.


Background Color

.myBgColor { background-color: #A37B45; }

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

This div background color is #A37B45.


Border color

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

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

This div border color is #A37B45.


Opacity

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

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

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

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

This text has shadow with #A37B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37B45 on black background.


Color preview on white background

This text has color #A37B45 on white background.



Black color preview on #A37B45 background

This text has black color on #A37B45 background.


White color preview on #A37B45 background

This text has white color on #A37B45 background.