COLOR #3F634A

HEX: #3F634A
RGB: (63,99,74)

Color info

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

RGB color model

#3F634A color RGB value is (63,99,74).

  • red value is 63;
  • green value is 99;
  • blue value is 74.
RGB:
(63,99,74)
(25%,39%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 74 of 255 = 29%

63
99
74

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

Portions of RGB colors in percentages

R + G + B =
63 + 99 + 74 = 236 (100%)
R 63 of 236 ~ 26.69%
G 99 of 236 ~ 41.95%
B 74 of 236 ~ 31.36%

%26.69
%41.95
%31.36

CMYK color model

#3F634A color CMYK value is (36,0,25,61).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(36,0,25,61)
C36M0Y25K61 
(36%,0%,25%,61%)
(0.36/0.00/0.25/0.61)	

CMYK percentages

%36.36
%0
%25.25
%61.18

Codes

Color #3F634A in popluar color models

3F634A
RGB639974
HSL138°22.22%31.76%
HSB/HSV138°36.36%38.82%
CMYK36.36%0.00%25.25%
61.18%

Color #3F634A in popluar number systems.

HEX3F634A
Decimal639974
Binary11111111000111001010
Octal77143112

Shades and tints

Shades of #3F634A

#3F634A
(63,99,74)
#3A5A44
(58,90,68)
#35513E
(53,81,62)
#304838
(48,72,56)
#2B3F32
(43,63,50)
#26362C
(38,54,44)
#212D26
(33,45,38)
#1C2420
(28,36,32)
#171B1A
(23,27,26)
#121214
(18,18,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #3F634A

#3F634A
(63,99,74)
#50715A
(80,113,90)
#617F6A
(97,127,106)
#728D7A
(114,141,122)
#839B8A
(131,155,138)
#94A99A
(148,169,154)
#A5B7AA
(165,183,170)
#B6C5BA
(182,197,186)
#C7D3CA
(199,211,202)
#D8E1DA
(216,225,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F634A color. Also use rgb(63,99,74) instead hex code.

Text Font Color

.myTextColor { color: #3F634A; }

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

This text font color is #3F634A.


Background Color

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

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

This div background color is #3F634A.


Border color

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

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

This div border color is #3F634A.


Opacity

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

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

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

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

This text has shadow with #3F634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F634A on black background.


Color preview on white background

This text has color #3F634A on white background.



Black color preview on #3F634A background

This text has black color on #3F634A background.


White color preview on #3F634A background

This text has white color on #3F634A background.