COLOR #3F3038

HEX: #3F3038
RGB: (63,48,56)

Color info

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

RGB color model

#3F3038 color RGB value is (63,48,56).

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

RGB channels and saturation

R 63 of 255 = 25%
G 48 of 255 = 19%
B 56 of 255 = 22%

63
48
56

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

Portions of RGB colors in percentages

R + G + B =
63 + 48 + 56 = 167 (100%)
R 63 of 167 ~ 37.72%
G 48 of 167 ~ 28.74%
B 56 of 167 ~ 33.53%

%37.72
%28.74
%33.53

CMYK color model

#3F3038 color CMYK value is (0,24,11,75).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 11.11%
  • key color value is 75.29%
CMYK:
(0,24,11,75)
C0M24Y11K75 
(0%,24%,11%,75%)
(0.00/0.24/0.11/0.75)	

CMYK percentages

%0
%23.81
%11.11
%75.29

Codes

Color #3F3038 in popluar color models

3F3038
RGB634856
HSL328°13.51%21.76%
HSB/HSV328°23.81%24.71%
CMYK0.00%23.81%11.11%
75.29%

Color #3F3038 in popluar number systems.

HEX3F3038
Decimal634856
Binary111111110000111000
Octal776070

Shades and tints

Shades of #3F3038

#3F3038
(63,48,56)
#3A2C33
(58,44,51)
#35282E
(53,40,46)
#302429
(48,36,41)
#2B2024
(43,32,36)
#261C1F
(38,28,31)
#21181A
(33,24,26)
#1C1415
(28,20,21)
#171010
(23,16,16)
#120C0B
(18,12,11)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #3F3038

#3F3038
(63,48,56)
#50424A
(80,66,74)
#61545C
(97,84,92)
#72666E
(114,102,110)
#837880
(131,120,128)
#948A92
(148,138,146)
#A59CA4
(165,156,164)
#B6AEB6
(182,174,182)
#C7C0C8
(199,192,200)
#D8D2DA
(216,210,218)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3038; }

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

This text font color is #3F3038.


Background Color

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

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

This div background color is #3F3038.


Border color

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

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

This div border color is #3F3038.


Opacity

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

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

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

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

This text has shadow with #3F3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3038 on black background.


Color preview on white background

This text has color #3F3038 on white background.



Black color preview on #3F3038 background

This text has black color on #3F3038 background.


White color preview on #3F3038 background

This text has white color on #3F3038 background.