COLOR #71A63A

HEX: #71A63A
RGB: (113,166,58)

Renk bilgisi

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

RGB renk modeli

#71A63A color RGB value is (113,166,58).

  • kırmız ton 113;
  • yeşil ton 166;
  • mavi ton 58.
RGB:
(113,166,58)
(44%,65%,23%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 166 of 255 = 65%
B 58 of 255 = 23%

113
166
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 166 + 58 = 337 (100%)
R 113 of 337 ~ 33.53%
G 166 of 337 ~ 49.26%
B 58 of 337 ~ 17.21%

%33.53
%49.26
%17.21

CMYK RENK MODELİ

#71A63A rengi CMYK tonu (32,0,65,35).

  • camgöbeği tonu 31.93%
  • eflatun tonu 0.00%
  • sarı tonu 65.06%
  • ana renk tonu 34.90%
CMYK:
(32,0,65,35)
C32M0Y65K35 
(32%,0%,65%,35%)
(0.32/0.00/0.65/0.35)	

CMYK yüzdeleri

%31.93
%0
%65.06
%34.9

Codes

Color #71A63A in popluar color models

71A63A
RGB11316658
HSL89°48.21%43.92%
HSB/HSV89°65.06%65.10%
CMYK31.93%0.00%65.06%
34.90%

Color #71A63A in popluar number systems.

HEX71A63A
Decimal11316658
Binary111000110100110111010
Octal16124672

Shades and tints

Shades of #71A63A

#71A63A
(113,166,58)
#679735
(103,151,53)
#5D8830
(93,136,48)
#53792B
(83,121,43)
#496A26
(73,106,38)
#3F5B21
(63,91,33)
#354C1C
(53,76,28)
#2B3D17
(43,61,23)
#212E12
(33,46,18)
#171F0D
(23,31,13)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #71A63A

#71A63A
(113,166,58)
#7DAE4B
(125,174,75)
#89B65C
(137,182,92)
#95BE6D
(149,190,109)
#A1C67E
(161,198,126)
#ADCE8F
(173,206,143)
#B9D6A0
(185,214,160)
#C5DEB1
(197,222,177)
#D1E6C2
(209,230,194)
#DDEED3
(221,238,211)
#E9F6E4
(233,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A63A color. Also use rgb(113,166,58) instead hex code.

Text Font Color

.myTextColor { color: #71A63A; }

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

This text font color is #71A63A.


Background Color

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

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

This div background color is #71A63A.


Border color

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

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

This div border color is #71A63A.


Opacity

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

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

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

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

This text has shadow with #71A63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A63A on black background.


Color preview on white background

This text has color #71A63A on white background.



Black color preview on #71A63A background

This text has black color on #71A63A background.


White color preview on #71A63A background

This text has white color on #71A63A background.