COLOR #3A3140

HEX: #3A3140
RGB: (58,49,64)

Color info

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

RGB color model

#3A3140 color RGB value is (58,49,64).

  • red value is 58;
  • green value is 49;
  • blue value is 64.
RGB:
(58,49,64)
(23%,19%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 49 of 255 = 19%
B 64 of 255 = 25%

58
49
64

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

Portions of RGB colors in percentages

R + G + B =
58 + 49 + 64 = 171 (100%)
R 58 of 171 ~ 33.92%
G 49 of 171 ~ 28.65%
B 64 of 171 ~ 37.43%

%33.92
%28.65
%37.43

CMYK color model

#3A3140 color CMYK value is (9,23,0,75).

  • cyan value is 9.38%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(9,23,0,75)
C9M23Y0K75 
(9%,23%,0%,75%)
(0.09/0.23/0.00/0.75)	

CMYK percentages

%9.38
%23.44
%0
%74.9

Codes

Color #3A3140 in popluar color models

3A3140
RGB584964
HSL276°13.27%22.16%
HSB/HSV276°23.44%25.10%
CMYK9.38%23.44%0.00%
74.90%

Color #3A3140 in popluar number systems.

HEX3A3140
Decimal584964
Binary1110101100011000000
Octal7261100

Shades and tints

Shades of #3A3140

#3A3140
(58,49,64)
#352D3B
(53,45,59)
#302936
(48,41,54)
#2B2531
(43,37,49)
#26212C
(38,33,44)
#211D27
(33,29,39)
#1C1922
(28,25,34)
#17151D
(23,21,29)
#121118
(18,17,24)
#0D0D13
(13,13,19)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #3A3140

#3A3140
(58,49,64)
#4B4351
(75,67,81)
#5C5562
(92,85,98)
#6D6773
(109,103,115)
#7E7984
(126,121,132)
#8F8B95
(143,139,149)
#A09DA6
(160,157,166)
#B1AFB7
(177,175,183)
#C2C1C8
(194,193,200)
#D3D3D9
(211,211,217)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3140 color. Also use rgb(58,49,64) instead hex code.

Text Font Color

.myTextColor { color: #3A3140; }

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

This text font color is #3A3140.


Background Color

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

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

This div background color is #3A3140.


Border color

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

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

This div border color is #3A3140.


Opacity

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

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

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

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

This text has shadow with #3A3140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3140 on black background.


Color preview on white background

This text has color #3A3140 on white background.



Black color preview on #3A3140 background

This text has black color on #3A3140 background.


White color preview on #3A3140 background

This text has white color on #3A3140 background.