COLOR #609272

HEX: #609272
RGB: (96,146,114)

Color info

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

RGB color model

#609272 color RGB value is (96,146,114).

  • red value is 96;
  • green value is 146;
  • blue value is 114.
RGB:
(96,146,114)
(38%,57%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 114 of 255 = 45%

96
146
114

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 114 = 356 (100%)
R 96 of 356 ~ 26.97%
G 146 of 356 ~ 41.01%
B 114 of 356 ~ 32.02%

%26.97
%41.01
%32.02

CMYK color model

#609272 color CMYK value is (34,0,22,43).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(34,0,22,43)
C34M0Y22K43 
(34%,0%,22%,43%)
(0.34/0.00/0.22/0.43)	

CMYK percentages

%34.25
%0
%21.92
%42.75

Codes

Color #609272 in popluar color models

609272
RGB96146114
HSL142°20.66%47.45%
HSB/HSV142°34.25%57.25%
CMYK34.25%0.00%21.92%
42.75%

Color #609272 in popluar number systems.

HEX609272
Decimal96146114
Binary1100000100100101110010
Octal140222162

Shades and tints

Shades of #609272

#609272
(96,146,114)
#588568
(88,133,104)
#50785E
(80,120,94)
#486B54
(72,107,84)
#405E4A
(64,94,74)
#385140
(56,81,64)
#304436
(48,68,54)
#28372C
(40,55,44)
#202A22
(32,42,34)
#181D18
(24,29,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #609272

#609272
(96,146,114)
#6E9B7E
(110,155,126)
#7CA48A
(124,164,138)
#8AAD96
(138,173,150)
#98B6A2
(152,182,162)
#A6BFAE
(166,191,174)
#B4C8BA
(180,200,186)
#C2D1C6
(194,209,198)
#D0DAD2
(208,218,210)
#DEE3DE
(222,227,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609272 color. Also use rgb(96,146,114) instead hex code.

Text Font Color

.myTextColor { color: #609272; }

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

This text font color is #609272.


Background Color

.myBgColor { background-color: #609272; }

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

This div background color is #609272.


Border color

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

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

This div border color is #609272.


Opacity

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

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

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

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

This text has shadow with #609272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609272 on black background.


Color preview on white background

This text has color #609272 on white background.



Black color preview on #609272 background

This text has black color on #609272 background.


White color preview on #609272 background

This text has white color on #609272 background.