COLOR #71852F

HEX: #71852F
RGB: (113,133,47)

Renk bilgisi

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

RGB renk modeli

#71852F color RGB value is (113,133,47).

  • kırmız ton 113;
  • yeşil ton 133;
  • mavi ton 47.
RGB:
(113,133,47)
(44%,52%,18%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 133 of 255 = 52%
B 47 of 255 = 18%

113
133
47

R + G + B ~ 38%. #71852F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 133 + 47 = 293 (100%)
R 113 of 293 ~ 38.57%
G 133 of 293 ~ 45.39%
B 47 of 293 ~ 16.04%

%38.57
%45.39
%16.04

CMYK RENK MODELİ

#71852F rengi CMYK tonu (15,0,65,48).

  • camgöbeği tonu 15.04%
  • eflatun tonu 0.00%
  • sarı tonu 64.66%
  • ana renk tonu 47.84%
CMYK:
(15,0,65,48)
C15M0Y65K48 
(15%,0%,65%,48%)
(0.15/0.00/0.65/0.48)	

CMYK yüzdeleri

%15.04
%0
%64.66
%47.84

Codes

Color #71852F in popluar color models

71852F
RGB11313347
HSL74°47.78%35.29%
HSB/HSV74°64.66%52.16%
CMYK15.04%0.00%64.66%
47.84%

Color #71852F in popluar number systems.

HEX71852F
Decimal11313347
Binary111000110000101101111
Octal16120557

Shades and tints

Shades of #71852F

#71852F
(113,133,47)
#67792B
(103,121,43)
#5D6D27
(93,109,39)
#536123
(83,97,35)
#49551F
(73,85,31)
#3F491B
(63,73,27)
#353D17
(53,61,23)
#2B3113
(43,49,19)
#21250F
(33,37,15)
#17190B
(23,25,11)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #71852F

#71852F
(113,133,47)
#7D9041
(125,144,65)
#899B53
(137,155,83)
#95A665
(149,166,101)
#A1B177
(161,177,119)
#ADBC89
(173,188,137)
#B9C79B
(185,199,155)
#C5D2AD
(197,210,173)
#D1DDBF
(209,221,191)
#DDE8D1
(221,232,209)
#E9F3E3
(233,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71852F color. Also use rgb(113,133,47) instead hex code.

Text Font Color

.myTextColor { color: #71852F; }

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

This text font color is #71852F.


Background Color

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

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

This div background color is #71852F.


Border color

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

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

This div border color is #71852F.


Opacity

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

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

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

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

This text has shadow with #71852F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71852F on black background.


Color preview on white background

This text has color #71852F on white background.



Black color preview on #71852F background

This text has black color on #71852F background.


White color preview on #71852F background

This text has white color on #71852F background.