COLOR #3F554B

HEX: #3F554B
RGB: (63,85,75)

Color info

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

RGB color model

#3F554B color RGB value is (63,85,75).

  • red value is 63;
  • green value is 85;
  • blue value is 75.
RGB:
(63,85,75)
(25%,33%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 75 of 255 = 29%

63
85
75

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

Portions of RGB colors in percentages

R + G + B =
63 + 85 + 75 = 223 (100%)
R 63 of 223 ~ 28.25%
G 85 of 223 ~ 38.12%
B 75 of 223 ~ 33.63%

%28.25
%38.12
%33.63

CMYK color model

#3F554B color CMYK value is (26,0,12,67).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(26,0,12,67)
C26M0Y12K67 
(26%,0%,12%,67%)
(0.26/0.00/0.12/0.67)	

CMYK percentages

%25.88
%0
%11.76
%66.67

Codes

Color #3F554B in popluar color models

3F554B
RGB638575
HSL153°14.86%29.02%
HSB/HSV153°25.88%33.33%
CMYK25.88%0.00%11.76%
66.67%

Color #3F554B in popluar number systems.

HEX3F554B
Decimal638575
Binary11111110101011001011
Octal77125113

Shades and tints

Shades of #3F554B

#3F554B
(63,85,75)
#3A4E45
(58,78,69)
#35473F
(53,71,63)
#304039
(48,64,57)
#2B3933
(43,57,51)
#26322D
(38,50,45)
#212B27
(33,43,39)
#1C2421
(28,36,33)
#171D1B
(23,29,27)
#121615
(18,22,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #3F554B

#3F554B
(63,85,75)
#50645B
(80,100,91)
#61736B
(97,115,107)
#72827B
(114,130,123)
#83918B
(131,145,139)
#94A09B
(148,160,155)
#A5AFAB
(165,175,171)
#B6BEBB
(182,190,187)
#C7CDCB
(199,205,203)
#D8DCDB
(216,220,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F554B color. Also use rgb(63,85,75) instead hex code.

Text Font Color

.myTextColor { color: #3F554B; }

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

This text font color is #3F554B.


Background Color

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

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

This div background color is #3F554B.


Border color

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

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

This div border color is #3F554B.


Opacity

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

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

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

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

This text has shadow with #3F554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F554B on black background.


Color preview on white background

This text has color #3F554B on white background.



Black color preview on #3F554B background

This text has black color on #3F554B background.


White color preview on #3F554B background

This text has white color on #3F554B background.