COLOR #3F9441

HEX: #3F9441
RGB: (63,148,65)

Color info

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

RGB color model

#3F9441 color RGB value is (63,148,65).

  • red value is 63;
  • green value is 148;
  • blue value is 65.
RGB:
(63,148,65)
(25%,58%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 65 of 255 = 25%

63
148
65

R + G + B ~ 36%. #3F9441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 148 + 65 = 276 (100%)
R 63 of 276 ~ 22.83%
G 148 of 276 ~ 53.62%
B 65 of 276 ~ 23.55%

%22.83
%53.62
%23.55

CMYK color model

#3F9441 color CMYK value is (57,0,56,42).

  • cyan value is 57.43%
  • magenta value is 0.00%
  • yellow value is 56.08%
  • key color value is 41.96%
CMYK:
(57,0,56,42)
C57M0Y56K42 
(57%,0%,56%,42%)
(0.57/0.00/0.56/0.42)	

CMYK percentages

%57.43
%0
%56.08
%41.96

Codes

Color #3F9441 in popluar color models

3F9441
RGB6314865
HSL121°40.28%41.37%
HSB/HSV121°57.43%58.04%
CMYK57.43%0.00%56.08%
41.96%

Color #3F9441 in popluar number systems.

HEX3F9441
Decimal6314865
Binary111111100101001000001
Octal77224101

Shades and tints

Shades of #3F9441

#3F9441
(63,148,65)
#3A873C
(58,135,60)
#357A37
(53,122,55)
#306D32
(48,109,50)
#2B602D
(43,96,45)
#265328
(38,83,40)
#214623
(33,70,35)
#1C391E
(28,57,30)
#172C19
(23,44,25)
#121F14
(18,31,20)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #3F9441

#3F9441
(63,148,65)
#509D52
(80,157,82)
#61A663
(97,166,99)
#72AF74
(114,175,116)
#83B885
(131,184,133)
#94C196
(148,193,150)
#A5CAA7
(165,202,167)
#B6D3B8
(182,211,184)
#C7DCC9
(199,220,201)
#D8E5DA
(216,229,218)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9441 color. Also use rgb(63,148,65) instead hex code.

Text Font Color

.myTextColor { color: #3F9441; }

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

This text font color is #3F9441.


Background Color

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

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

This div background color is #3F9441.


Border color

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

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

This div border color is #3F9441.


Opacity

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

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

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

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

This text has shadow with #3F9441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9441 on black background.


Color preview on white background

This text has color #3F9441 on white background.



Black color preview on #3F9441 background

This text has black color on #3F9441 background.


White color preview on #3F9441 background

This text has white color on #3F9441 background.