Color Hex Logo

#365304 Color Hex

#365304
(54,83,4)
0 Favorites   0 Comments

Color spaces of #365304

RGB 54834
HSL0.230.910.17
HSV82°95°33°
CMYK 0.350.000.95   0.67
XYZ4.63656.97951.2177
Yxy6.97950.36130.5438
Hunter Lab26.4187-14.906015.7603
CIE-Lab31.7602-23.170537.6195

#365304 color RGB value is (54,83,4).

#365304 hex color red value is 54, green value is 83 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #365304 hue: 0.23 , saturation: 0.91 and the lightness value of 365304 is 0.17.

The process color (four color CMYK) of #365304 color hex is 0.35, 0.00, 0.95, 0.67. Web safe color of #365304 is #336600. Color #365304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010011 00000100
Octal 66 123 4
Decimal 54 83 4
Hex 36 53 4

RGB Percentages of Color #365304

%38.30
%58.87
%2.84

CMYK Percentages of Color #365304

%35
%0
%95
%67

Triadic Colors of #365304

#365304 #043653 #530436

Analogous Colors of #365304

#365304 #0f5304 #534804

Monochromatic Colors of #365304

#365304

Complementary Color

#365304 #210453

#365304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365304 Color CSS Codes

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

#365304 Text Font Color

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

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


#365304 Background Color

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

This div background color is #365304


#365304 Border Color

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

This div border color is #365304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365304


Comments

No comments written yet.

Please login to write comment.