Color Hex Logo

#364125 Color Hex

#364125
(54,65,37)
0 Favorites   0 Comments

Color spaces of #364125

RGB 546537
HSL0.230.270.20
HSV84°43°25°
CMYK 0.170.000.43   0.75
XYZ3.74554.69842.4597
Yxy4.69840.34350.4309
Hunter Lab21.6758-7.08858.4450
CIE-Lab25.8576-10.272715.6307

#364125 color RGB value is (54,65,37).

#364125 hex color red value is 54, green value is 65 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #364125 hue: 0.23 , saturation: 0.27 and the lightness value of 364125 is 0.20.

The process color (four color CMYK) of #364125 color hex is 0.17, 0.00, 0.43, 0.75. Web safe color of #364125 is #333333. Color #364125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 00100101
Octal 66 101 45
Decimal 54 65 37
Hex 36 41 25

RGB Percentages of Color #364125

%34.62
%41.67
%23.72

CMYK Percentages of Color #364125

%17
%0
%43
%75

Triadic Colors of #364125

#364125 #253641 #412536

Analogous Colors of #364125

#364125 #284125 #413e25

Monochromatic Colors of #364125

#364125

Complementary Color

#364125 #302541

#364125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364125 Color CSS Codes

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

#364125 Text Font Color

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

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


#364125 Background Color

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

This div background color is #364125


#364125 Border Color

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

This div border color is #364125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364125

#364125 Color Palettes


Comments

No comments written yet.

Please login to write comment.