COLOR #3A7F61

HEX: #3A7F61
RGB: (58,127,97)

Color info

#3A7F61 contains mainly green and blue colors. Web safe color of #3A7F61 is #336666 (or #366).

RGB color model

#3A7F61 color RGB value is (58,127,97).

  • red value is 58;
  • green value is 127;
  • blue value is 97.
RGB:
(58,127,97)
(23%,50%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 127 of 255 = 50%
B 97 of 255 = 38%

58
127
97

R + G + B ~ 37%. #3A7F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 127 + 97 = 282 (100%)
R 58 of 282 ~ 20.57%
G 127 of 282 ~ 45.04%
B 97 of 282 ~ 34.4%

%20.57
%45.04
%34.4

CMYK color model

#3A7F61 color CMYK value is (54,0,24,50).

  • cyan value is 54.33%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(54,0,24,50)
C54M0Y24K50 
(54%,0%,24%,50%)
(0.54/0.00/0.24/0.50)	

CMYK percentages

%54.33
%0
%23.62
%50.2

Codes

Color #3A7F61 in popluar color models

3A7F61
RGB5812797
HSL154°37.30%36.27%
HSB/HSV154°54.33%49.80%
CMYK54.33%0.00%23.62%
50.20%

Color #3A7F61 in popluar number systems.

HEX3A7F61
Decimal5812797
Binary11101011111111100001
Octal72177141

Shades and tints

Shades of #3A7F61

#3A7F61
(58,127,97)
#357459
(53,116,89)
#306951
(48,105,81)
#2B5E49
(43,94,73)
#265341
(38,83,65)
#214839
(33,72,57)
#1C3D31
(28,61,49)
#173229
(23,50,41)
#122721
(18,39,33)
#0D1C19
(13,28,25)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #3A7F61

#3A7F61
(58,127,97)
#4B8A6F
(75,138,111)
#5C957D
(92,149,125)
#6DA08B
(109,160,139)
#7EAB99
(126,171,153)
#8FB6A7
(143,182,167)
#A0C1B5
(160,193,181)
#B1CCC3
(177,204,195)
#C2D7D1
(194,215,209)
#D3E2DF
(211,226,223)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7F61 color. Also use rgb(58,127,97) instead hex code.

Text Font Color

.myTextColor { color: #3A7F61; }

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

This text font color is #3A7F61.


Background Color

.myBgColor { background-color: #3A7F61; }

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

This div background color is #3A7F61.


Border color

.myBorderColor { border: 1px solid #3A7F61; }

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

This div border color is #3A7F61.


Opacity

.myOpacity80 { color: #3A7F61; opacity: 0.8; }

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

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

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

This text has shadow with #3A7F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7F61 on black background.


Color preview on white background

This text has color #3A7F61 on white background.



Black color preview on #3A7F61 background

This text has black color on #3A7F61 background.


White color preview on #3A7F61 background

This text has white color on #3A7F61 background.