COLOR #3F4133

HEX: #3F4133 RGB: (63,65,51)

Color info

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

RGB color model

#3F4133 color RGB value is (63,65,51).

RGB: (63,65,51) (25%, 25%, 20%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 51 of 255 = 20%

63
65
51

R + G + B ~ 23%. #3F4133 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 65 + 51 = 179 (100%)
R 63 of 179 ~ 35.2%
G 65 of 179 ~ 36.31%
B 51 of 179 ~ 28.49'%

%35.2
%36.31
%28.49

CMYK color model

#3F4133 color CMYK value is (3,0,22,75).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 74.51%

CMYK: (3,0,22,75)
C3M0Y22K75 (3%, 0%, 22%, 75%)
(0.03 / 0.00 / 0.22 / 0.75)

CMYK percentages

%3.08
%0
%21.54
%74.51

Codes

Color #3F4133 in popluar color models

3F 41 33
RGB 63 65 51
HSL 69° 12.07% 22.75%
HSB/HSV 69° 21.54% 25.49%
CMYK 3.08% 0.00% 21.54%
74.51%

Color #3F4133 in popluar number systems.

HEX 3F 41 33
Decimal 63 65 51
Binary 111111 1000001 110011
Octal 77 101 63

Shades and tints

Shades of #3F4133

#3F4133
(63,65,51)
#3A3C2F
(58,60,47)
#35372B
(53,55,43)
#303227
(48,50,39)
#2B2D23
(43,45,35)
#26281F
(38,40,31)
#21231B
(33,35,27)
#1C1E17
(28,30,23)
#171913
(23,25,19)
#12140F
(18,20,15)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #3F4133

#3F4133
(63,65,51)
#505245
(80,82,69)
#616357
(97,99,87)
#727469
(114,116,105)
#83857B
(131,133,123)
#94968D
(148,150,141)
#A5A79F
(165,167,159)
#B6B8B1
(182,184,177)
#C7C9C3
(199,201,195)
#D8DAD5
(216,218,213)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4133 color. Also use rgb(63,65,51) instead hex code.

Text Font Color

.myTextColor { color: #3F4133; }

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

This text font color is #3F4133.

Background Color

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

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

This div background color is #3F4133.

Border color

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

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

This div border color is #3F4133.

Opacity

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

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

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

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

This text has shadow with #3F4133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4133.

Preview

Color preview on black background

This text has color #3F4133 on black background.


Color preview on white background

This text has color #3F4133 on white background.


Black color preview on #3F4133 background

This text has black color on #3F4133 background.


White color preview on #3F4133 background

This text has white color on #3F4133 background.


Related colors

Complementary color

Complementary color for #hex is #C0BECC.


I love getcolorcode.com

Triadic colors

1 #333F41 and #41333F with #3F4133 are triadic colors.

2 #33413F and #413F33 with #3F4133 are triadic colors.