Color Hex Logo

#375153 Color Hex

#375153
(55,81,83)
0 Favorites   0 Comments

Color spaces of #375153

RGB 558183
HSL0.510.200.27
HSV184°34°33°
CMYK 0.340.020.00   0.67
XYZ6.07937.32169.2764
Yxy7.32160.26810.3229
Hunter Lab27.0585-7.2482-1.3854
CIE-Lab32.5281-9.2135-4.3350

#375153 color RGB value is (55,81,83).

#375153 hex color red value is 55, green value is 81 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #375153 hue: 0.51 , saturation: 0.20 and the lightness value of 375153 is 0.27.

The process color (four color CMYK) of #375153 color hex is 0.34, 0.02, 0.00, 0.67. Web safe color of #375153 is #336666. Color #375153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010001 01010011
Octal 67 121 123
Decimal 55 81 83
Hex 37 51 53

RGB Percentages of Color #375153

%25.11
%36.99
%37.90

CMYK Percentages of Color #375153

%34
%2
%0
%67

Triadic Colors of #375153

#375153 #533751 #515337

Analogous Colors of #375153

#375153 #374353 #375347

Monochromatic Colors of #375153

#375153

Complementary Color

#375153 #533937

#375153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375153 Color CSS Codes

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

#375153 Text Font Color

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

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


#375153 Background Color

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

This div background color is #375153


#375153 Border Color

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

This div border color is #375153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375153


Comments

No comments written yet.

Please login to write comment.