COLOR #3A7F51

HEX: #3A7F51 RGB: (58,127,81)

Color info

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

RGB color model

#3A7F51 color RGB value is (58,127,81).

RGB: (58,127,81) (23%, 50%, 32%)

RGB channels and saturation

R 58 of 255 = 23%
G 127 of 255 = 50%
B 81 of 255 = 32%

58
127
81

R + G + B ~ 35%. #3A7F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 127 + 81 = 266 (100%)
R 58 of 266 ~ 21.8%
G 127 of 266 ~ 47.74%
B 81 of 266 ~ 30.45'%

%21.8
%47.74
%30.45

CMYK color model

#3A7F51 color CMYK value is (54,0,36,50).

  • cyan value is 54.33%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 50.20%

CMYK: (54,0,36,50)
C54M0Y36K50 (54%, 0%, 36%, 50%)
(0.54 / 0.00 / 0.36 / 0.50)

CMYK percentages

%54.33
%0
%36.22
%50.2

Codes

Color #3A7F51 in popluar color models

3A 7F 51
RGB 58 127 81
HSL 140° 37.30% 36.27%
HSB/HSV 140° 54.33% 49.80%
CMYK 54.33% 0.00% 36.22%
50.20%

Color #3A7F51 in popluar number systems.

HEX 3A 7F 51
Decimal 58 127 81
Binary 111010 1111111 1010001
Octal 72 177 121

Shades and tints

Shades of #3A7F51

#3A7F51
(58,127,81)
#35744A
(53,116,74)
#306943
(48,105,67)
#2B5E3C
(43,94,60)
#265335
(38,83,53)
#21482E
(33,72,46)
#1C3D27
(28,61,39)
#173220
(23,50,32)
#122719
(18,39,25)
#0D1C12
(13,28,18)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #3A7F51

#3A7F51
(58,127,81)
#4B8A60
(75,138,96)
#5C956F
(92,149,111)
#6DA07E
(109,160,126)
#7EAB8D
(126,171,141)
#8FB69C
(143,182,156)
#A0C1AB
(160,193,171)
#B1CCBA
(177,204,186)
#C2D7C9
(194,215,201)
#D3E2D8
(211,226,216)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7F51; }

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

This text font color is #3A7F51.

Background Color

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

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

This div background color is #3A7F51.

Border color

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

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

This div border color is #3A7F51.

Opacity

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

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

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

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

This text has shadow with #3A7F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7F51.

Preview

Color preview on black background

This text has color #3A7F51 on black background.


Color preview on white background

This text has color #3A7F51 on white background.


Black color preview on #3A7F51 background

This text has black color on #3A7F51 background.


White color preview on #3A7F51 background

This text has white color on #3A7F51 background.


Related colors

Complementary color

Complementary color for #hex is #C580AE.


I love getcolorcode.com

Triadic colors

1 #513A7F and #7F513A with #3A7F51 are triadic colors.

2 #517F3A and #7F3A51 with #3A7F51 are triadic colors.