Color Hex Logo

#368983 Color Hex

#368983
(54,137,131)
0 Favorites   0 Comments

Color spaces of #368983

RGB 54137131
HSL0.490.430.37
HSV176°61°54°
CMYK 0.610.000.04   0.46
XYZ14.563720.314324.6262
Yxy20.31430.24480.3414
Hunter Lab45.0714-21.1971-0.8450
CIE-Lab52.1907-26.3697-4.2845

#368983 color RGB value is (54,137,131).

#368983 hex color red value is 54, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #368983 hue: 0.49 , saturation: 0.43 and the lightness value of 368983 is 0.37.

The process color (four color CMYK) of #368983 color hex is 0.61, 0.00, 0.04, 0.46. Web safe color of #368983 is #339999. Color #368983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001001 10000011
Octal 66 211 203
Decimal 54 137 131
Hex 36 89 83

RGB Percentages of Color #368983

%16.77
%42.55
%40.68

CMYK Percentages of Color #368983

%61
%0
%4
%46

Triadic Colors of #368983

#368983 #833689 #898336

Analogous Colors of #368983

#368983 #366689 #36895a

Monochromatic Colors of #368983

#368983

Complementary Color

#368983 #89363c

#368983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368983 Color CSS Codes

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

#368983 Text Font Color

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

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


#368983 Background Color

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

This div background color is #368983


#368983 Border Color

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

This div border color is #368983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368983


Comments

No comments written yet.

Please login to write comment.