Color Hex Logo

#365321 Color Hex

#365321
(54,83,33)
0 Favorites   0 Comments

Color spaces of #365321

RGB 548333
HSL0.260.430.23
HSV95°60°33°
CMYK 0.350.000.60   0.67
XYZ4.88917.08062.5479
Yxy7.08060.33680.4877
Hunter Lab26.6094-13.769612.9494
CIE-Lab31.9897-20.900425.5354

#365321 color RGB value is (54,83,33).

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

The process color (four color CMYK) of #365321 color hex is 0.35, 0.00, 0.60, 0.67. Web safe color of #365321 is #336633. Color #365321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010011 00100001
Octal 66 123 41
Decimal 54 83 33
Hex 36 53 21

RGB Percentages of Color #365321

%31.76
%48.82
%19.41

CMYK Percentages of Color #365321

%35
%0
%60
%67

Triadic Colors of #365321

#365321 #213653 #532136

Analogous Colors of #365321

#365321 #215325 #4f5321

Monochromatic Colors of #365321

#365321

Complementary Color

#365321 #3e2153

#365321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365321 Color CSS Codes

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

#365321 Text Font Color

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

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


#365321 Background Color

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

This div background color is #365321


#365321 Border Color

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

This div border color is #365321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365321


Comments

No comments written yet.

Please login to write comment.