COLOR #3A7C5A

HEX: #3A7C5A RGB: (58,124,90)

Color info

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

RGB color model

#3A7C5A color RGB value is (58,124,90).

RGB: (58,124,90) (23%, 49%, 35%)

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 90 of 255 = 35%

58
124
90

R + G + B ~ 36%. #3A7C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 124 + 90 = 272 (100%)
R 58 of 272 ~ 21.32%
G 124 of 272 ~ 45.59%
B 90 of 272 ~ 33.09'%

%21.32
%45.59
%33.09

CMYK color model

#3A7C5A color CMYK value is (53,0,27,51).

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 51.37%

CMYK: (53,0,27,51)
C53M0Y27K51 (53%, 0%, 27%, 51%)
(0.53 / 0.00 / 0.27 / 0.51)

CMYK percentages

%53.23
%0
%27.42
%51.37

Codes

Color #3A7C5A in popluar color models

3A 7C 5A
RGB 58 124 90
HSL 149° 36.26% 35.69%
HSB/HSV 149° 53.23% 48.63%
CMYK 53.23% 0.00% 27.42%
51.37%

Color #3A7C5A in popluar number systems.

HEX 3A 7C 5A
Decimal 58 124 90
Binary 111010 1111100 1011010
Octal 72 174 132

Shades and tints

Shades of #3A7C5A

#3A7C5A
(58,124,90)
#357152
(53,113,82)
#30664A
(48,102,74)
#2B5B42
(43,91,66)
#26503A
(38,80,58)
#214532
(33,69,50)
#1C3A2A
(28,58,42)
#172F22
(23,47,34)
#12241A
(18,36,26)
#0D1912
(13,25,18)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #3A7C5A

#3A7C5A
(58,124,90)
#4B8769
(75,135,105)
#5C9278
(92,146,120)
#6D9D87
(109,157,135)
#7EA896
(126,168,150)
#8FB3A5
(143,179,165)
#A0BEB4
(160,190,180)
#B1C9C3
(177,201,195)
#C2D4D2
(194,212,210)
#D3DFE1
(211,223,225)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7C5A color. Also use rgb(58,124,90) instead hex code.

Text Font Color

.myTextColor { color: #3A7C5A; }

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

This text font color is #3A7C5A.

Background Color

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

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

This div background color is #3A7C5A.

Border color

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

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

This div border color is #3A7C5A.

Opacity

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

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

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

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

This text has shadow with #3A7C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7C5A.

Preview

Color preview on black background

This text has color #3A7C5A on black background.


Color preview on white background

This text has color #3A7C5A on white background.


Black color preview on #3A7C5A background

This text has black color on #3A7C5A background.


White color preview on #3A7C5A background

This text has white color on #3A7C5A background.


Related colors

Complementary color

Complementary color for #hex is #C583A5.


I love getcolorcode.com

Triadic colors

1 #5A3A7C and #7C5A3A with #3A7C5A are triadic colors.

2 #5A7C3A and #7C3A5A with #3A7C5A are triadic colors.