Color Hex Logo

#368525 Color Hex

#368525
(54,133,37)
0 Favorites   0 Comments

Color spaces of #368525

RGB 5413337
HSL0.300.560.33
HSV109°72°52°
CMYK 0.590.000.72   0.48
XYZ10.242817.69294.6255
Yxy17.69290.31460.5434
Hunter Lab42.0629-30.143422.9242
CIE-Lab49.1215-42.758342.4933

#368525 color RGB value is (54,133,37).

#368525 hex color red value is 54, green value is 133 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #368525 hue: 0.30 , saturation: 0.56 and the lightness value of 368525 is 0.33.

The process color (four color CMYK) of #368525 color hex is 0.59, 0.00, 0.72, 0.48. Web safe color of #368525 is #339933. Color #368525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000101 00100101
Octal 66 205 45
Decimal 54 133 37
Hex 36 85 25

RGB Percentages of Color #368525

%24.11
%59.38
%16.52

CMYK Percentages of Color #368525

%59
%0
%72
%48

Triadic Colors of #368525

#368525 #253685 #852536

Analogous Colors of #368525

#368525 #258544 #668525

Monochromatic Colors of #368525

#368525

Complementary Color

#368525 #742585

#368525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368525 Color CSS Codes

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

#368525 Text Font Color

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

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


#368525 Background Color

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

This div background color is #368525


#368525 Border Color

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

This div border color is #368525


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,133,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 #368525">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368525


Comments

No comments written yet.

Please login to write comment.