COLOR #3A2F5D

HEX: #3A2F5D
RGB: (58,47,93)

Color info

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

RGB color model

#3A2F5D color RGB value is (58,47,93).

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

RGB channels and saturation

R 58 of 255 = 23%
G 47 of 255 = 18%
B 93 of 255 = 36%

58
47
93

R + G + B ~ 26%. #3A2F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 47 + 93 = 198 (100%)
R 58 of 198 ~ 29.29%
G 47 of 198 ~ 23.74%
B 93 of 198 ~ 46.97%

%29.29
%23.74
%46.97

CMYK color model

#3A2F5D color CMYK value is (38,49,0,64).

  • cyan value is 37.63%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(38,49,0,64)
C38M49Y0K64 
(38%,49%,0%,64%)
(0.38/0.49/0.00/0.64)	

CMYK percentages

%37.63
%49.46
%0
%63.53

Codes

Color #3A2F5D in popluar color models

3A2F5D
RGB584793
HSL254°32.86%27.45%
HSB/HSV254°49.46%36.47%
CMYK37.63%49.46%0.00%
63.53%

Color #3A2F5D in popluar number systems.

HEX3A2F5D
Decimal584793
Binary1110101011111011101
Octal7257135

Shades and tints

Shades of #3A2F5D

#3A2F5D
(58,47,93)
#352B55
(53,43,85)
#30274D
(48,39,77)
#2B2345
(43,35,69)
#261F3D
(38,31,61)
#211B35
(33,27,53)
#1C172D
(28,23,45)
#171325
(23,19,37)
#120F1D
(18,15,29)
#0D0B15
(13,11,21)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #3A2F5D

#3A2F5D
(58,47,93)
#4B416B
(75,65,107)
#5C5379
(92,83,121)
#6D6587
(109,101,135)
#7E7795
(126,119,149)
#8F89A3
(143,137,163)
#A09BB1
(160,155,177)
#B1ADBF
(177,173,191)
#C2BFCD
(194,191,205)
#D3D1DB
(211,209,219)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A2F5D; }

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

This text font color is #3A2F5D.


Background Color

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

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

This div background color is #3A2F5D.


Border color

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

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

This div border color is #3A2F5D.


Opacity

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

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

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

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

This text has shadow with #3A2F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A2F5D on black background.


Color preview on white background

This text has color #3A2F5D on white background.



Black color preview on #3A2F5D background

This text has black color on #3A2F5D background.


White color preview on #3A2F5D background

This text has white color on #3A2F5D background.