Color Hex Logo

#364828 Color Hex

#364828
(54,72,40)
0 Favorites   0 Comments

Color spaces of #364828

RGB 547240
HSL0.260.290.22
HSV94°44°28°
CMYK 0.250.000.44   0.72
XYZ4.22175.57222.8605
Yxy5.57220.33360.4403
Hunter Lab23.6055-9.38609.3391
CIE-Lab28.3064-13.902816.9351

#364828 color RGB value is (54,72,40).

#364828 hex color red value is 54, green value is 72 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #364828 hue: 0.26 , saturation: 0.29 and the lightness value of 364828 is 0.22.

The process color (four color CMYK) of #364828 color hex is 0.25, 0.00, 0.44, 0.72. Web safe color of #364828 is #333333. Color #364828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001000 00101000
Octal 66 110 50
Decimal 54 72 40
Hex 36 48 28

RGB Percentages of Color #364828

%32.53
%43.37
%24.10

CMYK Percentages of Color #364828

%25
%0
%44
%72

Triadic Colors of #364828

#364828 #283648 #482836

Analogous Colors of #364828

#364828 #28482a #464828

Monochromatic Colors of #364828

#364828

Complementary Color

#364828 #3a2848

#364828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364828 Color CSS Codes

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

#364828 Text Font Color

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

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


#364828 Background Color

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

This div background color is #364828


#364828 Border Color

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

This div border color is #364828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364828


Comments

No comments written yet.

Please login to write comment.