COLOR #3A7C50

HEX: #3A7C50 RGB: (58,124,80)

Color info

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

RGB color model

#3A7C50 color RGB value is (58,124,80).

RGB: (58,124,80) (23%, 49%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 80 of 255 = 31%

58
124
80

R + G + B ~ 34%. #3A7C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 124 + 80 = 262 (100%)
R 58 of 262 ~ 22.14%
G 124 of 262 ~ 47.33%
B 80 of 262 ~ 30.53'%

%22.14
%47.33
%30.53

CMYK color model

#3A7C50 color CMYK value is (53,0,35,51).

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

CMYK: (53,0,35,51)
C53M0Y35K51 (53%, 0%, 35%, 51%)
(0.53 / 0.00 / 0.35 / 0.51)

CMYK percentages

%53.23
%0
%35.48
%51.37

Codes

Color #3A7C50 in popluar color models

3A 7C 50
RGB 58 124 80
HSL 140° 36.26% 35.69%
HSB/HSV 140° 53.23% 48.63%
CMYK 53.23% 0.00% 35.48%
51.37%

Color #3A7C50 in popluar number systems.

HEX 3A 7C 50
Decimal 58 124 80
Binary 111010 1111100 1010000
Octal 72 174 120

Shades and tints

Shades of #3A7C50

#3A7C50
(58,124,80)
#357149
(53,113,73)
#306642
(48,102,66)
#2B5B3B
(43,91,59)
#265034
(38,80,52)
#21452D
(33,69,45)
#1C3A26
(28,58,38)
#172F1F
(23,47,31)
#122418
(18,36,24)
#0D1911
(13,25,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #3A7C50

#3A7C50
(58,124,80)
#4B875F
(75,135,95)
#5C926E
(92,146,110)
#6D9D7D
(109,157,125)
#7EA88C
(126,168,140)
#8FB39B
(143,179,155)
#A0BEAA
(160,190,170)
#B1C9B9
(177,201,185)
#C2D4C8
(194,212,200)
#D3DFD7
(211,223,215)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7C50; }

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

This text font color is #3A7C50.

Background Color

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

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

This div background color is #3A7C50.

Border color

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

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

This div border color is #3A7C50.

Opacity

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

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

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

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

This text has shadow with #3A7C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7C50.

Preview

Color preview on black background

This text has color #3A7C50 on black background.


Color preview on white background

This text has color #3A7C50 on white background.


Black color preview on #3A7C50 background

This text has black color on #3A7C50 background.


White color preview on #3A7C50 background

This text has white color on #3A7C50 background.


Related colors

Complementary color

Complementary color for #hex is #C583AF.


I love getcolorcode.com

Triadic colors

1 #503A7C and #7C503A with #3A7C50 are triadic colors.

2 #507C3A and #7C3A50 with #3A7C50 are triadic colors.