COLOR #3A3355

HEX: #3A3355
RGB: (58,51,85)

Color info

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

RGB color model

#3A3355 color RGB value is (58,51,85).

  • red value is 58;
  • green value is 51;
  • blue value is 85.
RGB:
(58,51,85)
(23%,20%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 85 of 255 = 33%

58
51
85

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

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 85 = 194 (100%)
R 58 of 194 ~ 29.9%
G 51 of 194 ~ 26.29%
B 85 of 194 ~ 43.81%

%29.9
%26.29
%43.81

CMYK color model

#3A3355 color CMYK value is (32,40,0,67).

  • cyan value is 31.76%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(32,40,0,67)
C32M40Y0K67 
(32%,40%,0%,67%)
(0.32/0.40/0.00/0.67)	

CMYK percentages

%31.76
%40
%0
%66.67

Codes

Color #3A3355 in popluar color models

3A3355
RGB585185
HSL252°25.00%26.67%
HSB/HSV252°40.00%33.33%
CMYK31.76%40.00%0.00%
66.67%

Color #3A3355 in popluar number systems.

HEX3A3355
Decimal585185
Binary1110101100111010101
Octal7263125

Shades and tints

Shades of #3A3355

#3A3355
(58,51,85)
#352F4E
(53,47,78)
#302B47
(48,43,71)
#2B2740
(43,39,64)
#262339
(38,35,57)
#211F32
(33,31,50)
#1C1B2B
(28,27,43)
#171724
(23,23,36)
#12131D
(18,19,29)
#0D0F16
(13,15,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A3355

#3A3355
(58,51,85)
#4B4564
(75,69,100)
#5C5773
(92,87,115)
#6D6982
(109,105,130)
#7E7B91
(126,123,145)
#8F8DA0
(143,141,160)
#A09FAF
(160,159,175)
#B1B1BE
(177,177,190)
#C2C3CD
(194,195,205)
#D3D5DC
(211,213,220)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3355 color. Also use rgb(58,51,85) instead hex code.

Text Font Color

.myTextColor { color: #3A3355; }

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

This text font color is #3A3355.


Background Color

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

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

This div background color is #3A3355.


Border color

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

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

This div border color is #3A3355.


Opacity

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

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

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

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

This text has shadow with #3A3355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3355 on black background.


Color preview on white background

This text has color #3A3355 on white background.



Black color preview on #3A3355 background

This text has black color on #3A3355 background.


White color preview on #3A3355 background

This text has white color on #3A3355 background.