COLOR #3FB53A

HEX: #3FB53A
RGB: (63,181,58)

Color info

#3FB53A contains mainly green color. Web safe color of #3FB53A is #33CC33 (or #3C3).

RGB color model

#3FB53A color RGB value is (63,181,58).

  • red value is 63;
  • green value is 181;
  • blue value is 58.
RGB:
(63,181,58)
(25%,71%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 181 of 255 = 71%
B 58 of 255 = 23%

63
181
58

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

Portions of RGB colors in percentages

R + G + B =
63 + 181 + 58 = 302 (100%)
R 63 of 302 ~ 20.86%
G 181 of 302 ~ 59.93%
B 58 of 302 ~ 19.21%

%20.86
%59.93
%19.21

CMYK color model

#3FB53A color CMYK value is (65,0,68,29).

  • cyan value is 65.19%
  • magenta value is 0.00%
  • yellow value is 67.96%
  • key color value is 29.02%
CMYK:
(65,0,68,29)
C65M0Y68K29 
(65%,0%,68%,29%)
(0.65/0.00/0.68/0.29)	

CMYK percentages

%65.19
%0
%67.96
%29.02

Codes

Color #3FB53A in popluar color models

3FB53A
RGB6318158
HSL118°51.46%46.86%
HSB/HSV118°67.96%70.98%
CMYK65.19%0.00%67.96%
29.02%

Color #3FB53A in popluar number systems.

HEX3FB53A
Decimal6318158
Binary11111110110101111010
Octal7726572

Shades and tints

Shades of #3FB53A

#3FB53A
(63,181,58)
#3AA535
(58,165,53)
#359530
(53,149,48)
#30852B
(48,133,43)
#2B7526
(43,117,38)
#266521
(38,101,33)
#21551C
(33,85,28)
#1C4517
(28,69,23)
#173512
(23,53,18)
#12250D
(18,37,13)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #3FB53A

#3FB53A
(63,181,58)
#50BB4B
(80,187,75)
#61C15C
(97,193,92)
#72C76D
(114,199,109)
#83CD7E
(131,205,126)
#94D38F
(148,211,143)
#A5D9A0
(165,217,160)
#B6DFB1
(182,223,177)
#C7E5C2
(199,229,194)
#D8EBD3
(216,235,211)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB53A color. Also use rgb(63,181,58) instead hex code.

Text Font Color

.myTextColor { color: #3FB53A; }

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

This text font color is #3FB53A.


Background Color

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

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

This div background color is #3FB53A.


Border color

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

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

This div border color is #3FB53A.


Opacity

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

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

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

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

This text has shadow with #3FB53A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB53A on black background.


Color preview on white background

This text has color #3FB53A on white background.



Black color preview on #3FB53A background

This text has black color on #3FB53A background.


White color preview on #3FB53A background

This text has white color on #3FB53A background.