Color Hex Logo

#34474a Color Hex

#34474A
(52,71,74)
0 Favorites   0 Comments

Color spaces of #34474a

RGB 527174
HSL0.520.170.25
HSV188°30°29°
CMYK 0.300.040.00   0.71
XYZ4.90545.73107.3262
Yxy5.73100.27310.3191
Hunter Lab23.9395-5.3180-1.3868
CIE-Lab28.7234-6.6151-4.2367

#34474a color RGB value is (52,71,74).

#34474a hex color red value is 52, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #34474a hue: 0.52 , saturation: 0.17 and the lightness value of 34474a is 0.25.

The process color (four color CMYK) of #34474a color hex is 0.30, 0.04, 0.00, 0.71. Web safe color of #34474a is #333333. Color #34474a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000111 01001010
Octal 64 107 112
Decimal 52 71 74
Hex 34 47 4A

RGB Percentages of Color #34474a

%26.40
%36.04
%37.56

CMYK Percentages of Color #34474a

%30
%4
%0
%71

Triadic Colors of #34474a

#34474a #4a3447 #474a34

Analogous Colors of #34474a

#34474a #343c4a #344a42

Monochromatic Colors of #34474a

#34474a

Complementary Color

#34474a #4a3734

#34474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34474a Color CSS Codes

.mybgcolor {background-color:#34474a; } 
.myforecolor {color:#34474a; }
.mybordercolor {border:3px solid #34474a; }

#34474a Text Font Color

<p style="color:#34474a">Text here</p>

This sample text font color is #34474a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#34474a Background Color

<div style="background-color:#34474a">
Div content here</div>

This div background color is #34474a


#34474a Border Color

<div style="border:3px solid #34474a">
Div here</div>

This div border color is #34474a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,71,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34474a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34474a;
  -webkit-box-shadow: 1px 1px 3px 2px #34474a;
  box-shadow:         1px 1px 3px 2px #34474a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,71,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #34474a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #34474a;
  -webkit-box-shadow: 1px 1px 3px 2px #34474a;
  box-shadow:         1px 1px 3px 2px #34474a;">
Div content here</div>

This div box has shadow with color #34474a


Comments

No comments written yet.

Please login to write comment.