COLOR #3A425D

HEX: #3A425D
RGB: (58,66,93)

Color info

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

RGB color model

#3A425D color RGB value is (58,66,93).

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

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 93 of 255 = 36%

58
66
93

R + G + B ~ 28%. #3A425D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 93 = 217 (100%)
R 58 of 217 ~ 26.73%
G 66 of 217 ~ 30.41%
B 93 of 217 ~ 42.86%

%26.73
%30.41
%42.86

CMYK color model

#3A425D color CMYK value is (38,29,0,64).

  • cyan value is 37.63%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(38,29,0,64)
C38M29Y0K64 
(38%,29%,0%,64%)
(0.38/0.29/0.00/0.64)	

CMYK percentages

%37.63
%29.03
%0
%63.53

Codes

Color #3A425D in popluar color models

3A425D
RGB586693
HSL226°23.18%29.61%
HSB/HSV226°37.63%36.47%
CMYK37.63%29.03%0.00%
63.53%

Color #3A425D in popluar number systems.

HEX3A425D
Decimal586693
Binary11101010000101011101
Octal72102135

Shades and tints

Shades of #3A425D

#3A425D
(58,66,93)
#353C55
(53,60,85)
#30364D
(48,54,77)
#2B3045
(43,48,69)
#262A3D
(38,42,61)
#212435
(33,36,53)
#1C1E2D
(28,30,45)
#171825
(23,24,37)
#12121D
(18,18,29)
#0D0C15
(13,12,21)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #3A425D

#3A425D
(58,66,93)
#4B536B
(75,83,107)
#5C6479
(92,100,121)
#6D7587
(109,117,135)
#7E8695
(126,134,149)
#8F97A3
(143,151,163)
#A0A8B1
(160,168,177)
#B1B9BF
(177,185,191)
#C2CACD
(194,202,205)
#D3DBDB
(211,219,219)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A425D; }

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

This text font color is #3A425D.


Background Color

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

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

This div background color is #3A425D.


Border color

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

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

This div border color is #3A425D.


Opacity

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

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

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

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

This text has shadow with #3A425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A425D on black background.


Color preview on white background

This text has color #3A425D on white background.



Black color preview on #3A425D background

This text has black color on #3A425D background.


White color preview on #3A425D background

This text has white color on #3A425D background.