COLOR #3A7457

HEX: #3A7457
RGB: (58,116,87)

Color info

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

RGB color model

#3A7457 color RGB value is (58,116,87).

  • red value is 58;
  • green value is 116;
  • blue value is 87.
RGB:
(58,116,87)
(23%,45%,34%)

RGB channels and saturation

R 58 of 255 = 23%
G 116 of 255 = 45%
B 87 of 255 = 34%

58
116
87

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

Portions of RGB colors in percentages

R + G + B =
58 + 116 + 87 = 261 (100%)
R 58 of 261 ~ 22.22%
G 116 of 261 ~ 44.44%
B 87 of 261 ~ 33.33%

%22.22
%44.44
%33.33

CMYK color model

#3A7457 color CMYK value is (50,0,25,55).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(50,0,25,55)
C50M0Y25K55 
(50%,0%,25%,55%)
(0.50/0.00/0.25/0.55)	

CMYK percentages

%50
%0
%25
%54.51

Codes

Color #3A7457 in popluar color models

3A7457
RGB5811687
HSL150°33.33%34.12%
HSB/HSV150°50.00%45.49%
CMYK50.00%0.00%25.00%
54.51%

Color #3A7457 in popluar number systems.

HEX3A7457
Decimal5811687
Binary11101011101001010111
Octal72164127

Shades and tints

Shades of #3A7457

#3A7457
(58,116,87)
#356A50
(53,106,80)
#306049
(48,96,73)
#2B5642
(43,86,66)
#264C3B
(38,76,59)
#214234
(33,66,52)
#1C382D
(28,56,45)
#172E26
(23,46,38)
#12241F
(18,36,31)
#0D1A18
(13,26,24)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #3A7457

#3A7457
(58,116,87)
#4B8066
(75,128,102)
#5C8C75
(92,140,117)
#6D9884
(109,152,132)
#7EA493
(126,164,147)
#8FB0A2
(143,176,162)
#A0BCB1
(160,188,177)
#B1C8C0
(177,200,192)
#C2D4CF
(194,212,207)
#D3E0DE
(211,224,222)
#E4ECED
(228,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7457 color. Also use rgb(58,116,87) instead hex code.

Text Font Color

.myTextColor { color: #3A7457; }

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

This text font color is #3A7457.


Background Color

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

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

This div background color is #3A7457.


Border color

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

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

This div border color is #3A7457.


Opacity

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

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

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

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

This text has shadow with #3A7457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7457 on black background.


Color preview on white background

This text has color #3A7457 on white background.



Black color preview on #3A7457 background

This text has black color on #3A7457 background.


White color preview on #3A7457 background

This text has white color on #3A7457 background.