COLOR #3A7550

HEX: #3A7550 RGB: (58,117,80)

Color info

#3A7550 contains red, green and blue colors in about the same proportion. Web safe color of #3A7550 is #336666 (or #366).

RGB color model

#3A7550 color RGB value is (58,117,80).

RGB: (58,117,80) (23%, 46%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 80 of 255 = 31%

58
117
80

R + G + B ~ 33%. #3A7550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 117 + 80 = 255 (100%)
R 58 of 255 ~ 22.75%
G 117 of 255 ~ 45.88%
B 80 of 255 ~ 31.37'%

%22.75
%45.88
%31.37

CMYK color model

#3A7550 color CMYK value is (50,0,32,54).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 54.12%

CMYK: (50,0,32,54)
C50M0Y32K54 (50%, 0%, 32%, 54%)
(0.50 / 0.00 / 0.32 / 0.54)

CMYK percentages

%50.43
%0
%31.62
%54.12

Codes

Color #3A7550 in popluar color models

3A 75 50
RGB 58 117 80
HSL 142° 33.71% 34.31%
HSB/HSV 142° 50.43% 45.88%
CMYK 50.43% 0.00% 31.62%
54.12%

Color #3A7550 in popluar number systems.

HEX 3A 75 50
Decimal 58 117 80
Binary 111010 1110101 1010000
Octal 72 165 120

Shades and tints

Shades of #3A7550

#3A7550
(58,117,80)
#356B49
(53,107,73)
#306142
(48,97,66)
#2B573B
(43,87,59)
#264D34
(38,77,52)
#21432D
(33,67,45)
#1C3926
(28,57,38)
#172F1F
(23,47,31)
#122518
(18,37,24)
#0D1B11
(13,27,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #3A7550

#3A7550
(58,117,80)
#4B815F
(75,129,95)
#5C8D6E
(92,141,110)
#6D997D
(109,153,125)
#7EA58C
(126,165,140)
#8FB19B
(143,177,155)
#A0BDAA
(160,189,170)
#B1C9B9
(177,201,185)
#C2D5C8
(194,213,200)
#D3E1D7
(211,225,215)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7550; }

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

This text font color is #3A7550.

Background Color

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

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

This div background color is #3A7550.

Border color

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

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

This div border color is #3A7550.

Opacity

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

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

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

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

This text has shadow with #3A7550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7550.

Preview

Color preview on black background

This text has color #3A7550 on black background.


Color preview on white background

This text has color #3A7550 on white background.


Black color preview on #3A7550 background

This text has black color on #3A7550 background.


White color preview on #3A7550 background

This text has white color on #3A7550 background.


Related colors

Complementary color

Complementary color for #hex is #C58AAF.


I love getcolorcode.com

Triadic colors

1 #503A75 and #75503A with #3A7550 are triadic colors.

2 #50753A and #753A50 with #3A7550 are triadic colors.