COLOR #3FB338

HEX: #3FB338 RGB: (63,179,56)

Color info

#3FB338 contains mainly green color. Web safe color of #3FB338 is #339933 (or #393).

RGB color model

#3FB338 color RGB value is (63,179,56).

RGB: (63,179,56) (25%, 70%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 179 of 255 = 70%
B 56 of 255 = 22%

63
179
56

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

Portions of RGB colors in percentages

R + G + B = 63 + 179 + 56 = 298 (100%)
R 63 of 298 ~ 21.14%
G 179 of 298 ~ 60.07%
B 56 of 298 ~ 18.79'%

%21.14
%60.07
%18.79

CMYK color model

#3FB338 color CMYK value is (65,0,69,30).

  • cyan value is 64.80%
  • magenta value is 0.00%
  • yellow value is 68.72%
  • key color value is 29.80%

CMYK: (65,0,69,30)
C65M0Y69K30 (65%, 0%, 69%, 30%)
(0.65 / 0.00 / 0.69 / 0.30)

CMYK percentages

%64.8
%0
%68.72
%29.8

Codes

Color #3FB338 in popluar color models

3F B3 38
RGB 63 179 56
HSL 117° 52.34% 46.08%
HSB/HSV 117° 68.72% 70.20%
CMYK 64.80% 0.00% 68.72%
29.80%

Color #3FB338 in popluar number systems.

HEX 3F B3 38
Decimal 63 179 56
Binary 111111 10110011 111000
Octal 77 263 70

Shades and tints

Shades of #3FB338

#3FB338
(63,179,56)
#3AA333
(58,163,51)
#35932E
(53,147,46)
#308329
(48,131,41)
#2B7324
(43,115,36)
#26631F
(38,99,31)
#21531A
(33,83,26)
#1C4315
(28,67,21)
#173310
(23,51,16)
#12230B
(18,35,11)
#0D1306
(13,19,6)
#000000
(0,0,0)

Tints of #3FB338

#3FB338
(63,179,56)
#50B94A
(80,185,74)
#61BF5C
(97,191,92)
#72C56E
(114,197,110)
#83CB80
(131,203,128)
#94D192
(148,209,146)
#A5D7A4
(165,215,164)
#B6DDB6
(182,221,182)
#C7E3C8
(199,227,200)
#D8E9DA
(216,233,218)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB338 color. Also use rgb(63,179,56) instead hex code.

Text Font Color

.myTextColor { color: #3FB338; }

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

This text font color is #3FB338.

Background Color

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

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

This div background color is #3FB338.

Border color

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

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

This div border color is #3FB338.

Opacity

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

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

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

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

This text has shadow with #3FB338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FB338.

Preview

Color preview on black background

This text has color #3FB338 on black background.


Color preview on white background

This text has color #3FB338 on white background.


Black color preview on #3FB338 background

This text has black color on #3FB338 background.


White color preview on #3FB338 background

This text has white color on #3FB338 background.


Related colors

Complementary color

Complementary color for #hex is #C04CC7.


I love getcolorcode.com

Triadic colors

1 #383FB3 and #B3383F with #3FB338 are triadic colors.

2 #38B33F and #B33F38 with #3FB338 are triadic colors.