COLOR #3A384A

HEX: #3A384A
RGB: (58,56,74)

Color info

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

RGB color model

#3A384A color RGB value is (58,56,74).

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

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 74 of 255 = 29%

58
56
74

R + G + B ~ 25%. #3A384A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 56 + 74 = 188 (100%)
R 58 of 188 ~ 30.85%
G 56 of 188 ~ 29.79%
B 74 of 188 ~ 39.36%

%30.85
%29.79
%39.36

CMYK color model

#3A384A color CMYK value is (22,24,0,71).

  • cyan value is 21.62%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(22,24,0,71)
C22M24Y0K71 
(22%,24%,0%,71%)
(0.22/0.24/0.00/0.71)	

CMYK percentages

%21.62
%24.32
%0
%70.98

Codes

Color #3A384A in popluar color models

3A384A
RGB585674
HSL247°13.85%25.49%
HSB/HSV247°24.32%29.02%
CMYK21.62%24.32%0.00%
70.98%

Color #3A384A in popluar number systems.

HEX3A384A
Decimal585674
Binary1110101110001001010
Octal7270112

Shades and tints

Shades of #3A384A

#3A384A
(58,56,74)
#353344
(53,51,68)
#302E3E
(48,46,62)
#2B2938
(43,41,56)
#262432
(38,36,50)
#211F2C
(33,31,44)
#1C1A26
(28,26,38)
#171520
(23,21,32)
#12101A
(18,16,26)
#0D0B14
(13,11,20)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #3A384A

#3A384A
(58,56,74)
#4B4A5A
(75,74,90)
#5C5C6A
(92,92,106)
#6D6E7A
(109,110,122)
#7E808A
(126,128,138)
#8F929A
(143,146,154)
#A0A4AA
(160,164,170)
#B1B6BA
(177,182,186)
#C2C8CA
(194,200,202)
#D3DADA
(211,218,218)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A384A; }

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

This text font color is #3A384A.


Background Color

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

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

This div background color is #3A384A.


Border color

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

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

This div border color is #3A384A.


Opacity

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

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

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

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

This text has shadow with #3A384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A384A on black background.


Color preview on white background

This text has color #3A384A on white background.



Black color preview on #3A384A background

This text has black color on #3A384A background.


White color preview on #3A384A background

This text has white color on #3A384A background.