COLOR #3F423D

HEX: #3F423D RGB: (63,66,61)

Color info

#3F423D contains red, green and blue colors in about the same proportion. Web safe color of #3F423D is #333333 (or #333).

RGB color model

#3F423D color RGB value is (63,66,61).

RGB: (63,66,61) (25%, 26%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 61 of 255 = 24%

63
66
61

R + G + B ~ 25%. #3F423D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 66 + 61 = 190 (100%)
R 63 of 190 ~ 33.16%
G 66 of 190 ~ 34.74%
B 61 of 190 ~ 32.11'%

%33.16
%34.74
%32.11

CMYK color model

#3F423D color CMYK value is (5,0,8,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%

CMYK: (5,0,8,74)
C5M0Y8K74 (5%, 0%, 8%, 74%)
(0.05 / 0.00 / 0.08 / 0.74)

CMYK percentages

%4.55
%0
%7.58
%74.12

Codes

Color #3F423D in popluar color models

3F 42 3D
RGB 63 66 61
HSL 96° 3.94% 24.90%
HSB/HSV 96° 7.58% 25.88%
CMYK 4.55% 0.00% 7.58%
74.12%

Color #3F423D in popluar number systems.

HEX 3F 42 3D
Decimal 63 66 61
Binary 111111 1000010 111101
Octal 77 102 75

Shades and tints

Shades of #3F423D

#3F423D
(63,66,61)
#3A3C38
(58,60,56)
#353633
(53,54,51)
#30302E
(48,48,46)
#2B2A29
(43,42,41)
#262424
(38,36,36)
#211E1F
(33,30,31)
#1C181A
(28,24,26)
#171215
(23,18,21)
#120C10
(18,12,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #3F423D

#3F423D
(63,66,61)
#50534E
(80,83,78)
#61645F
(97,100,95)
#727570
(114,117,112)
#838681
(131,134,129)
#949792
(148,151,146)
#A5A8A3
(165,168,163)
#B6B9B4
(182,185,180)
#C7CAC5
(199,202,197)
#D8DBD6
(216,219,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F423D color. Also use rgb(63,66,61) instead hex code.

Text Font Color

.myTextColor { color: #3F423D; }

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

This text font color is #3F423D.

Background Color

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

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

This div background color is #3F423D.

Border color

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

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

This div border color is #3F423D.

Opacity

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

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

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

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

This text has shadow with #3F423D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F423D.

Preview

Color preview on black background

This text has color #3F423D on black background.


Color preview on white background

This text has color #3F423D on white background.


Black color preview on #3F423D background

This text has black color on #3F423D background.


White color preview on #3F423D background

This text has white color on #3F423D background.


Related colors

Complementary color

Complementary color for #hex is #C0BDC2.


I love getcolorcode.com

Triadic colors

1 #3D3F42 and #423D3F with #3F423D are triadic colors.

2 #3D423F and #423F3D with #3F423D are triadic colors.