Color Hex Logo

#34582d Color Hex

#34582D
(52,88,45)
0 Favorites   0 Comments

Color spaces of #34582d

RGB 528845
HSL0.310.320.26
HSV110°49°35°
CMYK 0.410.000.49   0.65
XYZ5.37967.89903.7237
Yxy7.89900.31640.4646
Hunter Lab28.1052-15.017411.8182
CIE-Lab33.7716-22.559820.8947

#34582d color RGB value is (52,88,45).

#34582d hex color red value is 52, green value is 88 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #34582d hue: 0.31 , saturation: 0.32 and the lightness value of 34582d is 0.26.

The process color (four color CMYK) of #34582d color hex is 0.41, 0.00, 0.49, 0.65. Web safe color of #34582d is #336633. Color #34582d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011000 00101101
Octal 64 130 55
Decimal 52 88 45
Hex 34 58 2D

RGB Percentages of Color #34582d

%28.11
%47.57
%24.32

CMYK Percentages of Color #34582d

%41
%0
%49
%65

Triadic Colors of #34582d

#34582d #2d3458 #582d34

Analogous Colors of #34582d

#34582d #2d583c #4a582d

Monochromatic Colors of #34582d

#34582d

Complementary Color

#34582d #512d58

#34582d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34582d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34582d Color CSS Codes

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

#34582d Text Font Color

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

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


#34582d Background Color

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

This div background color is #34582d


#34582d Border Color

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

This div border color is #34582d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34582d


Comments

No comments written yet.

Please login to write comment.