COLOR #3F6853

HEX: #3F6853 RGB: (63,104,83)

Color info

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

RGB color model

#3F6853 color RGB value is (63,104,83).

RGB: (63,104,83) (25%, 41%, 33%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 83 of 255 = 33%

63
104
83

R + G + B ~ 33%. #3F6853 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 104 + 83 = 250 (100%)
R 63 of 250 ~ 25.2%
G 104 of 250 ~ 41.6%
B 83 of 250 ~ 33.2'%

%25.2
%41.6
%33.2

CMYK color model

#3F6853 color CMYK value is (39,0,20,59).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK: (39,0,20,59) C39M0Y20K59 (39%,0%,20%,59%) (0.39/0.00/0.20/0.59) 

CMYK percentages

%39.42
%0
%20.19
%59.22

Codes

Color #3F6853 in popluar color models

3F 68 53
RGB 63 104 83
HSL 149° 24.55% 32.75%
HSB/HSV 149° 39.42% 40.78%
CMYK 39.42% 0.00% 20.19%
59.22%

Color #3F6853 in popluar number systems.

HEX 3F 68 53
Decimal 63 104 83
Binary 111111 1101000 1010011
Octal 77 150 123

Shades and tints

Shades of #3F6853

#3F6853
(63,104,83)
#3A5F4C
(58,95,76)
#355645
(53,86,69)
#304D3E
(48,77,62)
#2B4437
(43,68,55)
#263B30
(38,59,48)
#213229
(33,50,41)
#1C2922
(28,41,34)
#17201B
(23,32,27)
#121714
(18,23,20)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F6853

#3F6853
(63,104,83)
#507562
(80,117,98)
#618271
(97,130,113)
#728F80
(114,143,128)
#839C8F
(131,156,143)
#94A99E
(148,169,158)
#A5B6AD
(165,182,173)
#B6C3BC
(182,195,188)
#C7D0CB
(199,208,203)
#D8DDDA
(216,221,218)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6853 color. Also use rgb(63,104,83) instead hex code.

Text Font Color

.myTextColor { color: #3F6853; }

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

This text font color is #3F6853.

Background Color

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

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

This div background color is #3F6853.

Border color

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

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

This div border color is #3F6853.

Opacity

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

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

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

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

This text has shadow with #3F6853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6853.

Preview

Color preview on black background

This text has color #3F6853 on black background.


Color preview on white background

This text has color #3F6853 on white background.


Black color preview on #3F6853 background

This text has black color on #3F6853 background.


White color preview on #3F6853 background

This text has white color on #3F6853 background.


Related colors

Complementary color

Complementary color for #hex is #C097AC.


I love getcolorcode.com

Triadic colors

1 #533F68 and #68533F with #3F6853 are triadic colors.

2 #53683F and #683F53 with #3F6853 are triadic colors.