COLOR #3F7263

HEX: #3F7263 RGB: (63,114,99)

Color info

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

RGB color model

#3F7263 color RGB value is (63,114,99).

RGB: (63,114,99) (25%, 45%, 39%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 99 of 255 = 39%

63
114
99

R + G + B ~ 36%. #3F7263 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 114 + 99 = 276 (100%)
R 63 of 276 ~ 22.83%
G 114 of 276 ~ 41.3%
B 99 of 276 ~ 35.87'%

%22.83
%41.3
%35.87

CMYK color model

#3F7263 color CMYK value is (45,0,13,55).

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

CMYK: (45,0,13,55)
C45M0Y13K55 (45%, 0%, 13%, 55%)
(0.45 / 0.00 / 0.13 / 0.55)

CMYK percentages

%44.74
%0
%13.16
%55.29

Codes

Color #3F7263 in popluar color models

3F 72 63
RGB 63 114 99
HSL 162° 28.81% 34.71%
HSB/HSV 162° 44.74% 44.71%
CMYK 44.74% 0.00% 13.16%
55.29%

Color #3F7263 in popluar number systems.

HEX 3F 72 63
Decimal 63 114 99
Binary 111111 1110010 1100011
Octal 77 162 143

Shades and tints

Shades of #3F7263

#3F7263
(63,114,99)
#3A685A
(58,104,90)
#355E51
(53,94,81)
#305448
(48,84,72)
#2B4A3F
(43,74,63)
#264036
(38,64,54)
#21362D
(33,54,45)
#1C2C24
(28,44,36)
#17221B
(23,34,27)
#121812
(18,24,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F7263

#3F7263
(63,114,99)
#507E71
(80,126,113)
#618A7F
(97,138,127)
#72968D
(114,150,141)
#83A29B
(131,162,155)
#94AEA9
(148,174,169)
#A5BAB7
(165,186,183)
#B6C6C5
(182,198,197)
#C7D2D3
(199,210,211)
#D8DEE1
(216,222,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7263; }

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

This text font color is #3F7263.

Background Color

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

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

This div background color is #3F7263.

Border color

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

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

This div border color is #3F7263.

Opacity

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

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

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

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

This text has shadow with #3F7263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7263.

Preview

Color preview on black background

This text has color #3F7263 on black background.


Color preview on white background

This text has color #3F7263 on white background.


Black color preview on #3F7263 background

This text has black color on #3F7263 background.


White color preview on #3F7263 background

This text has white color on #3F7263 background.


Related colors

Complementary color

Complementary color for #hex is #C08D9C.


I love getcolorcode.com

Triadic colors

1 #633F72 and #72633F with #3F7263 are triadic colors.

2 #63723F and #723F63 with #3F7263 are triadic colors.