COLOR #34174B

HEX: #34174B
RGB: (52,23,75)

Color info

#34174B contains red, green and blue colors in about the same proportion. Web safe color of #34174B is #330033 (or #303).

RGB color model

#34174B color RGB value is (52,23,75).

  • red value is 52;
  • green value is 23;
  • blue value is 75.
RGB:
(52,23,75)
(20%,9%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 23 of 255 = 9%
B 75 of 255 = 29%

52
23
75

R + G + B ~ 19%. #34174B is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 23 + 75 = 150 (100%)
R 52 of 150 ~ 34.67%
G 23 of 150 ~ 15.33%
B 75 of 150 ~ 50%

%34.67
%15.33
%50

CMYK color model

#34174B color CMYK value is (31,69,0,71).

  • cyan value is 30.67%
  • magenta value is 69.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(31,69,0,71)
C31M69Y0K71 
(31%,69%,0%,71%)
(0.31/0.69/0.00/0.71)	

CMYK percentages

%30.67
%69.33
%0
%70.59

Codes

Color #34174B in popluar color models

34174B
RGB522375
HSL273°53.06%19.22%
HSB/HSV273°69.33%29.41%
CMYK30.67%69.33%0.00%
70.59%

Color #34174B in popluar number systems.

HEX34174B
Decimal522375
Binary110100101111001011
Octal6427113

Shades and tints

Shades of #34174B

#34174B
(52,23,75)
#301545
(48,21,69)
#2C133F
(44,19,63)
#281139
(40,17,57)
#240F33
(36,15,51)
#200D2D
(32,13,45)
#1C0B27
(28,11,39)
#180921
(24,9,33)
#14071B
(20,7,27)
#100515
(16,5,21)
#0C030F
(12,3,15)
#000000
(0,0,0)

Tints of #34174B

#34174B
(52,23,75)
#462C5B
(70,44,91)
#58416B
(88,65,107)
#6A567B
(106,86,123)
#7C6B8B
(124,107,139)
#8E809B
(142,128,155)
#A095AB
(160,149,171)
#B2AABB
(178,170,187)
#C4BFCB
(196,191,203)
#D6D4DB
(214,212,219)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34174B color. Also use rgb(52,23,75) instead hex code.

Text Font Color

.myTextColor { color: #34174B; }

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

This text font color is #34174B.


Background Color

.myBgColor { background-color: #34174B; }

<div style="background-color:#34174B">Inner text</div>

This div background color is #34174B.


Border color

.myBorderColor { border: 1px solid #34174B; }

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

This div border color is #34174B.


Opacity

.myOpacity80 { color: #34174B; opacity: 0.8; }

<p style="color:#34174B;opacity:0.8;">80%</p>

Text with #34174B 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 #34174B;}

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

This text has shadow with #34174B color.

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

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

This text has shadow with #34174B primary color and red secondary color.


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

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

This text has shadow with #34174B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34174B on black background.


Color preview on white background

This text has color #34174B on white background.



Black color preview on #34174B background

This text has black color on #34174B background.


White color preview on #34174B background

This text has white color on #34174B background.