COLOR #3F724C

HEX: #3F724C RGB: (63,114,76)

Color info

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

RGB color model

#3F724C color RGB value is (63,114,76).

RGB: (63,114,76) (25%, 45%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 76 of 255 = 30%

63
114
76

R + G + B ~ 33%. #3F724C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 114 + 76 = 253 (100%)
R 63 of 253 ~ 24.9%
G 114 of 253 ~ 45.06%
B 76 of 253 ~ 30.04'%

%24.9
%45.06
%30.04

CMYK color model

#3F724C color CMYK value is (45,0,33,55).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%

CMYK: (45,0,33,55)
C45M0Y33K55 (45%, 0%, 33%, 55%)
(0.45 / 0.00 / 0.33 / 0.55)

CMYK percentages

%44.74
%0
%33.33
%55.29

Codes

Color #3F724C in popluar color models

3F 72 4C
RGB 63 114 76
HSL 135° 28.81% 34.71%
HSB/HSV 135° 44.74% 44.71%
CMYK 44.74% 0.00% 33.33%
55.29%

Color #3F724C in popluar number systems.

HEX 3F 72 4C
Decimal 63 114 76
Binary 111111 1110010 1001100
Octal 77 162 114

Shades and tints

Shades of #3F724C

#3F724C
(63,114,76)
#3A6846
(58,104,70)
#355E40
(53,94,64)
#30543A
(48,84,58)
#2B4A34
(43,74,52)
#26402E
(38,64,46)
#213628
(33,54,40)
#1C2C22
(28,44,34)
#17221C
(23,34,28)
#121816
(18,24,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #3F724C

#3F724C
(63,114,76)
#507E5C
(80,126,92)
#618A6C
(97,138,108)
#72967C
(114,150,124)
#83A28C
(131,162,140)
#94AE9C
(148,174,156)
#A5BAAC
(165,186,172)
#B6C6BC
(182,198,188)
#C7D2CC
(199,210,204)
#D8DEDC
(216,222,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F724C color. Also use rgb(63,114,76) instead hex code.

Text Font Color

.myTextColor { color: #3F724C; }

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

This text font color is #3F724C.

Background Color

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

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

This div background color is #3F724C.

Border color

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

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

This div border color is #3F724C.

Opacity

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

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

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

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

This text has shadow with #3F724C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F724C.

Preview

Color preview on black background

This text has color #3F724C on black background.


Color preview on white background

This text has color #3F724C on white background.


Black color preview on #3F724C background

This text has black color on #3F724C background.


White color preview on #3F724C background

This text has white color on #3F724C background.


Related colors

Complementary color

Complementary color for #hex is #C08DB3.


I love getcolorcode.com

Triadic colors

1 #4C3F72 and #724C3F with #3F724C are triadic colors.

2 #4C723F and #723F4C with #3F724C are triadic colors.