COLOR #3A3958

HEX: #3A3958
RGB: (58,57,88)

Color info

#3A3958 contains red, green and blue colors in about the same proportion. Web safe color of #3A3958 is #333366 (or #336).

RGB color model

#3A3958 color RGB value is (58,57,88).

  • red value is 58;
  • green value is 57;
  • blue value is 88.
RGB:
(58,57,88)
(23%,22%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 57 of 255 = 22%
B 88 of 255 = 35%

58
57
88

R + G + B ~ 27%. #3A3958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 57 + 88 = 203 (100%)
R 58 of 203 ~ 28.57%
G 57 of 203 ~ 28.08%
B 88 of 203 ~ 43.35%

%28.57
%28.08
%43.35

CMYK color model

#3A3958 color CMYK value is (34,35,0,65).

  • cyan value is 34.09%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(34,35,0,65)
C34M35Y0K65 
(34%,35%,0%,65%)
(0.34/0.35/0.00/0.65)	

CMYK percentages

%34.09
%35.23
%0
%65.49

Codes

Color #3A3958 in popluar color models

3A3958
RGB585788
HSL242°21.38%28.43%
HSB/HSV242°35.23%34.51%
CMYK34.09%35.23%0.00%
65.49%

Color #3A3958 in popluar number systems.

HEX3A3958
Decimal585788
Binary1110101110011011000
Octal7271130

Shades and tints

Shades of #3A3958

#3A3958
(58,57,88)
#353450
(53,52,80)
#302F48
(48,47,72)
#2B2A40
(43,42,64)
#262538
(38,37,56)
#212030
(33,32,48)
#1C1B28
(28,27,40)
#171620
(23,22,32)
#121118
(18,17,24)
#0D0C10
(13,12,16)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #3A3958

#3A3958
(58,57,88)
#4B4B67
(75,75,103)
#5C5D76
(92,93,118)
#6D6F85
(109,111,133)
#7E8194
(126,129,148)
#8F93A3
(143,147,163)
#A0A5B2
(160,165,178)
#B1B7C1
(177,183,193)
#C2C9D0
(194,201,208)
#D3DBDF
(211,219,223)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3958 color. Also use rgb(58,57,88) instead hex code.

Text Font Color

.myTextColor { color: #3A3958; }

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

This text font color is #3A3958.


Background Color

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

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

This div background color is #3A3958.


Border color

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

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

This div border color is #3A3958.


Opacity

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

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

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

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

This text has shadow with #3A3958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3958 on black background.


Color preview on white background

This text has color #3A3958 on white background.



Black color preview on #3A3958 background

This text has black color on #3A3958 background.


White color preview on #3A3958 background

This text has white color on #3A3958 background.