COLOR #3A385D

HEX: #3A385D
RGB: (58,56,93)

Color info

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

RGB color model

#3A385D color RGB value is (58,56,93).

  • red value is 58;
  • green value is 56;
  • blue value is 93.
RGB:
(58,56,93)
(23%,22%,36%)

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 93 of 255 = 36%

58
56
93

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

Portions of RGB colors in percentages

R + G + B =
58 + 56 + 93 = 207 (100%)
R 58 of 207 ~ 28.02%
G 56 of 207 ~ 27.05%
B 93 of 207 ~ 44.93%

%28.02
%27.05
%44.93

CMYK color model

#3A385D color CMYK value is (38,40,0,64).

  • cyan value is 37.63%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(38,40,0,64)
C38M40Y0K64 
(38%,40%,0%,64%)
(0.38/0.40/0.00/0.64)	

CMYK percentages

%37.63
%39.78
%0
%63.53

Codes

Color #3A385D in popluar color models

3A385D
RGB585693
HSL243°24.83%29.22%
HSB/HSV243°39.78%36.47%
CMYK37.63%39.78%0.00%
63.53%

Color #3A385D in popluar number systems.

HEX3A385D
Decimal585693
Binary1110101110001011101
Octal7270135

Shades and tints

Shades of #3A385D

#3A385D
(58,56,93)
#353355
(53,51,85)
#302E4D
(48,46,77)
#2B2945
(43,41,69)
#26243D
(38,36,61)
#211F35
(33,31,53)
#1C1A2D
(28,26,45)
#171525
(23,21,37)
#12101D
(18,16,29)
#0D0B15
(13,11,21)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #3A385D

#3A385D
(58,56,93)
#4B4A6B
(75,74,107)
#5C5C79
(92,92,121)
#6D6E87
(109,110,135)
#7E8095
(126,128,149)
#8F92A3
(143,146,163)
#A0A4B1
(160,164,177)
#B1B6BF
(177,182,191)
#C2C8CD
(194,200,205)
#D3DADB
(211,218,219)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A385D color. Also use rgb(58,56,93) instead hex code.

Text Font Color

.myTextColor { color: #3A385D; }

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

This text font color is #3A385D.


Background Color

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

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

This div background color is #3A385D.


Border color

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

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

This div border color is #3A385D.


Opacity

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

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

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

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

This text has shadow with #3A385D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A385D on black background.


Color preview on white background

This text has color #3A385D on white background.



Black color preview on #3A385D background

This text has black color on #3A385D background.


White color preview on #3A385D background

This text has white color on #3A385D background.