Color Hex Logo

#34414b Color Hex

#34414B
(52,65,75)
0 Favorites   0 Comments

Color spaces of #34414b

RGB 526575
HSL0.570.180.25
HSV206°31°29°
CMYK 0.310.130.00   0.71
XYZ4.57655.01877.3841
Yxy5.01870.26950.2956
Hunter Lab22.4025-2.7393-3.8609
CIE-Lab26.7880-2.5300-7.7874

#34414b color RGB value is (52,65,75).

#34414b hex color red value is 52, green value is 65 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #34414b hue: 0.57 , saturation: 0.18 and the lightness value of 34414b is 0.25.

The process color (four color CMYK) of #34414b color hex is 0.31, 0.13, 0.00, 0.71. Web safe color of #34414b is #333333. Color #34414b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000001 01001011
Octal 64 101 113
Decimal 52 65 75
Hex 34 41 4B

RGB Percentages of Color #34414b

%27.08
%33.85
%39.06

CMYK Percentages of Color #34414b

%31
%13
%0
%71

Triadic Colors of #34414b

#34414b #4b3441 #414b34

Analogous Colors of #34414b

#34414b #34364b #344b4a

Monochromatic Colors of #34414b

#34414b

Complementary Color

#34414b #4b3e34

#34414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34414b Color CSS Codes

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

#34414b Text Font Color

<p style="color:#34414b">Text here</p>

This sample text font color is #34414b
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.


#34414b Background Color

<div style="background-color:#34414b">
Div content here</div>

This div background color is #34414b


#34414b Border Color

<div style="border:3px solid #34414b">
Div here</div>

This div border color is #34414b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,65,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34414b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34414b;
  -webkit-box-shadow: 1px 1px 3px 2px #34414b;
  box-shadow:         1px 1px 3px 2px #34414b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34414b


Comments

No comments written yet.

Please login to write comment.