COLOR #609053

HEX: #609053
RGB: (96,144,83)

Color info

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

RGB color model

#609053 color RGB value is (96,144,83).

  • red value is 96;
  • green value is 144;
  • blue value is 83.
RGB:
(96,144,83)
(38%,56%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 144 of 255 = 56%
B 83 of 255 = 33%

96
144
83

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

Portions of RGB colors in percentages

R + G + B =
96 + 144 + 83 = 323 (100%)
R 96 of 323 ~ 29.72%
G 144 of 323 ~ 44.58%
B 83 of 323 ~ 25.7%

%29.72
%44.58
%25.7

CMYK color model

#609053 color CMYK value is (33,0,42,44).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 43.53%
CMYK:
(33,0,42,44)
C33M0Y42K44 
(33%,0%,42%,44%)
(0.33/0.00/0.42/0.44)	

CMYK percentages

%33.33
%0
%42.36
%43.53

Codes

Color #609053 in popluar color models

609053
RGB9614483
HSL107°26.87%44.51%
HSB/HSV107°42.36%56.47%
CMYK33.33%0.00%42.36%
43.53%

Color #609053 in popluar number systems.

HEX609053
Decimal9614483
Binary1100000100100001010011
Octal140220123

Shades and tints

Shades of #609053

#609053
(96,144,83)
#58834C
(88,131,76)
#507645
(80,118,69)
#48693E
(72,105,62)
#405C37
(64,92,55)
#384F30
(56,79,48)
#304229
(48,66,41)
#283522
(40,53,34)
#20281B
(32,40,27)
#181B14
(24,27,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #609053

#609053
(96,144,83)
#6E9A62
(110,154,98)
#7CA471
(124,164,113)
#8AAE80
(138,174,128)
#98B88F
(152,184,143)
#A6C29E
(166,194,158)
#B4CCAD
(180,204,173)
#C2D6BC
(194,214,188)
#D0E0CB
(208,224,203)
#DEEADA
(222,234,218)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609053 color. Also use rgb(96,144,83) instead hex code.

Text Font Color

.myTextColor { color: #609053; }

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

This text font color is #609053.


Background Color

.myBgColor { background-color: #609053; }

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

This div background color is #609053.


Border color

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

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

This div border color is #609053.


Opacity

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

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

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

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

This text has shadow with #609053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609053 on black background.


Color preview on white background

This text has color #609053 on white background.



Black color preview on #609053 background

This text has black color on #609053 background.


White color preview on #609053 background

This text has white color on #609053 background.