COLOR #60953E

HEX: #60953E
RGB: (96,149,62)

Color info

#60953E contains mainly red and green colors. Web safe color of #60953E is #669933 (or #693).

RGB color model

#60953E color RGB value is (96,149,62).

  • red value is 96;
  • green value is 149;
  • blue value is 62.
RGB:
(96,149,62)
(38%,58%,24%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 62 of 255 = 24%

96
149
62

R + G + B ~ 40%. #60953E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 149 + 62 = 307 (100%)
R 96 of 307 ~ 31.27%
G 149 of 307 ~ 48.53%
B 62 of 307 ~ 20.2%

%31.27
%48.53
%20.2

CMYK color model

#60953E color CMYK value is (36,0,58,42).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 58.39%
  • key color value is 41.57%
CMYK:
(36,0,58,42)
C36M0Y58K42 
(36%,0%,58%,42%)
(0.36/0.00/0.58/0.42)	

CMYK percentages

%35.57
%0
%58.39
%41.57

Codes

Color #60953E in popluar color models

60953E
RGB9614962
HSL97°41.23%41.37%
HSB/HSV97°58.39%58.43%
CMYK35.57%0.00%58.39%
41.57%

Color #60953E in popluar number systems.

HEX60953E
Decimal9614962
Binary110000010010101111110
Octal14022576

Shades and tints

Shades of #60953E

#60953E
(96,149,62)
#588839
(88,136,57)
#507B34
(80,123,52)
#486E2F
(72,110,47)
#40612A
(64,97,42)
#385425
(56,84,37)
#304720
(48,71,32)
#283A1B
(40,58,27)
#202D16
(32,45,22)
#182011
(24,32,17)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #60953E

#60953E
(96,149,62)
#6E9E4F
(110,158,79)
#7CA760
(124,167,96)
#8AB071
(138,176,113)
#98B982
(152,185,130)
#A6C293
(166,194,147)
#B4CBA4
(180,203,164)
#C2D4B5
(194,212,181)
#D0DDC6
(208,221,198)
#DEE6D7
(222,230,215)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60953E color. Also use rgb(96,149,62) instead hex code.

Text Font Color

.myTextColor { color: #60953E; }

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

This text font color is #60953E.


Background Color

.myBgColor { background-color: #60953E; }

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

This div background color is #60953E.


Border color

.myBorderColor { border: 1px solid #60953E; }

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

This div border color is #60953E.


Opacity

.myOpacity80 { color: #60953E; opacity: 0.8; }

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

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

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

This text has shadow with #60953E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60953E on black background.


Color preview on white background

This text has color #60953E on white background.



Black color preview on #60953E background

This text has black color on #60953E background.


White color preview on #60953E background

This text has white color on #60953E background.