Color Hex Logo

#368268 Color Hex

#368268
(54,130,104)
0 Favorites   0 Comments

Color spaces of #368268

RGB 54130104
HSL0.440.410.36
HSV159°58°51°
CMYK 0.580.000.20   0.49
XYZ12.002617.749015.8900
Yxy17.74900.26300.3889
Hunter Lab42.1296-22.87267.1283
CIE-Lab49.1902-30.14167.0995

#368268 color RGB value is (54,130,104).

#368268 hex color red value is 54, green value is 130 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #368268 hue: 0.44 , saturation: 0.41 and the lightness value of 368268 is 0.36.

The process color (four color CMYK) of #368268 color hex is 0.58, 0.00, 0.20, 0.49. Web safe color of #368268 is #339966. Color #368268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 01101000
Octal 66 202 150
Decimal 54 130 104
Hex 36 82 68

RGB Percentages of Color #368268

%18.75
%45.14
%36.11

CMYK Percentages of Color #368268

%58
%0
%20
%49

Triadic Colors of #368268

#368268 #683682 #826836

Analogous Colors of #368268

#368268 #367682 #368242

Monochromatic Colors of #368268

#368268

Complementary Color

#368268 #823650

#368268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368268 Color CSS Codes

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

#368268 Text Font Color

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

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


#368268 Background Color

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

This div background color is #368268


#368268 Border Color

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

This div border color is #368268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368268


Comments

No comments written yet.

Please login to write comment.