COLOR #71B35F

HEX: #71B35F
RGB: (113,179,95)

Renk bilgisi

#71B35F contains mainly green color. #71B35F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#71B35F color RGB value is (113,179,95).

  • kırmız ton 113;
  • yeşil ton 179;
  • mavi ton 95.
RGB:
(113,179,95)
(44%,70%,37%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 179 of 255 = 70%
B 95 of 255 = 37%

113
179
95

R + G + B ~ 50%. #71B35F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 179 + 95 = 387 (100%)
R 113 of 387 ~ 29.2%
G 179 of 387 ~ 46.25%
B 95 of 387 ~ 24.55%

%29.2
%46.25
%24.55

CMYK RENK MODELİ

#71B35F rengi CMYK tonu (37,0,47,30).

  • camgöbeği tonu 36.87%
  • eflatun tonu 0.00%
  • sarı tonu 46.93%
  • ana renk tonu 29.80%
CMYK:
(37,0,47,30)
C37M0Y47K30 
(37%,0%,47%,30%)
(0.37/0.00/0.47/0.30)	

CMYK yüzdeleri

%36.87
%0
%46.93
%29.8

Codes

Color #71B35F in popluar color models

71B35F
RGB11317995
HSL107°35.59%53.73%
HSB/HSV107°46.93%70.20%
CMYK36.87%0.00%46.93%
29.80%

Color #71B35F in popluar number systems.

HEX71B35F
Decimal11317995
Binary1110001101100111011111
Octal161263137

Shades and tints

Shades of #71B35F

#71B35F
(113,179,95)
#67A357
(103,163,87)
#5D934F
(93,147,79)
#538347
(83,131,71)
#49733F
(73,115,63)
#3F6337
(63,99,55)
#35532F
(53,83,47)
#2B4327
(43,67,39)
#21331F
(33,51,31)
#172317
(23,35,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #71B35F

#71B35F
(113,179,95)
#7DB96D
(125,185,109)
#89BF7B
(137,191,123)
#95C589
(149,197,137)
#A1CB97
(161,203,151)
#ADD1A5
(173,209,165)
#B9D7B3
(185,215,179)
#C5DDC1
(197,221,193)
#D1E3CF
(209,227,207)
#DDE9DD
(221,233,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B35F color. Also use rgb(113,179,95) instead hex code.

Text Font Color

.myTextColor { color: #71B35F; }

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

This text font color is #71B35F.


Background Color

.myBgColor { background-color: #71B35F; }

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

This div background color is #71B35F.


Border color

.myBorderColor { border: 1px solid #71B35F; }

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

This div border color is #71B35F.


Opacity

.myOpacity80 { color: #71B35F; opacity: 0.8; }

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

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

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

This text has shadow with #71B35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B35F on black background.


Color preview on white background

This text has color #71B35F on white background.



Black color preview on #71B35F background

This text has black color on #71B35F background.


White color preview on #71B35F background

This text has white color on #71B35F background.