COLOR #3AB715

HEX: #3AB715
RGB: (58,183,21)

Color info

#3AB715 contains mainly green color. Web safe color of #3AB715 is #33CC00 (or #3C0).

RGB color model

#3AB715 color RGB value is (58,183,21).

  • red value is 58;
  • green value is 183;
  • blue value is 21.
RGB:
(58,183,21)
(23%,72%,8%)

RGB channels and saturation

R 58 of 255 = 23%
G 183 of 255 = 72%
B 21 of 255 = 8%

58
183
21

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

Portions of RGB colors in percentages

R + G + B =
58 + 183 + 21 = 262 (100%)
R 58 of 262 ~ 22.14%
G 183 of 262 ~ 69.85%
B 21 of 262 ~ 8.02%

%22.14
%69.85

CMYK color model

#3AB715 color CMYK value is (68,0,89,28).

  • cyan value is 68.31%
  • magenta value is 0.00%
  • yellow value is 88.52%
  • key color value is 28.24%
CMYK:
(68,0,89,28)
C68M0Y89K28 
(68%,0%,89%,28%)
(0.68/0.00/0.89/0.28)	

CMYK percentages

%68.31
%0
%88.52
%28.24

Codes

Color #3AB715 in popluar color models

3AB715
RGB5818321
HSL106°79.41%40.00%
HSB/HSV106°88.52%71.76%
CMYK68.31%0.00%88.52%
28.24%

Color #3AB715 in popluar number systems.

HEX3AB715
Decimal5818321
Binary1110101011011110101
Octal7226725

Shades and tints

Shades of #3AB715

#3AB715
(58,183,21)
#35A714
(53,167,20)
#309713
(48,151,19)
#2B8712
(43,135,18)
#267711
(38,119,17)
#216710
(33,103,16)
#1C570F
(28,87,15)
#17470E
(23,71,14)
#12370D
(18,55,13)
#0D270C
(13,39,12)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #3AB715

#3AB715
(58,183,21)
#4BBD2A
(75,189,42)
#5CC33F
(92,195,63)
#6DC954
(109,201,84)
#7ECF69
(126,207,105)
#8FD57E
(143,213,126)
#A0DB93
(160,219,147)
#B1E1A8
(177,225,168)
#C2E7BD
(194,231,189)
#D3EDD2
(211,237,210)
#E4F3E7
(228,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB715 color. Also use rgb(58,183,21) instead hex code.

Text Font Color

.myTextColor { color: #3AB715; }

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

This text font color is #3AB715.


Background Color

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

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

This div background color is #3AB715.


Border color

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

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

This div border color is #3AB715.


Opacity

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

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

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

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

This text has shadow with #3AB715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB715 on black background.


Color preview on white background

This text has color #3AB715 on white background.



Black color preview on #3AB715 background

This text has black color on #3AB715 background.


White color preview on #3AB715 background

This text has white color on #3AB715 background.