COLOR #34476C

HEX: #34476C
RGB: (52,71,108)

Color info

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

RGB color model

#34476C color RGB value is (52,71,108).

  • red value is 52;
  • green value is 71;
  • blue value is 108.
RGB:
(52,71,108)
(20%,28%,42%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 108 of 255 = 42%

52
71
108

R + G + B ~ 30%. #34476C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 71 + 108 = 231 (100%)
R 52 of 231 ~ 22.51%
G 71 of 231 ~ 30.74%
B 108 of 231 ~ 46.75%

%22.51
%30.74
%46.75

CMYK color model

#34476C color CMYK value is (52,34,0,58).

  • cyan value is 51.85%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(52,34,0,58)
C52M34Y0K58 
(52%,34%,0%,58%)
(0.52/0.34/0.00/0.58)	

CMYK percentages

%51.85
%34.26
%0
%57.65

Codes

Color #34476C in popluar color models

34476C
RGB5271108
HSL220°35.00%31.37%
HSB/HSV220°51.85%42.35%
CMYK51.85%34.26%0.00%
57.65%

Color #34476C in popluar number systems.

HEX34476C
Decimal5271108
Binary11010010001111101100
Octal64107154

Shades and tints

Shades of #34476C

#34476C
(52,71,108)
#304163
(48,65,99)
#2C3B5A
(44,59,90)
#283551
(40,53,81)
#242F48
(36,47,72)
#20293F
(32,41,63)
#1C2336
(28,35,54)
#181D2D
(24,29,45)
#141724
(20,23,36)
#10111B
(16,17,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #34476C

#34476C
(52,71,108)
#465779
(70,87,121)
#586786
(88,103,134)
#6A7793
(106,119,147)
#7C87A0
(124,135,160)
#8E97AD
(142,151,173)
#A0A7BA
(160,167,186)
#B2B7C7
(178,183,199)
#C4C7D4
(196,199,212)
#D6D7E1
(214,215,225)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34476C color. Also use rgb(52,71,108) instead hex code.

Text Font Color

.myTextColor { color: #34476C; }

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

This text font color is #34476C.


Background Color

.myBgColor { background-color: #34476C; }

<div style="background-color:#34476C">Inner text</div>

This div background color is #34476C.


Border color

.myBorderColor { border: 1px solid #34476C; }

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

This div border color is #34476C.


Opacity

.myOpacity80 { color: #34476C; opacity: 0.8; }

<p style="color:#34476C;opacity:0.8;">80%</p>

Text with #34476C 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 #34476C;}

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

This text has shadow with #34476C color.

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

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

This text has shadow with #34476C primary color and red secondary color.


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

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

This text has shadow with #34476C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34476C on black background.


Color preview on white background

This text has color #34476C on white background.



Black color preview on #34476C background

This text has black color on #34476C background.


White color preview on #34476C background

This text has white color on #34476C background.