COLOR #3F2437

HEX: #3F2437
RGB: (63,36,55)

Color info

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

RGB color model

#3F2437 color RGB value is (63,36,55).

  • red value is 63;
  • green value is 36;
  • blue value is 55.
RGB:
(63,36,55)
(25%,14%,22%)

RGB channels and saturation

R 63 of 255 = 25%
G 36 of 255 = 14%
B 55 of 255 = 22%

63
36
55

R + G + B ~ 20%. #3F2437 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 36 + 55 = 154 (100%)
R 63 of 154 ~ 40.91%
G 36 of 154 ~ 23.38%
B 55 of 154 ~ 35.71%

%40.91
%23.38
%35.71

CMYK color model

#3F2437 color CMYK value is (0,43,13,75).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 12.70%
  • key color value is 75.29%
CMYK:
(0,43,13,75)
C0M43Y13K75 
(0%,43%,13%,75%)
(0.00/0.43/0.13/0.75)	

CMYK percentages

%0
%42.86
%12.7
%75.29

Codes

Color #3F2437 in popluar color models

3F2437
RGB633655
HSL318°27.27%19.41%
HSB/HSV318°42.86%24.71%
CMYK0.00%42.86%12.70%
75.29%

Color #3F2437 in popluar number systems.

HEX3F2437
Decimal633655
Binary111111100100110111
Octal774467

Shades and tints

Shades of #3F2437

#3F2437
(63,36,55)
#3A2132
(58,33,50)
#351E2D
(53,30,45)
#301B28
(48,27,40)
#2B1823
(43,24,35)
#26151E
(38,21,30)
#211219
(33,18,25)
#1C0F14
(28,15,20)
#170C0F
(23,12,15)
#12090A
(18,9,10)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #3F2437

#3F2437
(63,36,55)
#503749
(80,55,73)
#614A5B
(97,74,91)
#725D6D
(114,93,109)
#83707F
(131,112,127)
#948391
(148,131,145)
#A596A3
(165,150,163)
#B6A9B5
(182,169,181)
#C7BCC7
(199,188,199)
#D8CFD9
(216,207,217)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2437 color. Also use rgb(63,36,55) instead hex code.

Text Font Color

.myTextColor { color: #3F2437; }

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

This text font color is #3F2437.


Background Color

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

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

This div background color is #3F2437.


Border color

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

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

This div border color is #3F2437.


Opacity

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

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

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

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

This text has shadow with #3F2437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2437 on black background.


Color preview on white background

This text has color #3F2437 on white background.



Black color preview on #3F2437 background

This text has black color on #3F2437 background.


White color preview on #3F2437 background

This text has white color on #3F2437 background.