COLOR #3F5A55

HEX: #3F5A55 RGB: (63,90,85)

Color info

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

RGB color model

#3F5A55 color RGB value is (63,90,85).

RGB: (63,90,85) (25%, 35%, 33%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 85 of 255 = 33%

63
90
85

R + G + B ~ 31%. #3F5A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 90 + 85 = 238 (100%)
R 63 of 238 ~ 26.47%
G 90 of 238 ~ 37.82%
B 85 of 238 ~ 35.71'%

%26.47
%37.82
%35.71

CMYK color model

#3F5A55 color CMYK value is (30,0,6,65).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%

CMYK: (30,0,6,65)
C30M0Y6K65 (30%, 0%, 6%, 65%)
(0.30 / 0.00 / 0.06 / 0.65)

CMYK percentages

%30
%0
%5.56
%64.71

Codes

Color #3F5A55 in popluar color models

3F 5A 55
RGB 63 90 85
HSL 169° 17.65% 30.00%
HSB/HSV 169° 30.00% 35.29%
CMYK 30.00% 0.00% 5.56%
64.71%

Color #3F5A55 in popluar number systems.

HEX 3F 5A 55
Decimal 63 90 85
Binary 111111 1011010 1010101
Octal 77 132 125

Shades and tints

Shades of #3F5A55

#3F5A55
(63,90,85)
#3A524E
(58,82,78)
#354A47
(53,74,71)
#304240
(48,66,64)
#2B3A39
(43,58,57)
#263232
(38,50,50)
#212A2B
(33,42,43)
#1C2224
(28,34,36)
#171A1D
(23,26,29)
#121216
(18,18,22)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F5A55

#3F5A55
(63,90,85)
#506964
(80,105,100)
#617873
(97,120,115)
#728782
(114,135,130)
#839691
(131,150,145)
#94A5A0
(148,165,160)
#A5B4AF
(165,180,175)
#B6C3BE
(182,195,190)
#C7D2CD
(199,210,205)
#D8E1DC
(216,225,220)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5A55; }

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

This text font color is #3F5A55.

Background Color

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

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

This div background color is #3F5A55.

Border color

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

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

This div border color is #3F5A55.

Opacity

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

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

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

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

This text has shadow with #3F5A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5A55.

Preview

Color preview on black background

This text has color #3F5A55 on black background.


Color preview on white background

This text has color #3F5A55 on white background.


Black color preview on #3F5A55 background

This text has black color on #3F5A55 background.


White color preview on #3F5A55 background

This text has white color on #3F5A55 background.


Related colors

Complementary color

Complementary color for #hex is #C0A5AA.


I love getcolorcode.com

Triadic colors

1 #553F5A and #5A553F with #3F5A55 are triadic colors.

2 #555A3F and #5A3F55 with #3F5A55 are triadic colors.