Color Hex Logo

#2c634b Color Hex

#2C634B
(44,99,75)
0 Favorites   0 Comments

Color spaces of #2c634b

RGB 449975
HSL0.430.380.28
HSV154°56°39°
CMYK 0.560.000.24   0.61
XYZ6.77059.96728.2236
Yxy9.96720.27120.3993
Hunter Lab31.5709-16.96906.6557
CIE-Lab37.7835-24.55818.1898

#2c634b color RGB value is (44,99,75).

#2c634b hex color red value is 44, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #2c634b hue: 0.43 , saturation: 0.38 and the lightness value of 2c634b is 0.28.

The process color (four color CMYK) of #2c634b color hex is 0.56, 0.00, 0.24, 0.61. Web safe color of #2c634b is #336633. Color #2c634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01100011 01001011
Octal 54 143 113
Decimal 44 99 75
Hex 2C 63 4B

RGB Percentages of Color #2c634b

%20.18
%45.41
%34.40

CMYK Percentages of Color #2c634b

%56
%0
%24
%61

Triadic Colors of #2c634b

#2c634b #4b2c63 #634b2c

Analogous Colors of #2c634b

#2c634b #2c6063 #2c6330

Monochromatic Colors of #2c634b

#2c634b

Complementary Color

#2c634b #632c44

#2c634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c634b Color CSS Codes

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

#2c634b Text Font Color

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

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


#2c634b Background Color

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

This div background color is #2c634b


#2c634b Border Color

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

This div border color is #2c634b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c634b

#2c634b Color Palettes


Comments

No comments written yet.

Please login to write comment.