COLOR #3F4130

HEX: #3F4130
RGB: (63,65,48)

Color info

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

RGB color model

#3F4130 color RGB value is (63,65,48).

  • red value is 63;
  • green value is 65;
  • blue value is 48.
RGB:
(63,65,48)
(25%,25%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 48 of 255 = 19%

63
65
48

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

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 48 = 176 (100%)
R 63 of 176 ~ 35.8%
G 65 of 176 ~ 36.93%
B 48 of 176 ~ 27.27%

%35.8
%36.93
%27.27

CMYK color model

#3F4130 color CMYK value is (3,0,26,75).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%
CMYK:
(3,0,26,75)
C3M0Y26K75 
(3%,0%,26%,75%)
(0.03/0.00/0.26/0.75)	

CMYK percentages

%3.08
%0
%26.15
%74.51

Codes

Color #3F4130 in popluar color models

3F4130
RGB636548
HSL67°15.04%22.16%
HSB/HSV67°26.15%25.49%
CMYK3.08%0.00%26.15%
74.51%

Color #3F4130 in popluar number systems.

HEX3F4130
Decimal636548
Binary1111111000001110000
Octal7710160

Shades and tints

Shades of #3F4130

#3F4130
(63,65,48)
#3A3C2C
(58,60,44)
#353728
(53,55,40)
#303224
(48,50,36)
#2B2D20
(43,45,32)
#26281C
(38,40,28)
#212318
(33,35,24)
#1C1E14
(28,30,20)
#171910
(23,25,16)
#12140C
(18,20,12)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #3F4130

#3F4130
(63,65,48)
#505242
(80,82,66)
#616354
(97,99,84)
#727466
(114,116,102)
#838578
(131,133,120)
#94968A
(148,150,138)
#A5A79C
(165,167,156)
#B6B8AE
(182,184,174)
#C7C9C0
(199,201,192)
#D8DAD2
(216,218,210)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4130; }

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

This text font color is #3F4130.


Background Color

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

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

This div background color is #3F4130.


Border color

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

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

This div border color is #3F4130.


Opacity

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

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

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

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

This text has shadow with #3F4130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4130 on black background.


Color preview on white background

This text has color #3F4130 on white background.



Black color preview on #3F4130 background

This text has black color on #3F4130 background.


White color preview on #3F4130 background

This text has white color on #3F4130 background.