COLOR #3A9758

HEX: #3A9758
RGB: (58,151,88)

Color info

#3A9758 contains mainly green color. Web safe color of #3A9758 is #339966 (or #396).

RGB color model

#3A9758 color RGB value is (58,151,88).

  • red value is 58;
  • green value is 151;
  • blue value is 88.
RGB:
(58,151,88)
(23%,59%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 151 of 255 = 59%
B 88 of 255 = 35%

58
151
88

R + G + B ~ 39%. #3A9758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 151 + 88 = 297 (100%)
R 58 of 297 ~ 19.53%
G 151 of 297 ~ 50.84%
B 88 of 297 ~ 29.63%

%19.53
%50.84
%29.63

CMYK color model

#3A9758 color CMYK value is (62,0,42,41).

  • cyan value is 61.59%
  • magenta value is 0.00%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(62,0,42,41)
C62M0Y42K41 
(62%,0%,42%,41%)
(0.62/0.00/0.42/0.41)	

CMYK percentages

%61.59
%0
%41.72
%40.78

Codes

Color #3A9758 in popluar color models

3A9758
RGB5815188
HSL139°44.50%40.98%
HSB/HSV139°61.59%59.22%
CMYK61.59%0.00%41.72%
40.78%

Color #3A9758 in popluar number systems.

HEX3A9758
Decimal5815188
Binary111010100101111011000
Octal72227130

Shades and tints

Shades of #3A9758

#3A9758
(58,151,88)
#358A50
(53,138,80)
#307D48
(48,125,72)
#2B7040
(43,112,64)
#266338
(38,99,56)
#215630
(33,86,48)
#1C4928
(28,73,40)
#173C20
(23,60,32)
#122F18
(18,47,24)
#0D2210
(13,34,16)
#081508
(8,21,8)
#000000
(0,0,0)

Tints of #3A9758

#3A9758
(58,151,88)
#4BA067
(75,160,103)
#5CA976
(92,169,118)
#6DB285
(109,178,133)
#7EBB94
(126,187,148)
#8FC4A3
(143,196,163)
#A0CDB2
(160,205,178)
#B1D6C1
(177,214,193)
#C2DFD0
(194,223,208)
#D3E8DF
(211,232,223)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A9758 color. Also use rgb(58,151,88) instead hex code.

Text Font Color

.myTextColor { color: #3A9758; }

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

This text font color is #3A9758.


Background Color

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

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

This div background color is #3A9758.


Border color

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

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

This div border color is #3A9758.


Opacity

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

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

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

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

This text has shadow with #3A9758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9758 on black background.


Color preview on white background

This text has color #3A9758 on white background.



Black color preview on #3A9758 background

This text has black color on #3A9758 background.


White color preview on #3A9758 background

This text has white color on #3A9758 background.