COLOR #A34B06

HEX: #A34B06
RGB: (163,75,6)

Color info

#A34B06 contains mainly red color. Web safe color of #A34B06 is #993300 (or #930).

RGB color model

#A34B06 color RGB value is (163,75,6).

  • red value is 163;
  • green value is 75;
  • blue value is 6.
RGB:
(163,75,6)
(64%,29%,2%)

RGB channels and saturation

R 163 of 255 = 64%
G 75 of 255 = 29%
B 6 of 255 = 2%

163
75
6

R + G + B ~ 32%. #A34B06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 75 + 6 = 244 (100%)
R 163 of 244 ~ 66.8%
G 75 of 244 ~ 30.74%
B 6 of 244 ~ 2.46%

%66.8
%30.74

CMYK color model

#A34B06 color CMYK value is (0,54,96,36).

  • cyan value is 0.00%
  • magenta value is 53.99%
  • yellow value is 96.32%
  • key color value is 36.08%
CMYK:
(0,54,96,36)
C0M54Y96K36 
(0%,54%,96%,36%)
(0.00/0.54/0.96/0.36)	

CMYK percentages

%0
%53.99
%96.32
%36.08

Codes

Color #A34B06 in popluar color models

A34B06
RGB163756
HSL26°92.90%33.14%
HSB/HSV26°96.32%63.92%
CMYK0.00%53.99%96.32%
36.08%

Color #A34B06 in popluar number systems.

HEXA34B06
Decimal163756
Binary101000111001011110
Octal2431136

Shades and tints

Shades of #A34B06

#A34B06
(163,75,6)
#954506
(149,69,6)
#873F06
(135,63,6)
#793906
(121,57,6)
#6B3306
(107,51,6)
#5D2D06
(93,45,6)
#4F2706
(79,39,6)
#412106
(65,33,6)
#331B06
(51,27,6)
#251506
(37,21,6)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #A34B06

#A34B06
(163,75,6)
#AB5B1C
(171,91,28)
#B36B32
(179,107,50)
#BB7B48
(187,123,72)
#C38B5E
(195,139,94)
#CB9B74
(203,155,116)
#D3AB8A
(211,171,138)
#DBBBA0
(219,187,160)
#E3CBB6
(227,203,182)
#EBDBCC
(235,219,204)
#F3EBE2
(243,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34B06 color. Also use rgb(163,75,6) instead hex code.

Text Font Color

.myTextColor { color: #A34B06; }

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

This text font color is #A34B06.


Background Color

.myBgColor { background-color: #A34B06; }

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

This div background color is #A34B06.


Border color

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

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

This div border color is #A34B06.


Opacity

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

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

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

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

This text has shadow with #A34B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34B06 on black background.


Color preview on white background

This text has color #A34B06 on white background.



Black color preview on #A34B06 background

This text has black color on #A34B06 background.


White color preview on #A34B06 background

This text has white color on #A34B06 background.