Color Hex Logo

#368306 Color Hex

#368306
(54,131,6)
0 Favorites   0 Comments

Color spaces of #368306

RGB 541316
HSL0.270.910.27
HSV97°95°51°
CMYK 0.590.000.95   0.49
XYZ9.670517.03002.9497
Yxy17.03000.32620.5744
Hunter Lab41.2674-30.388824.6493
CIE-Lab48.2978-43.724650.7913

#368306 color RGB value is (54,131,6).

#368306 hex color red value is 54, green value is 131 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #368306 hue: 0.27 , saturation: 0.91 and the lightness value of 368306 is 0.27.

The process color (four color CMYK) of #368306 color hex is 0.59, 0.00, 0.95, 0.49. Web safe color of #368306 is #339900. Color #368306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 00000110
Octal 66 203 6
Decimal 54 131 6
Hex 36 83 6

RGB Percentages of Color #368306

%28.27
%68.59
%3.14

CMYK Percentages of Color #368306

%59
%0
%95
%49

Triadic Colors of #368306

#368306 #063683 #830636

Analogous Colors of #368306

#368306 #068315 #758306

Monochromatic Colors of #368306

#368306

Complementary Color

#368306 #530683

#368306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368306 Color CSS Codes

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

#368306 Text Font Color

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

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


#368306 Background Color

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

This div background color is #368306


#368306 Border Color

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

This div border color is #368306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368306


Comments

No comments written yet.

Please login to write comment.