COLOR #3F2530

HEX: #3F2530
RGB: (63,37,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
37
48

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

Portions of RGB colors in percentages

R + G + B =
63 + 37 + 48 = 148 (100%)
R 63 of 148 ~ 42.57%
G 37 of 148 ~ 25%
B 48 of 148 ~ 32.43%

%42.57
%25
%32.43

CMYK color model

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

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

CMYK percentages

%0
%41.27
%23.81
%75.29

Codes

Color #3F2530 in popluar color models

3F2530
RGB633748
HSL335°26.00%19.61%
HSB/HSV335°41.27%24.71%
CMYK0.00%41.27%23.81%
75.29%

Color #3F2530 in popluar number systems.

HEX3F2530
Decimal633748
Binary111111100101110000
Octal774560

Shades and tints

Shades of #3F2530

#3F2530
(63,37,48)
#3A222C
(58,34,44)
#351F28
(53,31,40)
#301C24
(48,28,36)
#2B1920
(43,25,32)
#26161C
(38,22,28)
#211318
(33,19,24)
#1C1014
(28,16,20)
#170D10
(23,13,16)
#120A0C
(18,10,12)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #3F2530

#3F2530
(63,37,48)
#503842
(80,56,66)
#614B54
(97,75,84)
#725E66
(114,94,102)
#837178
(131,113,120)
#94848A
(148,132,138)
#A5979C
(165,151,156)
#B6AAAE
(182,170,174)
#C7BDC0
(199,189,192)
#D8D0D2
(216,208,210)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2530; }

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

This text font color is #3F2530.


Background Color

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

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

This div background color is #3F2530.


Border color

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

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

This div border color is #3F2530.


Opacity

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

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

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

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

This text has shadow with #3F2530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2530 on black background.


Color preview on white background

This text has color #3F2530 on white background.



Black color preview on #3F2530 background

This text has black color on #3F2530 background.


White color preview on #3F2530 background

This text has white color on #3F2530 background.