COLOR #3A9961

HEX: #3A9961
RGB: (58,153,97)

Color info

#3A9961 contains mainly green and blue colors. Web safe color of #3A9961 is #339966 (or #396).

RGB color model

#3A9961 color RGB value is (58,153,97).

  • red value is 58;
  • green value is 153;
  • blue value is 97.
RGB:
(58,153,97)
(23%,60%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 153 of 255 = 60%
B 97 of 255 = 38%

58
153
97

R + G + B ~ 40%. #3A9961 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 153 + 97 = 308 (100%)
R 58 of 308 ~ 18.83%
G 153 of 308 ~ 49.68%
B 97 of 308 ~ 31.49%

%18.83
%49.68
%31.49

CMYK color model

#3A9961 color CMYK value is (62,0,37,40).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 40.00%
CMYK:
(62,0,37,40)
C62M0Y37K40 
(62%,0%,37%,40%)
(0.62/0.00/0.37/0.40)	

CMYK percentages

%62.09
%0
%36.6
%40

Codes

Color #3A9961 in popluar color models

3A9961
RGB5815397
HSL145°45.02%41.37%
HSB/HSV145°62.09%60.00%
CMYK62.09%0.00%36.60%
40.00%

Color #3A9961 in popluar number systems.

HEX3A9961
Decimal5815397
Binary111010100110011100001
Octal72231141

Shades and tints

Shades of #3A9961

#3A9961
(58,153,97)
#358C59
(53,140,89)
#307F51
(48,127,81)
#2B7249
(43,114,73)
#266541
(38,101,65)
#215839
(33,88,57)
#1C4B31
(28,75,49)
#173E29
(23,62,41)
#123121
(18,49,33)
#0D2419
(13,36,25)
#081711
(8,23,17)
#000000
(0,0,0)

Tints of #3A9961

#3A9961
(58,153,97)
#4BA26F
(75,162,111)
#5CAB7D
(92,171,125)
#6DB48B
(109,180,139)
#7EBD99
(126,189,153)
#8FC6A7
(143,198,167)
#A0CFB5
(160,207,181)
#B1D8C3
(177,216,195)
#C2E1D1
(194,225,209)
#D3EADF
(211,234,223)
#E4F3ED
(228,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A9961 color. Also use rgb(58,153,97) instead hex code.

Text Font Color

.myTextColor { color: #3A9961; }

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

This text font color is #3A9961.


Background Color

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

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

This div background color is #3A9961.


Border color

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

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

This div border color is #3A9961.


Opacity

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

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

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

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

This text has shadow with #3A9961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9961 on black background.


Color preview on white background

This text has color #3A9961 on white background.



Black color preview on #3A9961 background

This text has black color on #3A9961 background.


White color preview on #3A9961 background

This text has white color on #3A9961 background.