Color Hex Logo

#357525 Color Hex

#357525
(53,117,37)
0 Favorites   0 Comments

Color spaces of #357525

RGB 5311737
HSL0.300.520.30
HSV108°68°46°
CMYK 0.550.000.68   0.54
XYZ8.163413.61303.9476
Yxy13.61300.31730.5292
Hunter Lab36.8958-25.073519.4834
CIE-Lab43.6727-36.605636.6897

#357525 color RGB value is (53,117,37).

#357525 hex color red value is 53, green value is 117 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #357525 hue: 0.30 , saturation: 0.52 and the lightness value of 357525 is 0.30.

The process color (four color CMYK) of #357525 color hex is 0.55, 0.00, 0.68, 0.54. Web safe color of #357525 is #336633. Color #357525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 00100101
Octal 65 165 45
Decimal 53 117 37
Hex 35 75 25

RGB Percentages of Color #357525

%25.60
%56.52
%17.87

CMYK Percentages of Color #357525

%55
%0
%68
%54

Triadic Colors of #357525

#357525 #253575 #752535

Analogous Colors of #357525

#357525 #25753d #5d7525

Monochromatic Colors of #357525

#357525

Complementary Color

#357525 #652575

#357525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357525 Color CSS Codes

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

#357525 Text Font Color

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

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


#357525 Background Color

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

This div background color is #357525


#357525 Border Color

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

This div border color is #357525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,117,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357525;
  -webkit-box-shadow: 1px 1px 3px 2px #357525;
  box-shadow:         1px 1px 3px 2px #357525; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,117,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357525


Comments

No comments written yet.

Please login to write comment.