COLOR #3F7265

HEX: #3F7265
RGB: (63,114,101)

Color info

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

RGB color model

#3F7265 color RGB value is (63,114,101).

  • red value is 63;
  • green value is 114;
  • blue value is 101.
RGB:
(63,114,101)
(25%,45%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 101 of 255 = 40%

63
114
101

R + G + B ~ 37%. #3F7265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 114 + 101 = 278 (100%)
R 63 of 278 ~ 22.66%
G 114 of 278 ~ 41.01%
B 101 of 278 ~ 36.33%

%22.66
%41.01
%36.33

CMYK color model

#3F7265 color CMYK value is (45,0,11,55).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(45,0,11,55)
C45M0Y11K55 
(45%,0%,11%,55%)
(0.45/0.00/0.11/0.55)	

CMYK percentages

%44.74
%0
%11.4
%55.29

Codes

Color #3F7265 in popluar color models

3F7265
RGB63114101
HSL165°28.81%34.71%
HSB/HSV165°44.74%44.71%
CMYK44.74%0.00%11.40%
55.29%

Color #3F7265 in popluar number systems.

HEX3F7265
Decimal63114101
Binary11111111100101100101
Octal77162145

Shades and tints

Shades of #3F7265

#3F7265
(63,114,101)
#3A685C
(58,104,92)
#355E53
(53,94,83)
#30544A
(48,84,74)
#2B4A41
(43,74,65)
#264038
(38,64,56)
#21362F
(33,54,47)
#1C2C26
(28,44,38)
#17221D
(23,34,29)
#121814
(18,24,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #3F7265

#3F7265
(63,114,101)
#507E73
(80,126,115)
#618A81
(97,138,129)
#72968F
(114,150,143)
#83A29D
(131,162,157)
#94AEAB
(148,174,171)
#A5BAB9
(165,186,185)
#B6C6C7
(182,198,199)
#C7D2D5
(199,210,213)
#D8DEE3
(216,222,227)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7265; }

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

This text font color is #3F7265.


Background Color

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

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

This div background color is #3F7265.


Border color

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

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

This div border color is #3F7265.


Opacity

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

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

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

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

This text has shadow with #3F7265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7265 on black background.


Color preview on white background

This text has color #3F7265 on white background.



Black color preview on #3F7265 background

This text has black color on #3F7265 background.


White color preview on #3F7265 background

This text has white color on #3F7265 background.