COLOR #3F483B

HEX: #3F483B
RGB: (63,72,59)

Color info

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

RGB color model

#3F483B color RGB value is (63,72,59).

  • red value is 63;
  • green value is 72;
  • blue value is 59.
RGB:
(63,72,59)
(25%,28%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 59 of 255 = 23%

63
72
59

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 59 = 194 (100%)
R 63 of 194 ~ 32.47%
G 72 of 194 ~ 37.11%
B 59 of 194 ~ 30.41%

%32.47
%37.11
%30.41

CMYK color model

#3F483B color CMYK value is (13,0,18,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(13,0,18,72)
C13M0Y18K72 
(13%,0%,18%,72%)
(0.13/0.00/0.18/0.72)	

CMYK percentages

%12.5
%0
%18.06
%71.76

Codes

Color #3F483B in popluar color models

3F483B
RGB637259
HSL102°9.92%25.69%
HSB/HSV102°18.06%28.24%
CMYK12.50%0.00%18.06%
71.76%

Color #3F483B in popluar number systems.

HEX3F483B
Decimal637259
Binary1111111001000111011
Octal7711073

Shades and tints

Shades of #3F483B

#3F483B
(63,72,59)
#3A4236
(58,66,54)
#353C31
(53,60,49)
#30362C
(48,54,44)
#2B3027
(43,48,39)
#262A22
(38,42,34)
#21241D
(33,36,29)
#1C1E18
(28,30,24)
#171813
(23,24,19)
#12120E
(18,18,14)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F483B

#3F483B
(63,72,59)
#50584C
(80,88,76)
#61685D
(97,104,93)
#72786E
(114,120,110)
#83887F
(131,136,127)
#949890
(148,152,144)
#A5A8A1
(165,168,161)
#B6B8B2
(182,184,178)
#C7C8C3
(199,200,195)
#D8D8D4
(216,216,212)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F483B color. Also use rgb(63,72,59) instead hex code.

Text Font Color

.myTextColor { color: #3F483B; }

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

This text font color is #3F483B.


Background Color

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

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

This div background color is #3F483B.


Border color

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

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

This div border color is #3F483B.


Opacity

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

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

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

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

This text has shadow with #3F483B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F483B on black background.


Color preview on white background

This text has color #3F483B on white background.



Black color preview on #3F483B background

This text has black color on #3F483B background.


White color preview on #3F483B background

This text has white color on #3F483B background.