COLOR #3F7353

HEX: #3F7353
RGB: (63,115,83)

Color info

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

RGB color model

#3F7353 color RGB value is (63,115,83).

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

RGB channels and saturation

R 63 of 255 = 25%
G 115 of 255 = 45%
B 83 of 255 = 33%

63
115
83

R + G + B ~ 34%. #3F7353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 115 + 83 = 261 (100%)
R 63 of 261 ~ 24.14%
G 115 of 261 ~ 44.06%
B 83 of 261 ~ 31.8%

%24.14
%44.06
%31.8

CMYK color model

#3F7353 color CMYK value is (45,0,28,55).

  • cyan value is 45.22%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(45,0,28,55)
C45M0Y28K55 
(45%,0%,28%,55%)
(0.45/0.00/0.28/0.55)	

CMYK percentages

%45.22
%0
%27.83
%54.9

Codes

Color #3F7353 in popluar color models

3F7353
RGB6311583
HSL143°29.21%34.90%
HSB/HSV143°45.22%45.10%
CMYK45.22%0.00%27.83%
54.90%

Color #3F7353 in popluar number systems.

HEX3F7353
Decimal6311583
Binary11111111100111010011
Octal77163123

Shades and tints

Shades of #3F7353

#3F7353
(63,115,83)
#3A694C
(58,105,76)
#355F45
(53,95,69)
#30553E
(48,85,62)
#2B4B37
(43,75,55)
#264130
(38,65,48)
#213729
(33,55,41)
#1C2D22
(28,45,34)
#17231B
(23,35,27)
#121914
(18,25,20)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #3F7353

#3F7353
(63,115,83)
#507F62
(80,127,98)
#618B71
(97,139,113)
#729780
(114,151,128)
#83A38F
(131,163,143)
#94AF9E
(148,175,158)
#A5BBAD
(165,187,173)
#B6C7BC
(182,199,188)
#C7D3CB
(199,211,203)
#D8DFDA
(216,223,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7353; }

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

This text font color is #3F7353.


Background Color

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

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

This div background color is #3F7353.


Border color

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

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

This div border color is #3F7353.


Opacity

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

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

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

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

This text has shadow with #3F7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7353 on black background.


Color preview on white background

This text has color #3F7353 on white background.



Black color preview on #3F7353 background

This text has black color on #3F7353 background.


White color preview on #3F7353 background

This text has white color on #3F7353 background.