Color Hex Logo

#368261 Color Hex

#368261
(54,130,97)
0 Favorites   0 Comments

Color spaces of #368261

RGB 5413097
HSL0.430.410.36
HSV154°58°51°
CMYK 0.580.000.25   0.49
XYZ11.661617.612614.0942
Yxy17.61260.26890.4061
Hunter Lab41.9674-23.84269.4654
CIE-Lab49.0228-31.818410.9371

#368261 color RGB value is (54,130,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 01100001
Octal 66 202 141
Decimal 54 130 97
Hex 36 82 61

RGB Percentages of Color #368261

%19.22
%46.26
%34.52

CMYK Percentages of Color #368261

%58
%0
%25
%49

Triadic Colors of #368261

#368261 #613682 #826136

Analogous Colors of #368261

#368261 #367d82 #36823b

Monochromatic Colors of #368261

#368261

Complementary Color

#368261 #823657

#368261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368261 Color CSS Codes

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

#368261 Text Font Color

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

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


#368261 Background Color

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

This div background color is #368261


#368261 Border Color

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

This div border color is #368261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368261


Comments

No comments written yet.

Please login to write comment.