COLOR #3E1735

HEX: #3E1735
RGB: (62,23,53)

Color info

#3E1735 contains red, green and blue colors in about the same proportion. Web safe color of #3E1735 is #330033 (or #303).

RGB color model

#3E1735 color RGB value is (62,23,53).

  • red value is 62;
  • green value is 23;
  • blue value is 53.
RGB:
(62,23,53)
(24%,9%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 23 of 255 = 9%
B 53 of 255 = 21%

62
23
53

R + G + B ~ 18%. #3E1735 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 23 + 53 = 138 (100%)
R 62 of 138 ~ 44.93%
G 23 of 138 ~ 16.67%
B 53 of 138 ~ 38.41%

%44.93
%16.67
%38.41

CMYK color model

#3E1735 color CMYK value is (0,63,15,76).

  • cyan value is 0.00%
  • magenta value is 62.90%
  • yellow value is 14.52%
  • key color value is 75.69%
CMYK:
(0,63,15,76)
C0M63Y15K76 
(0%,63%,15%,76%)
(0.00/0.63/0.15/0.76)	

CMYK percentages

%0
%62.9
%14.52
%75.69

Codes

Color #3E1735 in popluar color models

3E1735
RGB622353
HSL314°45.88%16.67%
HSB/HSV314°62.90%24.31%
CMYK0.00%62.90%14.52%
75.69%

Color #3E1735 in popluar number systems.

HEX3E1735
Decimal622353
Binary11111010111110101
Octal762765

Shades and tints

Shades of #3E1735

#3E1735
(62,23,53)
#391531
(57,21,49)
#34132D
(52,19,45)
#2F1129
(47,17,41)
#2A0F25
(42,15,37)
#250D21
(37,13,33)
#200B1D
(32,11,29)
#1B0919
(27,9,25)
#160715
(22,7,21)
#110511
(17,5,17)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #3E1735

#3E1735
(62,23,53)
#4F2C47
(79,44,71)
#604159
(96,65,89)
#71566B
(113,86,107)
#826B7D
(130,107,125)
#93808F
(147,128,143)
#A495A1
(164,149,161)
#B5AAB3
(181,170,179)
#C6BFC5
(198,191,197)
#D7D4D7
(215,212,215)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1735 color. Also use rgb(62,23,53) instead hex code.

Text Font Color

.myTextColor { color: #3E1735; }

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

This text font color is #3E1735.


Background Color

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

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

This div background color is #3E1735.


Border color

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

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

This div border color is #3E1735.


Opacity

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

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

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

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

This text has shadow with #3E1735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1735 on black background.


Color preview on white background

This text has color #3E1735 on white background.



Black color preview on #3E1735 background

This text has black color on #3E1735 background.


White color preview on #3E1735 background

This text has white color on #3E1735 background.