COLOR #71B040

HEX: #71B040
RGB: (113,176,64)

Renk bilgisi

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

RGB renk modeli

#71B040 color RGB value is (113,176,64).

  • kırmız ton 113;
  • yeşil ton 176;
  • mavi ton 64.
RGB:
(113,176,64)
(44%,69%,25%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 176 of 255 = 69%
B 64 of 255 = 25%

113
176
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 176 + 64 = 353 (100%)
R 113 of 353 ~ 32.01%
G 176 of 353 ~ 49.86%
B 64 of 353 ~ 18.13%

%32.01
%49.86
%18.13

CMYK RENK MODELİ

#71B040 rengi CMYK tonu (36,0,64,31).

  • camgöbeği tonu 35.80%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 30.98%
CMYK:
(36,0,64,31)
C36M0Y64K31 
(36%,0%,64%,31%)
(0.36/0.00/0.64/0.31)	

CMYK yüzdeleri

%35.8
%0
%63.64
%30.98

Codes

Color #71B040 in popluar color models

71B040
RGB11317664
HSL94°46.67%47.06%
HSB/HSV94°63.64%69.02%
CMYK35.80%0.00%63.64%
30.98%

Color #71B040 in popluar number systems.

HEX71B040
Decimal11317664
Binary1110001101100001000000
Octal161260100

Shades and tints

Shades of #71B040

#71B040
(113,176,64)
#67A03B
(103,160,59)
#5D9036
(93,144,54)
#538031
(83,128,49)
#49702C
(73,112,44)
#3F6027
(63,96,39)
#355022
(53,80,34)
#2B401D
(43,64,29)
#213018
(33,48,24)
#172013
(23,32,19)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #71B040

#71B040
(113,176,64)
#7DB751
(125,183,81)
#89BE62
(137,190,98)
#95C573
(149,197,115)
#A1CC84
(161,204,132)
#ADD395
(173,211,149)
#B9DAA6
(185,218,166)
#C5E1B7
(197,225,183)
#D1E8C8
(209,232,200)
#DDEFD9
(221,239,217)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B040 color. Also use rgb(113,176,64) instead hex code.

Text Font Color

.myTextColor { color: #71B040; }

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

This text font color is #71B040.


Background Color

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

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

This div background color is #71B040.


Border color

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

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

This div border color is #71B040.


Opacity

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

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

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

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

This text has shadow with #71B040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B040 on black background.


Color preview on white background

This text has color #71B040 on white background.



Black color preview on #71B040 background

This text has black color on #71B040 background.


White color preview on #71B040 background

This text has white color on #71B040 background.