COLOR #3F7851

HEX: #3F7851
RGB: (63,120,81)

Color info

#3F7851 contains red, green and blue colors in about the same proportion. Web safe color of #3F7851 is #336666 (or #366).

RGB color model

#3F7851 color RGB value is (63,120,81).

  • red value is 63;
  • green value is 120;
  • blue value is 81.
RGB:
(63,120,81)
(25%,47%,32%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 81 of 255 = 32%

63
120
81

R + G + B ~ 35%. #3F7851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 120 + 81 = 264 (100%)
R 63 of 264 ~ 23.86%
G 120 of 264 ~ 45.45%
B 81 of 264 ~ 30.68%

%23.86
%45.45
%30.68

CMYK color model

#3F7851 color CMYK value is (48,0,33,53).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 52.94%
CMYK:
(48,0,33,53)
C48M0Y33K53 
(48%,0%,33%,53%)
(0.48/0.00/0.33/0.53)	

CMYK percentages

%47.5
%0
%32.5
%52.94

Codes

Color #3F7851 in popluar color models

3F7851
RGB6312081
HSL139°31.15%35.88%
HSB/HSV139°47.50%47.06%
CMYK47.50%0.00%32.50%
52.94%

Color #3F7851 in popluar number systems.

HEX3F7851
Decimal6312081
Binary11111111110001010001
Octal77170121

Shades and tints

Shades of #3F7851

#3F7851
(63,120,81)
#3A6E4A
(58,110,74)
#356443
(53,100,67)
#305A3C
(48,90,60)
#2B5035
(43,80,53)
#26462E
(38,70,46)
#213C27
(33,60,39)
#1C3220
(28,50,32)
#172819
(23,40,25)
#121E12
(18,30,18)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F7851

#3F7851
(63,120,81)
#508460
(80,132,96)
#61906F
(97,144,111)
#729C7E
(114,156,126)
#83A88D
(131,168,141)
#94B49C
(148,180,156)
#A5C0AB
(165,192,171)
#B6CCBA
(182,204,186)
#C7D8C9
(199,216,201)
#D8E4D8
(216,228,216)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7851 color. Also use rgb(63,120,81) instead hex code.

Text Font Color

.myTextColor { color: #3F7851; }

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

This text font color is #3F7851.


Background Color

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

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

This div background color is #3F7851.


Border color

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

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

This div border color is #3F7851.


Opacity

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

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

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

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

This text has shadow with #3F7851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7851 on black background.


Color preview on white background

This text has color #3F7851 on white background.



Black color preview on #3F7851 background

This text has black color on #3F7851 background.


White color preview on #3F7851 background

This text has white color on #3F7851 background.