COLOR #72A357

HEX: #72A357
RGB: (114,163,87)

Color info

#72A357 contains mainly red and green colors. Web safe color of #72A357 is #669966 (or #696).

RGB color model

#72A357 color RGB value is (114,163,87).

  • red value is 114;
  • green value is 163;
  • blue value is 87.
RGB:
(114,163,87)
(45%,64%,34%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 87 of 255 = 34%

114
163
87

R + G + B ~ 48%. #72A357 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 87 = 364 (100%)
R 114 of 364 ~ 31.32%
G 163 of 364 ~ 44.78%
B 87 of 364 ~ 23.9%

%31.32
%44.78
%23.9

CMYK color model

#72A357 color CMYK value is (30,0,47,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 36.08%
CMYK:
(30,0,47,36)
C30M0Y47K36 
(30%,0%,47%,36%)
(0.30/0.00/0.47/0.36)	

CMYK percentages

%30.06
%0
%46.63
%36.08

Codes

Color #72A357 in popluar color models

72A357
RGB11416387
HSL99°30.40%49.02%
HSB/HSV99°46.63%63.92%
CMYK30.06%0.00%46.63%
36.08%

Color #72A357 in popluar number systems.

HEX72A357
Decimal11416387
Binary1110010101000111010111
Octal162243127

Shades and tints

Shades of #72A357

#72A357
(114,163,87)
#689550
(104,149,80)
#5E8749
(94,135,73)
#547942
(84,121,66)
#4A6B3B
(74,107,59)
#405D34
(64,93,52)
#364F2D
(54,79,45)
#2C4126
(44,65,38)
#22331F
(34,51,31)
#182518
(24,37,24)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #72A357

#72A357
(114,163,87)
#7EAB66
(126,171,102)
#8AB375
(138,179,117)
#96BB84
(150,187,132)
#A2C393
(162,195,147)
#AECBA2
(174,203,162)
#BAD3B1
(186,211,177)
#C6DBC0
(198,219,192)
#D2E3CF
(210,227,207)
#DEEBDE
(222,235,222)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A357 color. Also use rgb(114,163,87) instead hex code.

Text Font Color

.myTextColor { color: #72A357; }

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

This text font color is #72A357.


Background Color

.myBgColor { background-color: #72A357; }

<div style="background-color:#72A357">Inner text</div>

This div background color is #72A357.


Border color

.myBorderColor { border: 1px solid #72A357; }

<div style="border:3px solid #72A357">Div</div>

This div border color is #72A357.


Opacity

.myOpacity80 { color: #72A357; opacity: 0.8; }

<p style="color:#72A357;opacity:0.8;">80%</p>

Text with #72A357 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 #72A357;}

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

This text has shadow with #72A357 color.

.textShadow {text-shadow: 3px 3px 1px #72A357, 3px 3px 1px red;}

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

This text has shadow with #72A357 primary color and red secondary color.


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

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

This text has shadow with #72A357 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A357 on black background.


Color preview on white background

This text has color #72A357 on white background.



Black color preview on #72A357 background

This text has black color on #72A357 background.


White color preview on #72A357 background

This text has white color on #72A357 background.