COLOR #71841F

HEX: #71841F
RGB: (113,132,31)

Renk bilgisi

#71841F contains mainly red and green colors. #71841F ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#71841F color RGB value is (113,132,31).

  • kırmız ton 113;
  • yeşil ton 132;
  • mavi ton 31.
RGB:
(113,132,31)
(44%,52%,12%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 132 of 255 = 52%
B 31 of 255 = 12%

113
132
31

R + G + B ~ 36%. #71841F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 132 + 31 = 276 (100%)
R 113 of 276 ~ 40.94%
G 132 of 276 ~ 47.83%
B 31 of 276 ~ 11.23%

%40.94
%47.83
%11.23

CMYK RENK MODELİ

#71841F rengi CMYK tonu (14,0,77,48).

  • camgöbeği tonu 14.39%
  • eflatun tonu 0.00%
  • sarı tonu 76.52%
  • ana renk tonu 48.24%
CMYK:
(14,0,77,48)
C14M0Y77K48 
(14%,0%,77%,48%)
(0.14/0.00/0.77/0.48)	

CMYK yüzdeleri

%14.39
%0
%76.52
%48.24

Codes

Color #71841F in popluar color models

71841F
RGB11313231
HSL71°61.96%31.96%
HSB/HSV71°76.52%51.76%
CMYK14.39%0.00%76.52%
48.24%

Color #71841F in popluar number systems.

HEX71841F
Decimal11313231
Binary11100011000010011111
Octal16120437

Shades and tints

Shades of #71841F

#71841F
(113,132,31)
#67781D
(103,120,29)
#5D6C1B
(93,108,27)
#536019
(83,96,25)
#495417
(73,84,23)
#3F4815
(63,72,21)
#353C13
(53,60,19)
#2B3011
(43,48,17)
#21240F
(33,36,15)
#17180D
(23,24,13)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71841F

#71841F
(113,132,31)
#7D8F33
(125,143,51)
#899A47
(137,154,71)
#95A55B
(149,165,91)
#A1B06F
(161,176,111)
#ADBB83
(173,187,131)
#B9C697
(185,198,151)
#C5D1AB
(197,209,171)
#D1DCBF
(209,220,191)
#DDE7D3
(221,231,211)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71841F color. Also use rgb(113,132,31) instead hex code.

Text Font Color

.myTextColor { color: #71841F; }

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

This text font color is #71841F.


Background Color

.myBgColor { background-color: #71841F; }

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

This div background color is #71841F.


Border color

.myBorderColor { border: 1px solid #71841F; }

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

This div border color is #71841F.


Opacity

.myOpacity80 { color: #71841F; opacity: 0.8; }

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

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

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

This text has shadow with #71841F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71841F on black background.


Color preview on white background

This text has color #71841F on white background.



Black color preview on #71841F background

This text has black color on #71841F background.


White color preview on #71841F background

This text has white color on #71841F background.