COLOR #A83714

HEX: #A83714
RGB: (168,55,20)

Renk bilgisi

#A83714 contains mainly red color. #A83714 ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#A83714 color RGB value is (168,55,20).

  • kırmız ton 168;
  • yeşil ton 55;
  • mavi ton 20.
RGB:
(168,55,20)
(66%,22%,8%)

RGB bağlantıları ve doygunluk

R 168 of 255 = 66%
G 55 of 255 = 22%
B 20 of 255 = 8%

168
55
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
168 + 55 + 20 = 243 (100%)
R 168 of 243 ~ 69.14%
G 55 of 243 ~ 22.63%
B 20 of 243 ~ 8.23%

%69.14
%22.63

CMYK RENK MODELİ

#A83714 rengi CMYK tonu (0,67,88,34).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.26%
  • sarı tonu 88.10%
  • ana renk tonu 34.12%
CMYK:
(0,67,88,34)
C0M67Y88K34 
(0%,67%,88%,34%)
(0.00/0.67/0.88/0.34)	

CMYK yüzdeleri

%0
%67.26
%88.1
%34.12

Codes

Color #A83714 in popluar color models

A83714
RGB1685520
HSL14°78.72%36.86%
HSB/HSV14°88.10%65.88%
CMYK0.00%67.26%88.10%
34.12%

Color #A83714 in popluar number systems.

HEXA83714
Decimal1685520
Binary1010100011011110100
Octal2506724

Shades and tints

Shades of #A83714

#A83714
(168,55,20)
#993213
(153,50,19)
#8A2D12
(138,45,18)
#7B2811
(123,40,17)
#6C2310
(108,35,16)
#5D1E0F
(93,30,15)
#4E190E
(78,25,14)
#3F140D
(63,20,13)
#300F0C
(48,15,12)
#210A0B
(33,10,11)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #A83714

#A83714
(168,55,20)
#AF4929
(175,73,41)
#B65B3E
(182,91,62)
#BD6D53
(189,109,83)
#C47F68
(196,127,104)
#CB917D
(203,145,125)
#D2A392
(210,163,146)
#D9B5A7
(217,181,167)
#E0C7BC
(224,199,188)
#E7D9D1
(231,217,209)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83714 color. Also use rgb(168,55,20) instead hex code.

Text Font Color

.myTextColor { color: #A83714; }

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

This text font color is #A83714.


Background Color

.myBgColor { background-color: #A83714; }

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

This div background color is #A83714.


Border color

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

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

This div border color is #A83714.


Opacity

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

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

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

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

This text has shadow with #A83714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83714 on black background.


Color preview on white background

This text has color #A83714 on white background.



Black color preview on #A83714 background

This text has black color on #A83714 background.


White color preview on #A83714 background

This text has white color on #A83714 background.