COLOR #34375D

HEX: #34375D
RGB: (52,55,93)

Color info

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

RGB color model

#34375D color RGB value is (52,55,93).

  • red value is 52;
  • green value is 55;
  • blue value is 93.
RGB:
(52,55,93)
(20%,22%,36%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 93 of 255 = 36%

52
55
93

R + G + B ~ 26%. #34375D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 55 + 93 = 200 (100%)
R 52 of 200 ~ 26%
G 55 of 200 ~ 27.5%
B 93 of 200 ~ 46.5%

%26
%27.5
%46.5

CMYK color model

#34375D color CMYK value is (44,41,0,64).

  • cyan value is 44.09%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(44,41,0,64)
C44M41Y0K64 
(44%,41%,0%,64%)
(0.44/0.41/0.00/0.64)	

CMYK percentages

%44.09
%40.86
%0
%63.53

Codes

Color #34375D in popluar color models

34375D
RGB525593
HSL236°28.28%28.43%
HSB/HSV236°44.09%36.47%
CMYK44.09%40.86%0.00%
63.53%

Color #34375D in popluar number systems.

HEX34375D
Decimal525593
Binary1101001101111011101
Octal6467135

Shades and tints

Shades of #34375D

#34375D
(52,55,93)
#303255
(48,50,85)
#2C2D4D
(44,45,77)
#282845
(40,40,69)
#24233D
(36,35,61)
#201E35
(32,30,53)
#1C192D
(28,25,45)
#181425
(24,20,37)
#140F1D
(20,15,29)
#100A15
(16,10,21)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #34375D

#34375D
(52,55,93)
#46496B
(70,73,107)
#585B79
(88,91,121)
#6A6D87
(106,109,135)
#7C7F95
(124,127,149)
#8E91A3
(142,145,163)
#A0A3B1
(160,163,177)
#B2B5BF
(178,181,191)
#C4C7CD
(196,199,205)
#D6D9DB
(214,217,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34375D color. Also use rgb(52,55,93) instead hex code.

Text Font Color

.myTextColor { color: #34375D; }

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

This text font color is #34375D.


Background Color

.myBgColor { background-color: #34375D; }

<div style="background-color:#34375D">Inner text</div>

This div background color is #34375D.


Border color

.myBorderColor { border: 1px solid #34375D; }

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

This div border color is #34375D.


Opacity

.myOpacity80 { color: #34375D; opacity: 0.8; }

<p style="color:#34375D;opacity:0.8;">80%</p>

Text with #34375D 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 #34375D;}

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

This text has shadow with #34375D color.

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

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

This text has shadow with #34375D primary color and red secondary color.


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

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

This text has shadow with #34375D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34375D on black background.


Color preview on white background

This text has color #34375D on white background.



Black color preview on #34375D background

This text has black color on #34375D background.


White color preview on #34375D background

This text has white color on #34375D background.