COLOR #71B263

HEX: #71B263
RGB: (113,178,99)

Color info

#71B263 contains mainly green color. Web safe color of #71B263 is #669966 (or #696).

RGB color model

#71B263 color RGB value is (113,178,99).

  • red value is 113;
  • green value is 178;
  • blue value is 99.
RGB:
(113,178,99)
(44%,70%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 178 of 255 = 70%
B 99 of 255 = 39%

113
178
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 178 + 99 = 390 (100%)
R 113 of 390 ~ 28.97%
G 178 of 390 ~ 45.64%
B 99 of 390 ~ 25.38%

%28.97
%45.64
%25.38

CMYK color model

#71B263 color CMYK value is (37,0,44,30).

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK:
(37,0,44,30)
C37M0Y44K30 
(37%,0%,44%,30%)
(0.37/0.00/0.44/0.30)	

CMYK percentages

%36.52
%0
%44.38
%30.2

Codes

Color #71B263 in popluar color models

71B263
RGB11317899
HSL109°33.91%54.31%
HSB/HSV109°44.38%69.80%
CMYK36.52%0.00%44.38%
30.20%

Color #71B263 in popluar number systems.

HEX71B263
Decimal11317899
Binary1110001101100101100011
Octal161262143

Shades and tints

Shades of #71B263

#71B263
(113,178,99)
#67A25A
(103,162,90)
#5D9251
(93,146,81)
#538248
(83,130,72)
#49723F
(73,114,63)
#3F6236
(63,98,54)
#35522D
(53,82,45)
#2B4224
(43,66,36)
#21321B
(33,50,27)
#172212
(23,34,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #71B263

#71B263
(113,178,99)
#7DB971
(125,185,113)
#89C07F
(137,192,127)
#95C78D
(149,199,141)
#A1CE9B
(161,206,155)
#ADD5A9
(173,213,169)
#B9DCB7
(185,220,183)
#C5E3C5
(197,227,197)
#D1EAD3
(209,234,211)
#DDF1E1
(221,241,225)
#E9F8EF
(233,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B263 color. Also use rgb(113,178,99) instead hex code.

Text Font Color

.myTextColor { color: #71B263; }

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

This text font color is #71B263.


Background Color

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

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

This div background color is #71B263.


Border color

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

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

This div border color is #71B263.


Opacity

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

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

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

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

This text has shadow with #71B263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B263 on black background.


Color preview on white background

This text has color #71B263 on white background.



Black color preview on #71B263 background

This text has black color on #71B263 background.


White color preview on #71B263 background

This text has white color on #71B263 background.