Color Hex Logo

#34531b Color Hex

#34531B
(52,83,27)
0 Favorites   0 Comments

Color spaces of #34531b

RGB 528327
HSL0.260.510.22
HSV93°67°33°
CMYK 0.370.000.67   0.67
XYZ4.70736.99572.1391
Yxy6.99570.34010.5054
Hunter Lab26.4494-14.518113.7195
CIE-Lab31.7971-22.404428.4428

#34531b color RGB value is (52,83,27).

#34531b hex color red value is 52, green value is 83 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #34531b hue: 0.26 , saturation: 0.51 and the lightness value of 34531b is 0.22.

The process color (four color CMYK) of #34531b color hex is 0.37, 0.00, 0.67, 0.67. Web safe color of #34531b is #336633. Color #34531b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010011 00011011
Octal 64 123 33
Decimal 52 83 27
Hex 34 53 1B

RGB Percentages of Color #34531b

%32.10
%51.23
%16.67

CMYK Percentages of Color #34531b

%37
%0
%67
%67

Triadic Colors of #34531b

#34531b #1b3453 #531b34

Analogous Colors of #34531b

#34531b #1b531e #50531b

Monochromatic Colors of #34531b

#34531b

Complementary Color

#34531b #3a1b53

#34531b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34531b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34531b Color CSS Codes

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

#34531b Text Font Color

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

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


#34531b Background Color

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

This div background color is #34531b


#34531b Border Color

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

This div border color is #34531b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34531b


Comments

No comments written yet.

Please login to write comment.