COLOR #3A7C55

HEX: #3A7C55 RGB: (58,124,85)

Color info

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

RGB color model

#3A7C55 color RGB value is (58,124,85).

RGB: (58,124,85) (23%, 49%, 33%)

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 85 of 255 = 33%

58
124
85

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

Portions of RGB colors in percentages

R + G + B = 58 + 124 + 85 = 267 (100%)
R 58 of 267 ~ 21.72%
G 124 of 267 ~ 46.44%
B 85 of 267 ~ 31.84'%

%21.72
%46.44
%31.84

CMYK color model

#3A7C55 color CMYK value is (53,0,31,51).

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

CMYK: (53,0,31,51)
C53M0Y31K51 (53%, 0%, 31%, 51%)
(0.53 / 0.00 / 0.31 / 0.51)

CMYK percentages

%53.23
%0
%31.45
%51.37

Codes

Color #3A7C55 in popluar color models

3A 7C 55
RGB 58 124 85
HSL 145° 36.26% 35.69%
HSB/HSV 145° 53.23% 48.63%
CMYK 53.23% 0.00% 31.45%
51.37%

Color #3A7C55 in popluar number systems.

HEX 3A 7C 55
Decimal 58 124 85
Binary 111010 1111100 1010101
Octal 72 174 125

Shades and tints

Shades of #3A7C55

#3A7C55
(58,124,85)
#35714E
(53,113,78)
#306647
(48,102,71)
#2B5B40
(43,91,64)
#265039
(38,80,57)
#214532
(33,69,50)
#1C3A2B
(28,58,43)
#172F24
(23,47,36)
#12241D
(18,36,29)
#0D1916
(13,25,22)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #3A7C55

#3A7C55
(58,124,85)
#4B8764
(75,135,100)
#5C9273
(92,146,115)
#6D9D82
(109,157,130)
#7EA891
(126,168,145)
#8FB3A0
(143,179,160)
#A0BEAF
(160,190,175)
#B1C9BE
(177,201,190)
#C2D4CD
(194,212,205)
#D3DFDC
(211,223,220)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7C55; }

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

This text font color is #3A7C55.

Background Color

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

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

This div background color is #3A7C55.

Border color

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

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

This div border color is #3A7C55.

Opacity

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

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

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

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

This text has shadow with #3A7C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7C55.

Preview

Color preview on black background

This text has color #3A7C55 on black background.


Color preview on white background

This text has color #3A7C55 on white background.


Black color preview on #3A7C55 background

This text has black color on #3A7C55 background.


White color preview on #3A7C55 background

This text has white color on #3A7C55 background.


Related colors

Complementary color

Complementary color for #hex is #C583AA.


I love getcolorcode.com

Triadic colors

1 #553A7C and #7C553A with #3A7C55 are triadic colors.

2 #557C3A and #7C3A55 with #3A7C55 are triadic colors.