COLOR #3E263F

HEX: #3E263F
RGB: (62,38,63)

Color info

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

RGB color model

#3E263F color RGB value is (62,38,63).

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

RGB channels and saturation

R 62 of 255 = 24%
G 38 of 255 = 15%
B 63 of 255 = 25%

62
38
63

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

Portions of RGB colors in percentages

R + G + B =
62 + 38 + 63 = 163 (100%)
R 62 of 163 ~ 38.04%
G 38 of 163 ~ 23.31%
B 63 of 163 ~ 38.65%

%38.04
%23.31
%38.65

CMYK color model

#3E263F color CMYK value is (2,40,0,75).

  • cyan value is 1.59%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(2,40,0,75)
C2M40Y0K75 
(2%,40%,0%,75%)
(0.02/0.40/0.00/0.75)	

CMYK percentages

%1.59
%39.68
%0
%75.29

Codes

Color #3E263F in popluar color models

3E263F
RGB623863
HSL298°24.75%19.80%
HSB/HSV298°39.68%24.71%
CMYK1.59%39.68%0.00%
75.29%

Color #3E263F in popluar number systems.

HEX3E263F
Decimal623863
Binary111110100110111111
Octal764677

Shades and tints

Shades of #3E263F

#3E263F
(62,38,63)
#39233A
(57,35,58)
#342035
(52,32,53)
#2F1D30
(47,29,48)
#2A1A2B
(42,26,43)
#251726
(37,23,38)
#201421
(32,20,33)
#1B111C
(27,17,28)
#160E17
(22,14,23)
#110B12
(17,11,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #3E263F

#3E263F
(62,38,63)
#4F3950
(79,57,80)
#604C61
(96,76,97)
#715F72
(113,95,114)
#827283
(130,114,131)
#938594
(147,133,148)
#A498A5
(164,152,165)
#B5ABB6
(181,171,182)
#C6BEC7
(198,190,199)
#D7D1D8
(215,209,216)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E263F; }

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

This text font color is #3E263F.


Background Color

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

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

This div background color is #3E263F.


Border color

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

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

This div border color is #3E263F.


Opacity

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

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

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

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

This text has shadow with #3E263F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E263F on black background.


Color preview on white background

This text has color #3E263F on white background.



Black color preview on #3E263F background

This text has black color on #3E263F background.


White color preview on #3E263F background

This text has white color on #3E263F background.