Color Hex Logo

#2c584d Color Hex

#2C584D
(44,88,77)
0 Favorites   0 Comments

Color spaces of #2c584d

RGB 448877
HSL0.460.330.26
HSV165°50°35°
CMYK 0.500.000.13   0.65
XYZ5.86808.05078.2659
Yxy8.05070.26450.3629
Hunter Lab28.3738-12.73832.5891
CIE-Lab34.0883-18.28231.6740

#2c584d color RGB value is (44,88,77).

#2c584d hex color red value is 44, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2c584d hue: 0.46 , saturation: 0.33 and the lightness value of 2c584d is 0.26.

The process color (four color CMYK) of #2c584d color hex is 0.50, 0.00, 0.13, 0.65. Web safe color of #2c584d is #336666. Color #2c584d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01011000 01001101
Octal 54 130 115
Decimal 44 88 77
Hex 2C 58 4D

RGB Percentages of Color #2c584d

%21.05
%42.11
%36.84

CMYK Percentages of Color #2c584d

%50
%0
%13
%65

Triadic Colors of #2c584d

#2c584d #4d2c58 #584d2c

Analogous Colors of #2c584d

#2c584d #2c4d58 #2c5837

Monochromatic Colors of #2c584d

#2c584d

Complementary Color

#2c584d #582c37

#2c584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c584d Color CSS Codes

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

#2c584d Text Font Color

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

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


#2c584d Background Color

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

This div background color is #2c584d


#2c584d Border Color

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

This div border color is #2c584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c584d;
  -webkit-box-shadow: 1px 1px 3px 2px #2c584d;
  box-shadow:         1px 1px 3px 2px #2c584d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,88,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c584d


Comments

No comments written yet.

Please login to write comment.