COLOR #3F433D

HEX: #3F433D RGB: (63,67,61)

Color info

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

RGB color model

#3F433D color RGB value is (63,67,61).

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

RGB channels and saturation

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

63
67
61

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

Portions of RGB colors in percentages

R + G + B = 63 + 67 + 61 = 191 (100%)
R 63 of 191 ~ 32.98%
G 67 of 191 ~ 35.08%
B 61 of 191 ~ 31.94'%

%32.98
%35.08
%31.94

CMYK color model

#3F433D color CMYK value is (6,0,9,74).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 73.73%

CMYK: (6,0,9,74)
C6M0Y9K74 (6%, 0%, 9%, 74%)
(0.06 / 0.00 / 0.09 / 0.74)

CMYK percentages

%5.97
%0
%8.96
%73.73

Codes

Color #3F433D in popluar color models

3F 43 3D
RGB 63 67 61
HSL 100° 4.69% 25.10%
HSB/HSV 100° 8.96% 26.27%
CMYK 5.97% 0.00% 8.96%
73.73%

Color #3F433D in popluar number systems.

HEX 3F 43 3D
Decimal 63 67 61
Binary 111111 1000011 111101
Octal 77 103 75

Shades and tints

Shades of #3F433D

#3F433D
(63,67,61)
#3A3D38
(58,61,56)
#353733
(53,55,51)
#30312E
(48,49,46)
#2B2B29
(43,43,41)
#262524
(38,37,36)
#211F1F
(33,31,31)
#1C191A
(28,25,26)
#171315
(23,19,21)
#120D10
(18,13,16)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #3F433D

#3F433D
(63,67,61)
#50544E
(80,84,78)
#61655F
(97,101,95)
#727670
(114,118,112)
#838781
(131,135,129)
#949892
(148,152,146)
#A5A9A3
(165,169,163)
#B6BAB4
(182,186,180)
#C7CBC5
(199,203,197)
#D8DCD6
(216,220,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F433D; }

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

This text font color is #3F433D.

Background Color

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

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

This div background color is #3F433D.

Border color

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

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

This div border color is #3F433D.

Opacity

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

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

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

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

This text has shadow with #3F433D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F433D.

Preview

Color preview on black background

This text has color #3F433D on black background.


Color preview on white background

This text has color #3F433D on white background.


Black color preview on #3F433D background

This text has black color on #3F433D background.


White color preview on #3F433D background

This text has white color on #3F433D background.


Related colors

Complementary color

Complementary color for #hex is #C0BCC2.


I love getcolorcode.com

Triadic colors

1 #3D3F43 and #433D3F with #3F433D are triadic colors.

2 #3D433F and #433F3D with #3F433D are triadic colors.