COLOR #3F725A

HEX: #3F725A RGB: (63,114,90)

Color info

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

RGB color model

#3F725A color RGB value is (63,114,90).

RGB: (63,114,90) (25%, 45%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 90 of 255 = 35%

63
114
90

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

Portions of RGB colors in percentages

R + G + B = 63 + 114 + 90 = 267 (100%)
R 63 of 267 ~ 23.6%
G 114 of 267 ~ 42.7%
B 90 of 267 ~ 33.71'%

%23.6
%42.7
%33.71

CMYK color model

#3F725A color CMYK value is (45,0,21,55).

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

CMYK: (45,0,21,55)
C45M0Y21K55 (45%, 0%, 21%, 55%)
(0.45 / 0.00 / 0.21 / 0.55)

CMYK percentages

%44.74
%0
%21.05
%55.29

Codes

Color #3F725A in popluar color models

3F 72 5A
RGB 63 114 90
HSL 152° 28.81% 34.71%
HSB/HSV 152° 44.74% 44.71%
CMYK 44.74% 0.00% 21.05%
55.29%

Color #3F725A in popluar number systems.

HEX 3F 72 5A
Decimal 63 114 90
Binary 111111 1110010 1011010
Octal 77 162 132

Shades and tints

Shades of #3F725A

#3F725A
(63,114,90)
#3A6852
(58,104,82)
#355E4A
(53,94,74)
#305442
(48,84,66)
#2B4A3A
(43,74,58)
#264032
(38,64,50)
#21362A
(33,54,42)
#1C2C22
(28,44,34)
#17221A
(23,34,26)
#121812
(18,24,18)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #3F725A

#3F725A
(63,114,90)
#507E69
(80,126,105)
#618A78
(97,138,120)
#729687
(114,150,135)
#83A296
(131,162,150)
#94AEA5
(148,174,165)
#A5BAB4
(165,186,180)
#B6C6C3
(182,198,195)
#C7D2D2
(199,210,210)
#D8DEE1
(216,222,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F725A; }

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

This text font color is #3F725A.

Background Color

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

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

This div background color is #3F725A.

Border color

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

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

This div border color is #3F725A.

Opacity

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

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

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

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

This text has shadow with #3F725A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F725A.

Preview

Color preview on black background

This text has color #3F725A on black background.


Color preview on white background

This text has color #3F725A on white background.


Black color preview on #3F725A background

This text has black color on #3F725A background.


White color preview on #3F725A background

This text has white color on #3F725A background.


Related colors

Complementary color

Complementary color for #hex is #C08DA5.


I love getcolorcode.com

Triadic colors

1 #5A3F72 and #725A3F with #3F725A are triadic colors.

2 #5A723F and #723F5A with #3F725A are triadic colors.