Color Hex Logo

#2c736d Color Hex

#2C736D
(44,115,109)
0 Favorites   0 Comments

Color spaces of #2c736d

RGB 44115109
HSL0.490.450.31
HSV175°62°45°
CMYK 0.620.000.05   0.55
XYZ9.929813.901116.6278
Yxy13.90110.24540.3436
Hunter Lab37.2842-17.7079-0.3429
CIE-Lab44.0908-23.5229-3.2978

#2c736d color RGB value is (44,115,109).

#2c736d hex color red value is 44, green value is 115 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2c736d hue: 0.49 , saturation: 0.45 and the lightness value of 2c736d is 0.31.

The process color (four color CMYK) of #2c736d color hex is 0.62, 0.00, 0.05, 0.55. Web safe color of #2c736d is #336666. Color #2c736d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01110011 01101101
Octal 54 163 155
Decimal 44 115 109
Hex 2C 73 6D

RGB Percentages of Color #2c736d

%16.42
%42.91
%40.67

CMYK Percentages of Color #2c736d

%62
%0
%5
%55

Triadic Colors of #2c736d

#2c736d #6d2c73 #736d2c

Analogous Colors of #2c736d

#2c736d #2c5673 #2c734a

Monochromatic Colors of #2c736d

#2c736d

Complementary Color

#2c736d #732c32

#2c736d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c736d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c736d Color CSS Codes

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

#2c736d Text Font Color

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

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


#2c736d Background Color

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

This div background color is #2c736d


#2c736d Border Color

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

This div border color is #2c736d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c736d


Comments

No comments written yet.

Please login to write comment.