Color Hex Logo

#2c3317 Color Hex

#2C3317
(44,51,23)
0 Favorites   0 Comments

Color spaces of #2c3317

RGB 445123
HSL0.210.380.15
HSV75°55°20°
CMYK 0.140.000.55   0.80
XYZ2.37722.96501.2576
Yxy2.96500.36020.4493
Hunter Lab17.2192-5.49077.7232
CIE-Lab19.9032-8.533216.6931

#2c3317 color RGB value is (44,51,23).

#2c3317 hex color red value is 44, green value is 51 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #2c3317 hue: 0.21 , saturation: 0.38 and the lightness value of 2c3317 is 0.15.

The process color (four color CMYK) of #2c3317 color hex is 0.14, 0.00, 0.55, 0.80. Web safe color of #2c3317 is #333300. Color #2c3317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00110011 00010111
Octal 54 63 27
Decimal 44 51 23
Hex 2C 33 17

RGB Percentages of Color #2c3317

%37.29
%43.22
%19.49

CMYK Percentages of Color #2c3317

%14
%0
%55
%80

Triadic Colors of #2c3317

#2c3317 #172c33 #33172c

Analogous Colors of #2c3317

#2c3317 #1e3317 #332c17

Monochromatic Colors of #2c3317

#2c3317

Complementary Color

#2c3317 #1e1733

#2c3317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c3317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c3317 Color CSS Codes

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

#2c3317 Text Font Color

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

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


#2c3317 Background Color

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

This div background color is #2c3317


#2c3317 Border Color

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

This div border color is #2c3317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c3317


Comments

No comments written yet.

Please login to write comment.