Color Hex Logo

#376454 Color Hex

#376454
(55,100,84)
0 Favorites   0 Comments

Color spaces of #376454

RGB 5510084
HSL0.440.290.30
HSV159°45°39°
CMYK 0.450.000.16   0.61
XYZ7.733010.566710.0195
Yxy10.56670.27310.3731
Hunter Lab32.5065-14.42274.4795
CIE-Lab38.8409-19.72594.2593

#376454 color RGB value is (55,100,84).

#376454 hex color red value is 55, green value is 100 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #376454 hue: 0.44 , saturation: 0.29 and the lightness value of 376454 is 0.30.

The process color (four color CMYK) of #376454 color hex is 0.45, 0.00, 0.16, 0.61. Web safe color of #376454 is #336666. Color #376454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100100 01010100
Octal 67 144 124
Decimal 55 100 84
Hex 37 64 54

RGB Percentages of Color #376454

%23.01
%41.84
%35.15

CMYK Percentages of Color #376454

%45
%0
%16
%61

Triadic Colors of #376454

#376454 #543764 #645437

Analogous Colors of #376454

#376454 #375e64 #37643e

Monochromatic Colors of #376454

#376454

Complementary Color

#376454 #643747

#376454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376454 Color CSS Codes

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

#376454 Text Font Color

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

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


#376454 Background Color

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

This div background color is #376454


#376454 Border Color

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

This div border color is #376454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376454


Comments

No comments written yet.

Please login to write comment.