COLOR #3A3751

HEX: #3A3751
RGB: (58,55,81)

Color info

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

RGB color model

#3A3751 color RGB value is (58,55,81).

  • red value is 58;
  • green value is 55;
  • blue value is 81.
RGB:
(58,55,81)
(23%,22%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 81 of 255 = 32%

58
55
81

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

Portions of RGB colors in percentages

R + G + B =
58 + 55 + 81 = 194 (100%)
R 58 of 194 ~ 29.9%
G 55 of 194 ~ 28.35%
B 81 of 194 ~ 41.75%

%29.9
%28.35
%41.75

CMYK color model

#3A3751 color CMYK value is (28,32,0,68).

  • cyan value is 28.40%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(28,32,0,68)
C28M32Y0K68 
(28%,32%,0%,68%)
(0.28/0.32/0.00/0.68)	

CMYK percentages

%28.4
%32.1
%0
%68.24

Codes

Color #3A3751 in popluar color models

3A3751
RGB585581
HSL247°19.12%26.67%
HSB/HSV247°32.10%31.76%
CMYK28.40%32.10%0.00%
68.24%

Color #3A3751 in popluar number systems.

HEX3A3751
Decimal585581
Binary1110101101111010001
Octal7267121

Shades and tints

Shades of #3A3751

#3A3751
(58,55,81)
#35324A
(53,50,74)
#302D43
(48,45,67)
#2B283C
(43,40,60)
#262335
(38,35,53)
#211E2E
(33,30,46)
#1C1927
(28,25,39)
#171420
(23,20,32)
#120F19
(18,15,25)
#0D0A12
(13,10,18)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #3A3751

#3A3751
(58,55,81)
#4B4960
(75,73,96)
#5C5B6F
(92,91,111)
#6D6D7E
(109,109,126)
#7E7F8D
(126,127,141)
#8F919C
(143,145,156)
#A0A3AB
(160,163,171)
#B1B5BA
(177,181,186)
#C2C7C9
(194,199,201)
#D3D9D8
(211,217,216)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3751 color. Also use rgb(58,55,81) instead hex code.

Text Font Color

.myTextColor { color: #3A3751; }

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

This text font color is #3A3751.


Background Color

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

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

This div background color is #3A3751.


Border color

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

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

This div border color is #3A3751.


Opacity

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

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

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

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

This text has shadow with #3A3751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3751 on black background.


Color preview on white background

This text has color #3A3751 on white background.



Black color preview on #3A3751 background

This text has black color on #3A3751 background.


White color preview on #3A3751 background

This text has white color on #3A3751 background.