COLOR #3F753D

HEX: #3F753D
RGB: (63,117,61)

Color info

#3F753D contains red, green and blue colors in about the same proportion. Web safe color of #3F753D is #336633 (or #363).

RGB color model

#3F753D color RGB value is (63,117,61).

  • red value is 63;
  • green value is 117;
  • blue value is 61.
RGB:
(63,117,61)
(25%,46%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 61 of 255 = 24%

63
117
61

R + G + B ~ 32%. #3F753D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 117 + 61 = 241 (100%)
R 63 of 241 ~ 26.14%
G 117 of 241 ~ 48.55%
B 61 of 241 ~ 25.31%

%26.14
%48.55
%25.31

CMYK color model

#3F753D color CMYK value is (46,0,48,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(46,0,48,54)
C46M0Y48K54 
(46%,0%,48%,54%)
(0.46/0.00/0.48/0.54)	

CMYK percentages

%46.15
%0
%47.86
%54.12

Codes

Color #3F753D in popluar color models

3F753D
RGB6311761
HSL118°31.46%34.90%
HSB/HSV118°47.86%45.88%
CMYK46.15%0.00%47.86%
54.12%

Color #3F753D in popluar number systems.

HEX3F753D
Decimal6311761
Binary1111111110101111101
Octal7716575

Shades and tints

Shades of #3F753D

#3F753D
(63,117,61)
#3A6B38
(58,107,56)
#356133
(53,97,51)
#30572E
(48,87,46)
#2B4D29
(43,77,41)
#264324
(38,67,36)
#21391F
(33,57,31)
#1C2F1A
(28,47,26)
#172515
(23,37,21)
#121B10
(18,27,16)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #3F753D

#3F753D
(63,117,61)
#50814E
(80,129,78)
#618D5F
(97,141,95)
#729970
(114,153,112)
#83A581
(131,165,129)
#94B192
(148,177,146)
#A5BDA3
(165,189,163)
#B6C9B4
(182,201,180)
#C7D5C5
(199,213,197)
#D8E1D6
(216,225,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F753D color. Also use rgb(63,117,61) instead hex code.

Text Font Color

.myTextColor { color: #3F753D; }

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

This text font color is #3F753D.


Background Color

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

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

This div background color is #3F753D.


Border color

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

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

This div border color is #3F753D.


Opacity

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

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

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

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

This text has shadow with #3F753D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F753D on black background.


Color preview on white background

This text has color #3F753D on white background.



Black color preview on #3F753D background

This text has black color on #3F753D background.


White color preview on #3F753D background

This text has white color on #3F753D background.