COLOR #A67F3D

HEX: #A67F3D
RGB: (166,127,61)

Color info

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

RGB color model

#A67F3D color RGB value is (166,127,61).

  • red value is 166;
  • green value is 127;
  • blue value is 61.
RGB:
(166,127,61)
(65%,50%,24%)

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 61 of 255 = 24%

166
127
61

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 61 = 354 (100%)
R 166 of 354 ~ 46.89%
G 127 of 354 ~ 35.88%
B 61 of 354 ~ 17.23%

%46.89
%35.88
%17.23

CMYK color model

#A67F3D color CMYK value is (0,23,63,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 63.25%
  • key color value is 34.90%
CMYK:
(0,23,63,35)
C0M23Y63K35 
(0%,23%,63%,35%)
(0.00/0.23/0.63/0.35)	

CMYK percentages

%0
%23.49
%63.25
%34.9

Codes

Color #A67F3D in popluar color models

A67F3D
RGB16612761
HSL38°46.26%44.51%
HSB/HSV38°63.25%65.10%
CMYK0.00%23.49%63.25%
34.90%

Color #A67F3D in popluar number systems.

HEXA67F3D
Decimal16612761
Binary101001101111111111101
Octal24617775

Shades and tints

Shades of #A67F3D

#A67F3D
(166,127,61)
#977438
(151,116,56)
#886933
(136,105,51)
#795E2E
(121,94,46)
#6A5329
(106,83,41)
#5B4824
(91,72,36)
#4C3D1F
(76,61,31)
#3D321A
(61,50,26)
#2E2715
(46,39,21)
#1F1C10
(31,28,16)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #A67F3D

#A67F3D
(166,127,61)
#AE8A4E
(174,138,78)
#B6955F
(182,149,95)
#BEA070
(190,160,112)
#C6AB81
(198,171,129)
#CEB692
(206,182,146)
#D6C1A3
(214,193,163)
#DECCB4
(222,204,180)
#E6D7C5
(230,215,197)
#EEE2D6
(238,226,214)
#F6EDE7
(246,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67F3D color. Also use rgb(166,127,61) instead hex code.

Text Font Color

.myTextColor { color: #A67F3D; }

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

This text font color is #A67F3D.


Background Color

.myBgColor { background-color: #A67F3D; }

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

This div background color is #A67F3D.


Border color

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

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

This div border color is #A67F3D.


Opacity

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

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

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

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

This text has shadow with #A67F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67F3D on black background.


Color preview on white background

This text has color #A67F3D on white background.



Black color preview on #A67F3D background

This text has black color on #A67F3D background.


White color preview on #A67F3D background

This text has white color on #A67F3D background.