COLOR #3F573A

HEX: #3F573A RGB: (63,87,58)

Color info

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

RGB color model

#3F573A color RGB value is (63,87,58).

RGB: (63,87,58) (25%, 34%, 23%)

RGB channels and saturation

R 63 of 255 = 25%
G 87 of 255 = 34%
B 58 of 255 = 23%

63
87
58

R + G + B ~ 27%. #3F573A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 87 + 58 = 208 (100%)
R 63 of 208 ~ 30.29%
G 87 of 208 ~ 41.83%
B 58 of 208 ~ 27.88'%

%30.29
%41.83
%27.88

CMYK color model

#3F573A color CMYK value is (28,0,33,66).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%

CMYK: (28,0,33,66)
C28M0Y33K66 (28%, 0%, 33%, 66%)
(0.28 / 0.00 / 0.33 / 0.66)

CMYK percentages

%27.59
%0
%33.33
%65.88

Codes

Color #3F573A in popluar color models

3F 57 3A
RGB 63 87 58
HSL 110° 20.00% 28.43%
HSB/HSV 110° 33.33% 34.12%
CMYK 27.59% 0.00% 33.33%
65.88%

Color #3F573A in popluar number systems.

HEX 3F 57 3A
Decimal 63 87 58
Binary 111111 1010111 111010
Octal 77 127 72

Shades and tints

Shades of #3F573A

#3F573A
(63,87,58)
#3A5035
(58,80,53)
#354930
(53,73,48)
#30422B
(48,66,43)
#2B3B26
(43,59,38)
#263421
(38,52,33)
#212D1C
(33,45,28)
#1C2617
(28,38,23)
#171F12
(23,31,18)
#12180D
(18,24,13)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #3F573A

#3F573A
(63,87,58)
#50664B
(80,102,75)
#61755C
(97,117,92)
#72846D
(114,132,109)
#83937E
(131,147,126)
#94A28F
(148,162,143)
#A5B1A0
(165,177,160)
#B6C0B1
(182,192,177)
#C7CFC2
(199,207,194)
#D8DED3
(216,222,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F573A color. Also use rgb(63,87,58) instead hex code.

Text Font Color

.myTextColor { color: #3F573A; }

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

This text font color is #3F573A.

Background Color

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

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

This div background color is #3F573A.

Border color

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

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

This div border color is #3F573A.

Opacity

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

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

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

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

This text has shadow with #3F573A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F573A.

Preview

Color preview on black background

This text has color #3F573A on black background.


Color preview on white background

This text has color #3F573A on white background.


Black color preview on #3F573A background

This text has black color on #3F573A background.


White color preview on #3F573A background

This text has white color on #3F573A background.


Related colors

Complementary color

Complementary color for #hex is #C0A8C5.


I love getcolorcode.com

Triadic colors

1 #3A3F57 and #573A3F with #3F573A are triadic colors.

2 #3A573F and #573F3A with #3F573A are triadic colors.