Color Hex Logo

#370235 Color Hex

#370235
(55,2,53)
0 Favorites   0 Comments

Color spaces of #370235

RGB 55253
HSL0.840.930.11
HSV302°96°22°
CMYK 0.000.960.04   0.78
XYZ2.23991.11273.4649
Yxy1.11270.32860.1632
Hunter Lab10.548519.4436-12.0913
CIE-Lab9.897131.7255-18.7281

#370235 color RGB value is (55,2,53).

#370235 hex color red value is 55, green value is 2 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #370235 hue: 0.84 , saturation: 0.93 and the lightness value of 370235 is 0.11.

The process color (four color CMYK) of #370235 color hex is 0.00, 0.96, 0.04, 0.78. Web safe color of #370235 is #330033. Color #370235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000010 00110101
Octal 67 2 65
Decimal 55 2 53
Hex 37 2 35

RGB Percentages of Color #370235

%50.00
%1.82
%48.18

CMYK Percentages of Color #370235

%0
%96
%4
%78

Triadic Colors of #370235

#370235 #353702 #023537

Analogous Colors of #370235

#370235 #37021a #1f0237

Monochromatic Colors of #370235

#370235

Complementary Color

#370235 #023704

#370235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370235 Color CSS Codes

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

#370235 Text Font Color

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

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


#370235 Background Color

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

This div background color is #370235


#370235 Border Color

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

This div border color is #370235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,2,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 #370235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370235


Comments

No comments written yet.

Please login to write comment.