COLOR #A7711B

HEX: #A7711B
RGB: (167,113,27)

Renk bilgisi

#A7711B contains mainly red and green colors. #A7711B ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#A7711B color RGB value is (167,113,27).

  • kırmız ton 167;
  • yeşil ton 113;
  • mavi ton 27.
RGB:
(167,113,27)
(65%,44%,11%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 113 of 255 = 44%
B 27 of 255 = 11%

167
113
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 113 + 27 = 307 (100%)
R 167 of 307 ~ 54.4%
G 113 of 307 ~ 36.81%
B 27 of 307 ~ 8.79%

%54.4
%36.81

CMYK RENK MODELİ

#A7711B rengi CMYK tonu (0,32,84,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.34%
  • sarı tonu 83.83%
  • ana renk tonu 34.51%
CMYK:
(0,32,84,35)
C0M32Y84K35 
(0%,32%,84%,35%)
(0.00/0.32/0.84/0.35)	

CMYK yüzdeleri

%0
%32.34
%83.83
%34.51

Codes

Color #A7711B in popluar color models

A7711B
RGB16711327
HSL37°72.16%38.04%
HSB/HSV37°83.83%65.49%
CMYK0.00%32.34%83.83%
34.51%

Color #A7711B in popluar number systems.

HEXA7711B
Decimal16711327
Binary10100111111000111011
Octal24716133

Shades and tints

Shades of #A7711B

#A7711B
(167,113,27)
#986719
(152,103,25)
#895D17
(137,93,23)
#7A5315
(122,83,21)
#6B4913
(107,73,19)
#5C3F11
(92,63,17)
#4D350F
(77,53,15)
#3E2B0D
(62,43,13)
#2F210B
(47,33,11)
#201709
(32,23,9)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #A7711B

#A7711B
(167,113,27)
#AF7D2F
(175,125,47)
#B78943
(183,137,67)
#BF9557
(191,149,87)
#C7A16B
(199,161,107)
#CFAD7F
(207,173,127)
#D7B993
(215,185,147)
#DFC5A7
(223,197,167)
#E7D1BB
(231,209,187)
#EFDDCF
(239,221,207)
#F7E9E3
(247,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7711B color. Also use rgb(167,113,27) instead hex code.

Text Font Color

.myTextColor { color: #A7711B; }

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

This text font color is #A7711B.


Background Color

.myBgColor { background-color: #A7711B; }

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

This div background color is #A7711B.


Border color

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

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

This div border color is #A7711B.


Opacity

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

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

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

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

This text has shadow with #A7711B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7711B on black background.


Color preview on white background

This text has color #A7711B on white background.



Black color preview on #A7711B background

This text has black color on #A7711B background.


White color preview on #A7711B background

This text has white color on #A7711B background.