COLOR #61973E

HEX: #61973E
RGB: (97,151,62)

Color info

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

RGB color model

#61973E color RGB value is (97,151,62).

  • red value is 97;
  • green value is 151;
  • blue value is 62.
RGB:
(97,151,62)
(38%,59%,24%)

RGB channels and saturation

R 97 of 255 = 38%
G 151 of 255 = 59%
B 62 of 255 = 24%

97
151
62

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

Portions of RGB colors in percentages

R + G + B =
97 + 151 + 62 = 310 (100%)
R 97 of 310 ~ 31.29%
G 151 of 310 ~ 48.71%
B 62 of 310 ~ 20%

%31.29
%48.71
%20

CMYK color model

#61973E color CMYK value is (36,0,59,41).

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 58.94%
  • key color value is 40.78%
CMYK:
(36,0,59,41)
C36M0Y59K41 
(36%,0%,59%,41%)
(0.36/0.00/0.59/0.41)	

CMYK percentages

%35.76
%0
%58.94
%40.78

Codes

Color #61973E in popluar color models

61973E
RGB9715162
HSL96°41.78%41.76%
HSB/HSV96°58.94%59.22%
CMYK35.76%0.00%58.94%
40.78%

Color #61973E in popluar number systems.

HEX61973E
Decimal9715162
Binary110000110010111111110
Octal14122776

Shades and tints

Shades of #61973E

#61973E
(97,151,62)
#598A39
(89,138,57)
#517D34
(81,125,52)
#49702F
(73,112,47)
#41632A
(65,99,42)
#395625
(57,86,37)
#314920
(49,73,32)
#293C1B
(41,60,27)
#212F16
(33,47,22)
#192211
(25,34,17)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #61973E

#61973E
(97,151,62)
#6FA04F
(111,160,79)
#7DA960
(125,169,96)
#8BB271
(139,178,113)
#99BB82
(153,187,130)
#A7C493
(167,196,147)
#B5CDA4
(181,205,164)
#C3D6B5
(195,214,181)
#D1DFC6
(209,223,198)
#DFE8D7
(223,232,215)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61973E color. Also use rgb(97,151,62) instead hex code.

Text Font Color

.myTextColor { color: #61973E; }

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

This text font color is #61973E.


Background Color

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

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

This div background color is #61973E.


Border color

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

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

This div border color is #61973E.


Opacity

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

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

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

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

This text has shadow with #61973E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61973E on black background.


Color preview on white background

This text has color #61973E on white background.



Black color preview on #61973E background

This text has black color on #61973E background.


White color preview on #61973E background

This text has white color on #61973E background.