Color Hex Logo

#368265 Color Hex

#368265
(54,130,101)
0 Favorites   0 Comments

Color spaces of #368265

RGB 54130101
HSL0.440.410.36
HSV157°58°51°
CMYK 0.580.000.22   0.49
XYZ11.852917.689115.1015
Yxy17.68910.26550.3962
Hunter Lab42.0584-23.29748.1522
CIE-Lab49.1168-30.87248.7443

#368265 color RGB value is (54,130,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 01100101
Octal 66 202 145
Decimal 54 130 101
Hex 36 82 65

RGB Percentages of Color #368265

%18.95
%45.61
%35.44

CMYK Percentages of Color #368265

%58
%0
%22
%49

Triadic Colors of #368265

#368265 #653682 #826536

Analogous Colors of #368265

#368265 #367982 #36823f

Monochromatic Colors of #368265

#368265

Complementary Color

#368265 #823653

#368265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368265 Color CSS Codes

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

#368265 Text Font Color

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

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


#368265 Background Color

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

This div background color is #368265


#368265 Border Color

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

This div border color is #368265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368265


Comments

No comments written yet.

Please login to write comment.