Color Hex Logo

#34463b Color Hex

#34463B
(52,70,59)
0 Favorites   0 Comments

Color spaces of #34463b

RGB 527059
HSL0.400.150.24
HSV143°26°27°
CMYK 0.260.000.16   0.73
XYZ4.39575.42614.9533
Yxy5.42610.29750.3672
Hunter Lab23.2940-7.08063.6982
CIE-Lab27.9158-9.81884.3207

#34463b color RGB value is (52,70,59).

#34463b hex color red value is 52, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #34463b hue: 0.40 , saturation: 0.15 and the lightness value of 34463b is 0.24.

The process color (four color CMYK) of #34463b color hex is 0.26, 0.00, 0.16, 0.73. Web safe color of #34463b is #333333. Color #34463b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000110 00111011
Octal 64 106 73
Decimal 52 70 59
Hex 34 46 3B

RGB Percentages of Color #34463b

%28.73
%38.67
%32.60

CMYK Percentages of Color #34463b

%26
%0
%16
%73

Triadic Colors of #34463b

#34463b #3b3446 #463b34

Analogous Colors of #34463b

#34463b #344644 #364634

Monochromatic Colors of #34463b

#34463b

Complementary Color

#34463b #46343f

#34463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34463b Color CSS Codes

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

#34463b Text Font Color

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

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


#34463b Background Color

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

This div background color is #34463b


#34463b Border Color

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

This div border color is #34463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34463b


Comments

No comments written yet.

Please login to write comment.