COLOR #3A9969

HEX: #3A9969
RGB: (58,153,105)

Color info

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

RGB color model

#3A9969 color RGB value is (58,153,105).

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

RGB channels and saturation

R 58 of 255 = 23%
G 153 of 255 = 60%
B 105 of 255 = 41%

58
153
105

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

Portions of RGB colors in percentages

R + G + B =
58 + 153 + 105 = 316 (100%)
R 58 of 316 ~ 18.35%
G 153 of 316 ~ 48.42%
B 105 of 316 ~ 33.23%

%18.35
%48.42
%33.23

CMYK color model

#3A9969 color CMYK value is (62,0,31,40).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(62,0,31,40)
C62M0Y31K40 
(62%,0%,31%,40%)
(0.62/0.00/0.31/0.40)	

CMYK percentages

%62.09
%0
%31.37
%40

Codes

Color #3A9969 in popluar color models

3A9969
RGB58153105
HSL150°45.02%41.37%
HSB/HSV150°62.09%60.00%
CMYK62.09%0.00%31.37%
40.00%

Color #3A9969 in popluar number systems.

HEX3A9969
Decimal58153105
Binary111010100110011101001
Octal72231151

Shades and tints

Shades of #3A9969

#3A9969
(58,153,105)
#358C60
(53,140,96)
#307F57
(48,127,87)
#2B724E
(43,114,78)
#266545
(38,101,69)
#21583C
(33,88,60)
#1C4B33
(28,75,51)
#173E2A
(23,62,42)
#123121
(18,49,33)
#0D2418
(13,36,24)
#08170F
(8,23,15)
#000000
(0,0,0)

Tints of #3A9969

#3A9969
(58,153,105)
#4BA276
(75,162,118)
#5CAB83
(92,171,131)
#6DB490
(109,180,144)
#7EBD9D
(126,189,157)
#8FC6AA
(143,198,170)
#A0CFB7
(160,207,183)
#B1D8C4
(177,216,196)
#C2E1D1
(194,225,209)
#D3EADE
(211,234,222)
#E4F3EB
(228,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A9969; }

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

This text font color is #3A9969.


Background Color

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

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

This div background color is #3A9969.


Border color

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

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

This div border color is #3A9969.


Opacity

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

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

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

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

This text has shadow with #3A9969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9969 on black background.


Color preview on white background

This text has color #3A9969 on white background.



Black color preview on #3A9969 background

This text has black color on #3A9969 background.


White color preview on #3A9969 background

This text has white color on #3A9969 background.