COLOR #3F553C

HEX: #3F553C RGB: (63,85,60)

Color info

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

RGB color model

#3F553C color RGB value is (63,85,60).

RGB: (63,85,60) (25%, 33%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 60 of 255 = 24%

63
85
60

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

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 60 = 208 (100%)
R 63 of 208 ~ 30.29%
G 85 of 208 ~ 40.87%
B 60 of 208 ~ 28.85'%

%30.29
%40.87
%28.85

CMYK color model

#3F553C color CMYK value is (26,0,29,67).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (26,0,29,67)
C26M0Y29K67 (26%, 0%, 29%, 67%)
(0.26 / 0.00 / 0.29 / 0.67)

CMYK percentages

%25.88
%0
%29.41
%66.67

Codes

Color #3F553C in popluar color models

3F 55 3C
RGB 63 85 60
HSL 113° 17.24% 28.43%
HSB/HSV 113° 29.41% 33.33%
CMYK 25.88% 0.00% 29.41%
66.67%

Color #3F553C in popluar number systems.

HEX 3F 55 3C
Decimal 63 85 60
Binary 111111 1010101 111100
Octal 77 125 74

Shades and tints

Shades of #3F553C

#3F553C
(63,85,60)
#3A4E37
(58,78,55)
#354732
(53,71,50)
#30402D
(48,64,45)
#2B3928
(43,57,40)
#263223
(38,50,35)
#212B1E
(33,43,30)
#1C2419
(28,36,25)
#171D14
(23,29,20)
#12160F
(18,22,15)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F553C

#3F553C
(63,85,60)
#50644D
(80,100,77)
#61735E
(97,115,94)
#72826F
(114,130,111)
#839180
(131,145,128)
#94A091
(148,160,145)
#A5AFA2
(165,175,162)
#B6BEB3
(182,190,179)
#C7CDC4
(199,205,196)
#D8DCD5
(216,220,213)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F553C; }

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

This text font color is #3F553C.

Background Color

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

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

This div background color is #3F553C.

Border color

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

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

This div border color is #3F553C.

Opacity

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

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

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

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

This text has shadow with #3F553C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F553C.

Preview

Color preview on black background

This text has color #3F553C on black background.


Color preview on white background

This text has color #3F553C on white background.


Black color preview on #3F553C background

This text has black color on #3F553C background.


White color preview on #3F553C background

This text has white color on #3F553C background.


Related colors

Complementary color

Complementary color for #hex is #C0AAC3.


I love getcolorcode.com

Triadic colors

1 #3C3F55 and #553C3F with #3F553C are triadic colors.

2 #3C553F and #553F3C with #3F553C are triadic colors.