Color Hex Logo

#39502e Color Hex

#39502E
(57,80,46)
0 Favorites   0 Comments

Color spaces of #39502e

RGB 578046
HSL0.280.270.25
HSV101°43°31°
CMYK 0.290.000.43   0.69
XYZ5.04916.80443.6320
Yxy6.80440.32610.4394
Hunter Lab26.0852-11.098410.0044
CIE-Lab31.3574-16.168317.2696

#39502e color RGB value is (57,80,46).

#39502e hex color red value is 57, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #39502e hue: 0.28 , saturation: 0.27 and the lightness value of 39502e is 0.25.

The process color (four color CMYK) of #39502e color hex is 0.29, 0.00, 0.43, 0.69. Web safe color of #39502e is #336633. Color #39502e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010000 00101110
Octal 71 120 56
Decimal 57 80 46
Hex 39 50 2E

RGB Percentages of Color #39502e

%31.15
%43.72
%25.14

CMYK Percentages of Color #39502e

%29
%0
%43
%69

Triadic Colors of #39502e

#39502e #2e3950 #502e39

Analogous Colors of #39502e

#39502e #2e5034 #4a502e

Monochromatic Colors of #39502e

#39502e

Complementary Color

#39502e #452e50

#39502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39502e Color CSS Codes

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

#39502e Text Font Color

<p style="color:#39502e">Text here</p>

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


#39502e Background Color

<div style="background-color:#39502e">
Div content here</div>

This div background color is #39502e


#39502e Border Color

<div style="border:3px solid #39502e">
Div here</div>

This div border color is #39502e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,80,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39502e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39502e;
  -webkit-box-shadow: 1px 1px 3px 2px #39502e;
  box-shadow:         1px 1px 3px 2px #39502e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,80,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39502e


Comments

No comments written yet.

Please login to write comment.