COLOR #71A823

HEX: #71A823
RGB: (113,168,35)

Renk bilgisi

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

RGB renk modeli

#71A823 color RGB value is (113,168,35).

  • kırmız ton 113;
  • yeşil ton 168;
  • mavi ton 35.
RGB:
(113,168,35)
(44%,66%,14%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 168 of 255 = 66%
B 35 of 255 = 14%

113
168
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 168 + 35 = 316 (100%)
R 113 of 316 ~ 35.76%
G 168 of 316 ~ 53.16%
B 35 of 316 ~ 11.08%

%35.76
%53.16
%11.08

CMYK RENK MODELİ

#71A823 rengi CMYK tonu (33,0,79,34).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 79.17%
  • ana renk tonu 34.12%
CMYK:
(33,0,79,34)
C33M0Y79K34 
(33%,0%,79%,34%)
(0.33/0.00/0.79/0.34)	

CMYK yüzdeleri

%32.74
%0
%79.17
%34.12

Codes

Color #71A823 in popluar color models

71A823
RGB11316835
HSL85°65.52%39.80%
HSB/HSV85°79.17%65.88%
CMYK32.74%0.00%79.17%
34.12%

Color #71A823 in popluar number systems.

HEX71A823
Decimal11316835
Binary111000110101000100011
Octal16125043

Shades and tints

Shades of #71A823

#71A823
(113,168,35)
#679920
(103,153,32)
#5D8A1D
(93,138,29)
#537B1A
(83,123,26)
#496C17
(73,108,23)
#3F5D14
(63,93,20)
#354E11
(53,78,17)
#2B3F0E
(43,63,14)
#21300B
(33,48,11)
#172108
(23,33,8)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #71A823

#71A823
(113,168,35)
#7DAF37
(125,175,55)
#89B64B
(137,182,75)
#95BD5F
(149,189,95)
#A1C473
(161,196,115)
#ADCB87
(173,203,135)
#B9D29B
(185,210,155)
#C5D9AF
(197,217,175)
#D1E0C3
(209,224,195)
#DDE7D7
(221,231,215)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A823 color. Also use rgb(113,168,35) instead hex code.

Text Font Color

.myTextColor { color: #71A823; }

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

This text font color is #71A823.


Background Color

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

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

This div background color is #71A823.


Border color

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

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

This div border color is #71A823.


Opacity

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

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

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

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

This text has shadow with #71A823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A823 on black background.


Color preview on white background

This text has color #71A823 on white background.



Black color preview on #71A823 background

This text has black color on #71A823 background.


White color preview on #71A823 background

This text has white color on #71A823 background.