Color Hex Logo

#377953 Color Hex

#377953
(55,121,83)
0 Favorites   0 Comments

Color spaces of #377953

RGB 5512183
HSL0.400.380.35
HSV145°55°47°
CMYK 0.550.000.31   0.53
XYZ9.974315.111510.5747
Yxy15.11150.27970.4238
Hunter Lab38.8735-22.228511.0829
CIE-Lab45.7865-30.481014.5967

#377953 color RGB value is (55,121,83).

#377953 hex color red value is 55, green value is 121 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #377953 hue: 0.40 , saturation: 0.38 and the lightness value of 377953 is 0.35.

The process color (four color CMYK) of #377953 color hex is 0.55, 0.00, 0.31, 0.53. Web safe color of #377953 is #336666. Color #377953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111001 01010011
Octal 67 171 123
Decimal 55 121 83
Hex 37 79 53

RGB Percentages of Color #377953

%21.24
%46.72
%32.05

CMYK Percentages of Color #377953

%55
%0
%31
%53

Triadic Colors of #377953

#377953 #533779 #795337

Analogous Colors of #377953

#377953 #377974 #3c7937

Monochromatic Colors of #377953

#377953

Complementary Color

#377953 #79375d

#377953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377953 Color CSS Codes

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

#377953 Text Font Color

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

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


#377953 Background Color

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

This div background color is #377953


#377953 Border Color

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

This div border color is #377953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377953


Comments

No comments written yet.

Please login to write comment.