COLOR #71B33C

HEX: #71B33C
RGB: (113,179,60)

Color info

#71B33C contains mainly green color. Web safe color of #71B33C is #669933 (or #693).

RGB color model

#71B33C color RGB value is (113,179,60).

  • red value is 113;
  • green value is 179;
  • blue value is 60.
RGB:
(113,179,60)
(44%,70%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 179 of 255 = 70%
B 60 of 255 = 24%

113
179
60

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

Portions of RGB colors in percentages

R + G + B =
113 + 179 + 60 = 352 (100%)
R 113 of 352 ~ 32.1%
G 179 of 352 ~ 50.85%
B 60 of 352 ~ 17.05%

%32.1
%50.85
%17.05

CMYK color model

#71B33C color CMYK value is (37,0,66,30).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 66.48%
  • key color value is 29.80%
CMYK:
(37,0,66,30)
C37M0Y66K30 
(37%,0%,66%,30%)
(0.37/0.00/0.66/0.30)	

CMYK percentages

%36.87
%0
%66.48
%29.8

Codes

Color #71B33C in popluar color models

71B33C
RGB11317960
HSL93°49.79%46.86%
HSB/HSV93°66.48%70.20%
CMYK36.87%0.00%66.48%
29.80%

Color #71B33C in popluar number systems.

HEX71B33C
Decimal11317960
Binary111000110110011111100
Octal16126374

Shades and tints

Shades of #71B33C

#71B33C
(113,179,60)
#67A337
(103,163,55)
#5D9332
(93,147,50)
#53832D
(83,131,45)
#497328
(73,115,40)
#3F6323
(63,99,35)
#35531E
(53,83,30)
#2B4319
(43,67,25)
#213314
(33,51,20)
#17230F
(23,35,15)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #71B33C

#71B33C
(113,179,60)
#7DB94D
(125,185,77)
#89BF5E
(137,191,94)
#95C56F
(149,197,111)
#A1CB80
(161,203,128)
#ADD191
(173,209,145)
#B9D7A2
(185,215,162)
#C5DDB3
(197,221,179)
#D1E3C4
(209,227,196)
#DDE9D5
(221,233,213)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B33C color. Also use rgb(113,179,60) instead hex code.

Text Font Color

.myTextColor { color: #71B33C; }

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

This text font color is #71B33C.


Background Color

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

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

This div background color is #71B33C.


Border color

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

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

This div border color is #71B33C.


Opacity

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

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

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

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

This text has shadow with #71B33C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B33C on black background.


Color preview on white background

This text has color #71B33C on white background.



Black color preview on #71B33C background

This text has black color on #71B33C background.


White color preview on #71B33C background

This text has white color on #71B33C background.