Color Hex Logo

#36947d Color Hex

#36947D
(54,148,125)
0 Favorites   0 Comments

Color spaces of #36947d

RGB 54148125
HSL0.460.470.40
HSV165°64°58°
CMYK 0.640.000.16   0.42
XYZ15.812923.444723.0939
Yxy23.44470.25360.3760
Hunter Lab48.4197-26.44005.6153
CIE-Lab55.5275-33.31124.0502

#36947d color RGB value is (54,148,125).

#36947d hex color red value is 54, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #36947d hue: 0.46 , saturation: 0.47 and the lightness value of 36947d is 0.40.

The process color (four color CMYK) of #36947d color hex is 0.64, 0.00, 0.16, 0.42. Web safe color of #36947d is #339966. Color #36947d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010100 01111101
Octal 66 224 175
Decimal 54 148 125
Hex 36 94 7D

RGB Percentages of Color #36947d

%16.51
%45.26
%38.23

CMYK Percentages of Color #36947d

%64
%0
%16
%42

Triadic Colors of #36947d

#36947d #7d3694 #947d36

Analogous Colors of #36947d

#36947d #367c94 #36944e

Monochromatic Colors of #36947d

#36947d

Complementary Color

#36947d #94364d

#36947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#36947d Color CSS Codes

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

#36947d Text Font Color

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

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


#36947d Background Color

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

This div background color is #36947d


#36947d Border Color

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

This div border color is #36947d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,148,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36947d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36947d;
  -webkit-box-shadow: 1px 1px 3px 2px #36947d;
  box-shadow:         1px 1px 3px 2px #36947d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36947d


Comments

No comments written yet.

Please login to write comment.