Color Hex Logo

#2c4238 Color Hex

#2C4238
(44,66,56)
0 Favorites   0 Comments

Color spaces of #2c4238

RGB 446656
HSL0.420.200.22
HSV153°33°26°
CMYK 0.330.000.15   0.74
XYZ3.70074.71744.4569
Yxy4.71740.28740.3664
Hunter Lab21.7196-7.59553.0373
CIE-Lab25.9140-11.19673.3388

#2c4238 color RGB value is (44,66,56).

#2c4238 hex color red value is 44, green value is 66 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #2c4238 hue: 0.42 , saturation: 0.20 and the lightness value of 2c4238 is 0.22.

The process color (four color CMYK) of #2c4238 color hex is 0.33, 0.00, 0.15, 0.74. Web safe color of #2c4238 is #333333. Color #2c4238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01000010 00111000
Octal 54 102 70
Decimal 44 66 56
Hex 2C 42 38

RGB Percentages of Color #2c4238

%26.51
%39.76
%33.73

CMYK Percentages of Color #2c4238

%33
%0
%15
%74

Triadic Colors of #2c4238

#2c4238 #382c42 #42382c

Analogous Colors of #2c4238

#2c4238 #2c4142 #2c422d

Monochromatic Colors of #2c4238

#2c4238

Complementary Color

#2c4238 #422c36

#2c4238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c4238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c4238 Color CSS Codes

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

#2c4238 Text Font Color

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

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


#2c4238 Background Color

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

This div background color is #2c4238


#2c4238 Border Color

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

This div border color is #2c4238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c4238


Comments

No comments written yet.

Please login to write comment.