Color Hex Logo

#34874a Color Hex

#34874A
(52,135,74)
0 Favorites   0 Comments

Color spaces of #34874a

RGB 5213574
HSL0.380.440.37
HSV136°61°53°
CMYK 0.610.000.45   0.47
XYZ11.316218.55249.4631
Yxy18.55240.28770.4717
Hunter Lab43.0725-28.480517.1246
CIE-Lab50.1594-39.194825.4773

#34874a color RGB value is (52,135,74).

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

The process color (four color CMYK) of #34874a color hex is 0.61, 0.00, 0.45, 0.47. Web safe color of #34874a is #339933. Color #34874a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 01001010
Octal 64 207 112
Decimal 52 135 74
Hex 34 87 4A

RGB Percentages of Color #34874a

%19.92
%51.72
%28.35

CMYK Percentages of Color #34874a

%61
%0
%45
%47

Triadic Colors of #34874a

#34874a #4a3487 #874a34

Analogous Colors of #34874a

#34874a #348774 #488734

Monochromatic Colors of #34874a

#34874a

Complementary Color

#34874a #873471

#34874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34874a Color CSS Codes

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

#34874a Text Font Color

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

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


#34874a Background Color

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

This div background color is #34874a


#34874a Border Color

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

This div border color is #34874a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,135,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 #34874a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34874a


Comments

No comments written yet.

Please login to write comment.