COLOR #3F2838

HEX: #3F2838
RGB: (63,40,56)

Color info

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

RGB color model

#3F2838 color RGB value is (63,40,56).

  • red value is 63;
  • green value is 40;
  • blue value is 56.
RGB:
(63,40,56)
(25%,16%,22%)

RGB channels and saturation

R 63 of 255 = 25%
G 40 of 255 = 16%
B 56 of 255 = 22%

63
40
56

R + G + B ~ 21%. #3F2838 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 40 + 56 = 159 (100%)
R 63 of 159 ~ 39.62%
G 40 of 159 ~ 25.16%
B 56 of 159 ~ 35.22%

%39.62
%25.16
%35.22

CMYK color model

#3F2838 color CMYK value is (0,37,11,75).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 11.11%
  • key color value is 75.29%
CMYK:
(0,37,11,75)
C0M37Y11K75 
(0%,37%,11%,75%)
(0.00/0.37/0.11/0.75)	

CMYK percentages

%0
%36.51
%11.11
%75.29

Codes

Color #3F2838 in popluar color models

3F2838
RGB634056
HSL318°22.33%20.20%
HSB/HSV318°36.51%24.71%
CMYK0.00%36.51%11.11%
75.29%

Color #3F2838 in popluar number systems.

HEX3F2838
Decimal634056
Binary111111101000111000
Octal775070

Shades and tints

Shades of #3F2838

#3F2838
(63,40,56)
#3A2533
(58,37,51)
#35222E
(53,34,46)
#301F29
(48,31,41)
#2B1C24
(43,28,36)
#26191F
(38,25,31)
#21161A
(33,22,26)
#1C1315
(28,19,21)
#171010
(23,16,16)
#120D0B
(18,13,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #3F2838

#3F2838
(63,40,56)
#503B4A
(80,59,74)
#614E5C
(97,78,92)
#72616E
(114,97,110)
#837480
(131,116,128)
#948792
(148,135,146)
#A59AA4
(165,154,164)
#B6ADB6
(182,173,182)
#C7C0C8
(199,192,200)
#D8D3DA
(216,211,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2838 color. Also use rgb(63,40,56) instead hex code.

Text Font Color

.myTextColor { color: #3F2838; }

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

This text font color is #3F2838.


Background Color

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

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

This div background color is #3F2838.


Border color

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

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

This div border color is #3F2838.


Opacity

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

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

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

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

This text has shadow with #3F2838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2838 on black background.


Color preview on white background

This text has color #3F2838 on white background.



Black color preview on #3F2838 background

This text has black color on #3F2838 background.


White color preview on #3F2838 background

This text has white color on #3F2838 background.