Color Hex Logo

#365535 Color Hex

#365535
(54,85,53)
0 Favorites   0 Comments

Color spaces of #365535

RGB 548553
HSL0.330.230.27
HSV118°38°33°
CMYK 0.360.000.38   0.67
XYZ5.41247.53834.5379
Yxy7.53830.30950.4310
Hunter Lab27.4560-12.86029.4198
CIE-Lab33.0022-18.853915.1448

#365535 color RGB value is (54,85,53).

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

The process color (four color CMYK) of #365535 color hex is 0.36, 0.00, 0.38, 0.67. Web safe color of #365535 is #336633. Color #365535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010101 00110101
Octal 66 125 65
Decimal 54 85 53
Hex 36 55 35

RGB Percentages of Color #365535

%28.13
%44.27
%27.60

CMYK Percentages of Color #365535

%36
%0
%38
%67

Triadic Colors of #365535

#365535 #353655 #553536

Analogous Colors of #365535

#365535 #355544 #465535

Monochromatic Colors of #365535

#365535

Complementary Color

#365535 #543555

#365535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365535 Color CSS Codes

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

#365535 Text Font Color

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

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


#365535 Background Color

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

This div background color is #365535


#365535 Border Color

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

This div border color is #365535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365535


Comments

No comments written yet.

Please login to write comment.