COLOR #3F5250

HEX: #3F5250
RGB: (63,82,80)

Color info

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

RGB color model

#3F5250 color RGB value is (63,82,80).

  • red value is 63;
  • green value is 82;
  • blue value is 80.
RGB:
(63,82,80)
(25%,32%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 80 of 255 = 31%

63
82
80

R + G + B ~ 29%. #3F5250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 80 = 225 (100%)
R 63 of 225 ~ 28%
G 82 of 225 ~ 36.44%
B 80 of 225 ~ 35.56%

%28
%36.44
%35.56

CMYK color model

#3F5250 color CMYK value is (23,0,2,68).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(23,0,2,68)
C23M0Y2K68 
(23%,0%,2%,68%)
(0.23/0.00/0.02/0.68)	

CMYK percentages

%23.17
%0
%2.44
%67.84

Codes

Color #3F5250 in popluar color models

3F5250
RGB638280
HSL174°13.10%28.43%
HSB/HSV174°23.17%32.16%
CMYK23.17%0.00%2.44%
67.84%

Color #3F5250 in popluar number systems.

HEX3F5250
Decimal638280
Binary11111110100101010000
Octal77122120

Shades and tints

Shades of #3F5250

#3F5250
(63,82,80)
#3A4B49
(58,75,73)
#354442
(53,68,66)
#303D3B
(48,61,59)
#2B3634
(43,54,52)
#262F2D
(38,47,45)
#212826
(33,40,38)
#1C211F
(28,33,31)
#171A18
(23,26,24)
#121311
(18,19,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F5250

#3F5250
(63,82,80)
#50615F
(80,97,95)
#61706E
(97,112,110)
#727F7D
(114,127,125)
#838E8C
(131,142,140)
#949D9B
(148,157,155)
#A5ACAA
(165,172,170)
#B6BBB9
(182,187,185)
#C7CAC8
(199,202,200)
#D8D9D7
(216,217,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5250 color. Also use rgb(63,82,80) instead hex code.

Text Font Color

.myTextColor { color: #3F5250; }

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

This text font color is #3F5250.


Background Color

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

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

This div background color is #3F5250.


Border color

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

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

This div border color is #3F5250.


Opacity

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

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

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

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

This text has shadow with #3F5250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5250 on black background.


Color preview on white background

This text has color #3F5250 on white background.



Black color preview on #3F5250 background

This text has black color on #3F5250 background.


White color preview on #3F5250 background

This text has white color on #3F5250 background.