COLOR #34395A

HEX: #34395A
RGB: (52,57,90)

Color info

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

RGB color model

#34395A color RGB value is (52,57,90).

  • red value is 52;
  • green value is 57;
  • blue value is 90.
RGB:
(52,57,90)
(20%,22%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 57 of 255 = 22%
B 90 of 255 = 35%

52
57
90

R + G + B ~ 26%. #34395A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 57 + 90 = 199 (100%)
R 52 of 199 ~ 26.13%
G 57 of 199 ~ 28.64%
B 90 of 199 ~ 45.23%

%26.13
%28.64
%45.23

CMYK color model

#34395A color CMYK value is (42,37,0,65).

  • cyan value is 42.22%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(42,37,0,65)
C42M37Y0K65 
(42%,37%,0%,65%)
(0.42/0.37/0.00/0.65)	

CMYK percentages

%42.22
%36.67
%0
%64.71

Codes

Color #34395A in popluar color models

34395A
RGB525790
HSL232°26.76%27.84%
HSB/HSV232°42.22%35.29%
CMYK42.22%36.67%0.00%
64.71%

Color #34395A in popluar number systems.

HEX34395A
Decimal525790
Binary1101001110011011010
Octal6471132

Shades and tints

Shades of #34395A

#34395A
(52,57,90)
#303452
(48,52,82)
#2C2F4A
(44,47,74)
#282A42
(40,42,66)
#24253A
(36,37,58)
#202032
(32,32,50)
#1C1B2A
(28,27,42)
#181622
(24,22,34)
#14111A
(20,17,26)
#100C12
(16,12,18)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #34395A

#34395A
(52,57,90)
#464B69
(70,75,105)
#585D78
(88,93,120)
#6A6F87
(106,111,135)
#7C8196
(124,129,150)
#8E93A5
(142,147,165)
#A0A5B4
(160,165,180)
#B2B7C3
(178,183,195)
#C4C9D2
(196,201,210)
#D6DBE1
(214,219,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34395A color. Also use rgb(52,57,90) instead hex code.

Text Font Color

.myTextColor { color: #34395A; }

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

This text font color is #34395A.


Background Color

.myBgColor { background-color: #34395A; }

<div style="background-color:#34395A">Inner text</div>

This div background color is #34395A.


Border color

.myBorderColor { border: 1px solid #34395A; }

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

This div border color is #34395A.


Opacity

.myOpacity80 { color: #34395A; opacity: 0.8; }

<p style="color:#34395A;opacity:0.8;">80%</p>

Text with #34395A 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 #34395A;}

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

This text has shadow with #34395A color.

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

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

This text has shadow with #34395A primary color and red secondary color.


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

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

This text has shadow with #34395A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34395A on black background.


Color preview on white background

This text has color #34395A on white background.



Black color preview on #34395A background

This text has black color on #34395A background.


White color preview on #34395A background

This text has white color on #34395A background.