Color Hex Logo

#369d07 Color Hex

#369D07
(54,157,7)
0 Favorites   0 Comments

Color spaces of #369d07

RGB 541577
HSL0.280.910.32
HSV101°96°62°
CMYK 0.660.000.96   0.38
XYZ13.616624.91364.2921
Yxy24.91360.31800.5818
Hunter Lab49.9135-38.653229.8411
CIE-Lab56.9911-52.991557.7803

#369d07 color RGB value is (54,157,7).

#369d07 hex color red value is 54, green value is 157 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #369d07 hue: 0.28 , saturation: 0.91 and the lightness value of 369d07 is 0.32.

The process color (four color CMYK) of #369d07 color hex is 0.66, 0.00, 0.96, 0.38. Web safe color of #369d07 is #339900. Color #369d07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011101 00000111
Octal 66 235 7
Decimal 54 157 7
Hex 36 9D 7

RGB Percentages of Color #369d07

%24.77
%72.02
%3.21

CMYK Percentages of Color #369d07

%66
%0
%96
%38

Triadic Colors of #369d07

#369d07 #07369d #9d0736

Analogous Colors of #369d07

#369d07 #079d23 #819d07

Monochromatic Colors of #369d07

#369d07

Complementary Color

#369d07 #6e079d

#369d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#369d07 Color CSS Codes

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

#369d07 Text Font Color

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

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


#369d07 Background Color

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

This div background color is #369d07


#369d07 Border Color

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

This div border color is #369d07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,157,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #369d07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #369d07;
  -webkit-box-shadow: 1px 1px 3px 2px #369d07;
  box-shadow:         1px 1px 3px 2px #369d07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,157,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369d07


Comments

No comments written yet.

Please login to write comment.