COLOR #71421E

HEX: #71421E
RGB: (113,66,30)

Renk bilgisi

#71421E contains mainly red and green colors. #71421E ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#71421E color RGB value is (113,66,30).

  • kırmız ton 113;
  • yeşil ton 66;
  • mavi ton 30.
RGB:
(113,66,30)
(44%,26%,12%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 66 of 255 = 26%
B 30 of 255 = 12%

113
66
30

R + G + B ~ 27%. #71421E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 66 + 30 = 209 (100%)
R 113 of 209 ~ 54.07%
G 66 of 209 ~ 31.58%
B 30 of 209 ~ 14.35%

%54.07
%31.58
%14.35

CMYK RENK MODELİ

#71421E rengi CMYK tonu (0,42,73,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.59%
  • sarı tonu 73.45%
  • ana renk tonu 55.69%
CMYK:
(0,42,73,56)
C0M42Y73K56 
(0%,42%,73%,56%)
(0.00/0.42/0.73/0.56)	

CMYK yüzdeleri

%0
%41.59
%73.45
%55.69

Codes

Color #71421E in popluar color models

71421E
RGB1136630
HSL26°58.04%28.04%
HSB/HSV26°73.45%44.31%
CMYK0.00%41.59%73.45%
55.69%

Color #71421E in popluar number systems.

HEX71421E
Decimal1136630
Binary1110001100001011110
Octal16110236

Shades and tints

Shades of #71421E

#71421E
(113,66,30)
#673C1C
(103,60,28)
#5D361A
(93,54,26)
#533018
(83,48,24)
#492A16
(73,42,22)
#3F2414
(63,36,20)
#351E12
(53,30,18)
#2B1810
(43,24,16)
#21120E
(33,18,14)
#170C0C
(23,12,12)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #71421E

#71421E
(113,66,30)
#7D5332
(125,83,50)
#896446
(137,100,70)
#95755A
(149,117,90)
#A1866E
(161,134,110)
#AD9782
(173,151,130)
#B9A896
(185,168,150)
#C5B9AA
(197,185,170)
#D1CABE
(209,202,190)
#DDDBD2
(221,219,210)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71421E color. Also use rgb(113,66,30) instead hex code.

Text Font Color

.myTextColor { color: #71421E; }

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

This text font color is #71421E.


Background Color

.myBgColor { background-color: #71421E; }

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

This div background color is #71421E.


Border color

.myBorderColor { border: 1px solid #71421E; }

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

This div border color is #71421E.


Opacity

.myOpacity80 { color: #71421E; opacity: 0.8; }

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

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

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

This text has shadow with #71421E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71421E on black background.


Color preview on white background

This text has color #71421E on white background.



Black color preview on #71421E background

This text has black color on #71421E background.


White color preview on #71421E background

This text has white color on #71421E background.