COLOR #609253

HEX: #609253
RGB: (96,146,83)

Color info

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

RGB color model

#609253 color RGB value is (96,146,83).

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

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 83 of 255 = 33%

96
146
83

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 83 = 325 (100%)
R 96 of 325 ~ 29.54%
G 146 of 325 ~ 44.92%
B 83 of 325 ~ 25.54%

%29.54
%44.92
%25.54

CMYK color model

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

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 43.15%
  • key color value is 42.75%
CMYK:
(34,0,43,43)
C34M0Y43K43 
(34%,0%,43%,43%)
(0.34/0.00/0.43/0.43)	

CMYK percentages

%34.25
%0
%43.15
%42.75

Codes

Color #609253 in popluar color models

609253
RGB9614683
HSL108°27.51%44.90%
HSB/HSV108°43.15%57.25%
CMYK34.25%0.00%43.15%
42.75%

Color #609253 in popluar number systems.

HEX609253
Decimal9614683
Binary1100000100100101010011
Octal140222123

Shades and tints

Shades of #609253

#609253
(96,146,83)
#58854C
(88,133,76)
#507845
(80,120,69)
#486B3E
(72,107,62)
#405E37
(64,94,55)
#385130
(56,81,48)
#304429
(48,68,41)
#283722
(40,55,34)
#202A1B
(32,42,27)
#181D14
(24,29,20)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #609253

#609253
(96,146,83)
#6E9B62
(110,155,98)
#7CA471
(124,164,113)
#8AAD80
(138,173,128)
#98B68F
(152,182,143)
#A6BF9E
(166,191,158)
#B4C8AD
(180,200,173)
#C2D1BC
(194,209,188)
#D0DACB
(208,218,203)
#DEE3DA
(222,227,218)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609253; }

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

This text font color is #609253.


Background Color

.myBgColor { background-color: #609253; }

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

This div background color is #609253.


Border color

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

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

This div border color is #609253.


Opacity

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

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

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

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

This text has shadow with #609253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609253 on black background.


Color preview on white background

This text has color #609253 on white background.



Black color preview on #609253 background

This text has black color on #609253 background.


White color preview on #609253 background

This text has white color on #609253 background.