Color Hex Logo

#34873a Color Hex

#34873A
(52,135,58)
0 Favorites   0 Comments

Color spaces of #34873a

RGB 5213558
HSL0.350.440.37
HSV124°61°53°
CMYK 0.610.000.57   0.47
XYZ10.843918.36356.9760
Yxy18.36350.29970.5075
Hunter Lab42.8527-29.822620.3450
CIE-Lab49.9341-41.694533.6508

#34873a color RGB value is (52,135,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 00111010
Octal 64 207 72
Decimal 52 135 58
Hex 34 87 3A

RGB Percentages of Color #34873a

%21.22
%55.10
%23.67

CMYK Percentages of Color #34873a

%61
%0
%57
%47

Triadic Colors of #34873a

#34873a #3a3487 #873a34

Analogous Colors of #34873a

#34873a #348764 #588734

Monochromatic Colors of #34873a

#34873a

Complementary Color

#34873a #873481

#34873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34873a Color CSS Codes

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

#34873a Text Font Color

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

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


#34873a Background Color

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

This div background color is #34873a


#34873a Border Color

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

This div border color is #34873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34873a


Comments

No comments written yet.

Please login to write comment.