Color Hex Logo

#34877d Color Hex

#34877D
(52,135,125)
0 Favorites   0 Comments

Color spaces of #34877d

RGB 52135125
HSL0.480.440.37
HSV173°61°53°
CMYK 0.610.000.07   0.47
XYZ13.781819.538722.4470
Yxy19.53870.24710.3504
Hunter Lab44.2026-21.70060.8331
CIE-Lab51.3116-27.4569-2.0944

#34877d color RGB value is (52,135,125).

#34877d hex color red value is 52, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #34877d hue: 0.48 , saturation: 0.44 and the lightness value of 34877d is 0.37.

The process color (four color CMYK) of #34877d color hex is 0.61, 0.00, 0.07, 0.47. Web safe color of #34877d is #339966. Color #34877d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 01111101
Octal 64 207 175
Decimal 52 135 125
Hex 34 87 7D

RGB Percentages of Color #34877d

%16.67
%43.27
%40.06

CMYK Percentages of Color #34877d

%61
%0
%7
%47

Triadic Colors of #34877d

#34877d #7d3487 #877d34

Analogous Colors of #34877d

#34877d #346887 #348754

Monochromatic Colors of #34877d

#34877d

Complementary Color

#34877d #87343e

#34877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34877d Color CSS Codes

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

#34877d Text Font Color

<p style="color:#34877d">Text here</p>

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


#34877d Background Color

<div style="background-color:#34877d">
Div content here</div>

This div background color is #34877d


#34877d Border Color

<div style="border:3px solid #34877d">
Div here</div>

This div border color is #34877d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,135,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34877d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34877d;
  -webkit-box-shadow: 1px 1px 3px 2px #34877d;
  box-shadow:         1px 1px 3px 2px #34877d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34877d


Comments

No comments written yet.

Please login to write comment.