COLOR #3F7853

HEX: #3F7853
RGB: (63,120,83)

Color info

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

RGB color model

#3F7853 color RGB value is (63,120,83).

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

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 83 of 255 = 33%

63
120
83

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

Portions of RGB colors in percentages

R + G + B =
63 + 120 + 83 = 266 (100%)
R 63 of 266 ~ 23.68%
G 120 of 266 ~ 45.11%
B 83 of 266 ~ 31.2%

%23.68
%45.11
%31.2

CMYK color model

#3F7853 color CMYK value is (48,0,31,53).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 52.94%
CMYK:
(48,0,31,53)
C48M0Y31K53 
(48%,0%,31%,53%)
(0.48/0.00/0.31/0.53)	

CMYK percentages

%47.5
%0
%30.83
%52.94

Codes

Color #3F7853 in popluar color models

3F7853
RGB6312083
HSL141°31.15%35.88%
HSB/HSV141°47.50%47.06%
CMYK47.50%0.00%30.83%
52.94%

Color #3F7853 in popluar number systems.

HEX3F7853
Decimal6312083
Binary11111111110001010011
Octal77170123

Shades and tints

Shades of #3F7853

#3F7853
(63,120,83)
#3A6E4C
(58,110,76)
#356445
(53,100,69)
#305A3E
(48,90,62)
#2B5037
(43,80,55)
#264630
(38,70,48)
#213C29
(33,60,41)
#1C3222
(28,50,34)
#17281B
(23,40,27)
#121E14
(18,30,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #3F7853

#3F7853
(63,120,83)
#508462
(80,132,98)
#619071
(97,144,113)
#729C80
(114,156,128)
#83A88F
(131,168,143)
#94B49E
(148,180,158)
#A5C0AD
(165,192,173)
#B6CCBC
(182,204,188)
#C7D8CB
(199,216,203)
#D8E4DA
(216,228,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7853; }

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

This text font color is #3F7853.


Background Color

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

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

This div background color is #3F7853.


Border color

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

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

This div border color is #3F7853.


Opacity

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

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

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

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

This text has shadow with #3F7853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7853 on black background.


Color preview on white background

This text has color #3F7853 on white background.



Black color preview on #3F7853 background

This text has black color on #3F7853 background.


White color preview on #3F7853 background

This text has white color on #3F7853 background.