COLOR #3F253F

HEX: #3F253F
RGB: (63,37,63)

Color info

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

RGB color model

#3F253F color RGB value is (63,37,63).

  • red value is 63;
  • green value is 37;
  • blue value is 63.
RGB:
(63,37,63)
(25%,15%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 37 of 255 = 15%
B 63 of 255 = 25%

63
37
63

R + G + B ~ 22%. #3F253F is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 37 + 63 = 163 (100%)
R 63 of 163 ~ 38.65%
G 37 of 163 ~ 22.7%
B 63 of 163 ~ 38.65%

%38.65
%22.7
%38.65

CMYK color model

#3F253F color CMYK value is (0,41,0,75).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(0,41,0,75)
C0M41Y0K75 
(0%,41%,0%,75%)
(0.00/0.41/0.00/0.75)	

CMYK percentages

%0
%41.27
%0
%75.29

Codes

Color #3F253F in popluar color models

3F253F
RGB633763
HSL300°26.00%19.61%
HSB/HSV300°41.27%24.71%
CMYK0.00%41.27%0.00%
75.29%

Color #3F253F in popluar number systems.

HEX3F253F
Decimal633763
Binary111111100101111111
Octal774577

Shades and tints

Shades of #3F253F

#3F253F
(63,37,63)
#3A223A
(58,34,58)
#351F35
(53,31,53)
#301C30
(48,28,48)
#2B192B
(43,25,43)
#261626
(38,22,38)
#211321
(33,19,33)
#1C101C
(28,16,28)
#170D17
(23,13,23)
#120A12
(18,10,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #3F253F

#3F253F
(63,37,63)
#503850
(80,56,80)
#614B61
(97,75,97)
#725E72
(114,94,114)
#837183
(131,113,131)
#948494
(148,132,148)
#A597A5
(165,151,165)
#B6AAB6
(182,170,182)
#C7BDC7
(199,189,199)
#D8D0D8
(216,208,216)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F253F; }

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

This text font color is #3F253F.


Background Color

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

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

This div background color is #3F253F.


Border color

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

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

This div border color is #3F253F.


Opacity

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

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

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

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

This text has shadow with #3F253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F253F on black background.


Color preview on white background

This text has color #3F253F on white background.



Black color preview on #3F253F background

This text has black color on #3F253F background.


White color preview on #3F253F background

This text has white color on #3F253F background.