COLOR #71B132

HEX: #71B132
RGB: (113,177,50)

Renk bilgisi

#71B132 contains mainly green color. #71B132 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#71B132 color RGB value is (113,177,50).

  • kırmız ton 113;
  • yeşil ton 177;
  • mavi ton 50.
RGB:
(113,177,50)
(44%,69%,20%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 177 of 255 = 69%
B 50 of 255 = 20%

113
177
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 177 + 50 = 340 (100%)
R 113 of 340 ~ 33.24%
G 177 of 340 ~ 52.06%
B 50 of 340 ~ 14.71%

%33.24
%52.06
%14.71

CMYK RENK MODELİ

#71B132 rengi CMYK tonu (36,0,72,31).

  • camgöbeği tonu 36.16%
  • eflatun tonu 0.00%
  • sarı tonu 71.75%
  • ana renk tonu 30.59%
CMYK:
(36,0,72,31)
C36M0Y72K31 
(36%,0%,72%,31%)
(0.36/0.00/0.72/0.31)	

CMYK yüzdeleri

%36.16
%0
%71.75
%30.59

Codes

Color #71B132 in popluar color models

71B132
RGB11317750
HSL90°55.95%44.51%
HSB/HSV90°71.75%69.41%
CMYK36.16%0.00%71.75%
30.59%

Color #71B132 in popluar number systems.

HEX71B132
Decimal11317750
Binary111000110110001110010
Octal16126162

Shades and tints

Shades of #71B132

#71B132
(113,177,50)
#67A12E
(103,161,46)
#5D912A
(93,145,42)
#538126
(83,129,38)
#497122
(73,113,34)
#3F611E
(63,97,30)
#35511A
(53,81,26)
#2B4116
(43,65,22)
#213112
(33,49,18)
#17210E
(23,33,14)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #71B132

#71B132
(113,177,50)
#7DB844
(125,184,68)
#89BF56
(137,191,86)
#95C668
(149,198,104)
#A1CD7A
(161,205,122)
#ADD48C
(173,212,140)
#B9DB9E
(185,219,158)
#C5E2B0
(197,226,176)
#D1E9C2
(209,233,194)
#DDF0D4
(221,240,212)
#E9F7E6
(233,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B132 color. Also use rgb(113,177,50) instead hex code.

Text Font Color

.myTextColor { color: #71B132; }

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

This text font color is #71B132.


Background Color

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

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

This div background color is #71B132.


Border color

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

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

This div border color is #71B132.


Opacity

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

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

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

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

This text has shadow with #71B132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B132 on black background.


Color preview on white background

This text has color #71B132 on white background.



Black color preview on #71B132 background

This text has black color on #71B132 background.


White color preview on #71B132 background

This text has white color on #71B132 background.