COLOR #719274

HEX: #719274
RGB: (113,146,116)

Color info

#719274 contains red, green and blue colors in about the same proportion. Web safe color of #719274 is #669966 (or #696).

RGB color model

#719274 color RGB value is (113,146,116).

  • red value is 113;
  • green value is 146;
  • blue value is 116.
RGB:
(113,146,116)
(44%,57%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 146 of 255 = 57%
B 116 of 255 = 45%

113
146
116

R + G + B ~ 49%. #719274 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 146 + 116 = 375 (100%)
R 113 of 375 ~ 30.13%
G 146 of 375 ~ 38.93%
B 116 of 375 ~ 30.93%

%30.13
%38.93
%30.93

CMYK color model

#719274 color CMYK value is (23,0,21,43).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 42.75%
CMYK:
(23,0,21,43)
C23M0Y21K43 
(23%,0%,21%,43%)
(0.23/0.00/0.21/0.43)	

CMYK percentages

%22.6
%0
%20.55
%42.75

Codes

Color #719274 in popluar color models

719274
RGB113146116
HSL125°13.15%50.78%
HSB/HSV125°22.60%57.25%
CMYK22.60%0.00%20.55%
42.75%

Color #719274 in popluar number systems.

HEX719274
Decimal113146116
Binary1110001100100101110100
Octal161222164

Shades and tints

Shades of #719274

#719274
(113,146,116)
#67856A
(103,133,106)
#5D7860
(93,120,96)
#536B56
(83,107,86)
#495E4C
(73,94,76)
#3F5142
(63,81,66)
#354438
(53,68,56)
#2B372E
(43,55,46)
#212A24
(33,42,36)
#171D1A
(23,29,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #719274

#719274
(113,146,116)
#7D9B80
(125,155,128)
#89A48C
(137,164,140)
#95AD98
(149,173,152)
#A1B6A4
(161,182,164)
#ADBFB0
(173,191,176)
#B9C8BC
(185,200,188)
#C5D1C8
(197,209,200)
#D1DAD4
(209,218,212)
#DDE3E0
(221,227,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719274 color. Also use rgb(113,146,116) instead hex code.

Text Font Color

.myTextColor { color: #719274; }

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

This text font color is #719274.


Background Color

.myBgColor { background-color: #719274; }

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

This div background color is #719274.


Border color

.myBorderColor { border: 1px solid #719274; }

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

This div border color is #719274.


Opacity

.myOpacity80 { color: #719274; opacity: 0.8; }

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

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

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

This text has shadow with #719274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719274 on black background.


Color preview on white background

This text has color #719274 on white background.



Black color preview on #719274 background

This text has black color on #719274 background.


White color preview on #719274 background

This text has white color on #719274 background.