COLOR #A74717

HEX: #A74717
RGB: (167,71,23)

Renk bilgisi

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

RGB renk modeli

#A74717 color RGB value is (167,71,23).

  • kırmız ton 167;
  • yeşil ton 71;
  • mavi ton 23.
RGB:
(167,71,23)
(65%,28%,9%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 71 of 255 = 28%
B 23 of 255 = 9%

167
71
23

R + G + B ~ 34%. #A74717 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 71 + 23 = 261 (100%)
R 167 of 261 ~ 63.98%
G 71 of 261 ~ 27.2%
B 23 of 261 ~ 8.81%

%63.98
%27.2

CMYK RENK MODELİ

#A74717 rengi CMYK tonu (0,57,86,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.49%
  • sarı tonu 86.23%
  • ana renk tonu 34.51%
CMYK:
(0,57,86,35)
C0M57Y86K35 
(0%,57%,86%,35%)
(0.00/0.57/0.86/0.35)	

CMYK yüzdeleri

%0
%57.49
%86.23
%34.51

Codes

Color #A74717 in popluar color models

A74717
RGB1677123
HSL20°75.79%37.25%
HSB/HSV20°86.23%65.49%
CMYK0.00%57.49%86.23%
34.51%

Color #A74717 in popluar number systems.

HEXA74717
Decimal1677123
Binary10100111100011110111
Octal24710727

Shades and tints

Shades of #A74717

#A74717
(167,71,23)
#984115
(152,65,21)
#893B13
(137,59,19)
#7A3511
(122,53,17)
#6B2F0F
(107,47,15)
#5C290D
(92,41,13)
#4D230B
(77,35,11)
#3E1D09
(62,29,9)
#2F1707
(47,23,7)
#201105
(32,17,5)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #A74717

#A74717
(167,71,23)
#AF572C
(175,87,44)
#B76741
(183,103,65)
#BF7756
(191,119,86)
#C7876B
(199,135,107)
#CF9780
(207,151,128)
#D7A795
(215,167,149)
#DFB7AA
(223,183,170)
#E7C7BF
(231,199,191)
#EFD7D4
(239,215,212)
#F7E7E9
(247,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74717 color. Also use rgb(167,71,23) instead hex code.

Text Font Color

.myTextColor { color: #A74717; }

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

This text font color is #A74717.


Background Color

.myBgColor { background-color: #A74717; }

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

This div background color is #A74717.


Border color

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

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

This div border color is #A74717.


Opacity

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

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

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

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

This text has shadow with #A74717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74717 on black background.


Color preview on white background

This text has color #A74717 on white background.



Black color preview on #A74717 background

This text has black color on #A74717 background.


White color preview on #A74717 background

This text has white color on #A74717 background.