COLOR #3A435B

HEX: #3A435B
RGB: (58,67,91)

Color info

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

RGB color model

#3A435B color RGB value is (58,67,91).

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

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 91 of 255 = 36%

58
67
91

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

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 91 = 216 (100%)
R 58 of 216 ~ 26.85%
G 67 of 216 ~ 31.02%
B 91 of 216 ~ 42.13%

%26.85
%31.02
%42.13

CMYK color model

#3A435B color CMYK value is (36,26,0,64).

  • cyan value is 36.26%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(36,26,0,64)
C36M26Y0K64 
(36%,26%,0%,64%)
(0.36/0.26/0.00/0.64)	

CMYK percentages

%36.26
%26.37
%0
%64.31

Codes

Color #3A435B in popluar color models

3A435B
RGB586791
HSL224°22.15%29.22%
HSB/HSV224°36.26%35.69%
CMYK36.26%26.37%0.00%
64.31%

Color #3A435B in popluar number systems.

HEX3A435B
Decimal586791
Binary11101010000111011011
Octal72103133

Shades and tints

Shades of #3A435B

#3A435B
(58,67,91)
#353D53
(53,61,83)
#30374B
(48,55,75)
#2B3143
(43,49,67)
#262B3B
(38,43,59)
#212533
(33,37,51)
#1C1F2B
(28,31,43)
#171923
(23,25,35)
#12131B
(18,19,27)
#0D0D13
(13,13,19)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #3A435B

#3A435B
(58,67,91)
#4B5469
(75,84,105)
#5C6577
(92,101,119)
#6D7685
(109,118,133)
#7E8793
(126,135,147)
#8F98A1
(143,152,161)
#A0A9AF
(160,169,175)
#B1BABD
(177,186,189)
#C2CBCB
(194,203,203)
#D3DCD9
(211,220,217)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A435B color. Also use rgb(58,67,91) instead hex code.

Text Font Color

.myTextColor { color: #3A435B; }

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

This text font color is #3A435B.


Background Color

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

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

This div background color is #3A435B.


Border color

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

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

This div border color is #3A435B.


Opacity

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

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

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

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

This text has shadow with #3A435B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A435B on black background.


Color preview on white background

This text has color #3A435B on white background.



Black color preview on #3A435B background

This text has black color on #3A435B background.


White color preview on #3A435B background

This text has white color on #3A435B background.