Color Hex Logo

#384c23 Color Hex

#384C23
(56,76,35)
0 Favorites   0 Comments

Color spaces of #384c23

RGB 567635
HSL0.250.370.22
HSV89°54°30°
CMYK 0.260.000.54   0.70
XYZ4.51876.13102.5353
Yxy6.13100.34270.4650
Hunter Lab24.7609-10.756411.2618
CIE-Lab29.7406-16.025821.7521

#384c23 color RGB value is (56,76,35).

#384c23 hex color red value is 56, green value is 76 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #384c23 hue: 0.25 , saturation: 0.37 and the lightness value of 384c23 is 0.22.

The process color (four color CMYK) of #384c23 color hex is 0.26, 0.00, 0.54, 0.70. Web safe color of #384c23 is #333333. Color #384c23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001100 00100011
Octal 70 114 43
Decimal 56 76 35
Hex 38 4C 23

RGB Percentages of Color #384c23

%33.53
%45.51
%20.96

CMYK Percentages of Color #384c23

%26
%0
%54
%70

Triadic Colors of #384c23

#384c23 #23384c #4c2338

Analogous Colors of #384c23

#384c23 #244c23 #4c4c23

Monochromatic Colors of #384c23

#384c23

Complementary Color

#384c23 #37234c

#384c23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384c23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384c23 Color CSS Codes

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

#384c23 Text Font Color

<p style="color:#384c23">Text here</p>

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


#384c23 Background Color

<div style="background-color:#384c23">
Div content here</div>

This div background color is #384c23


#384c23 Border Color

<div style="border:3px solid #384c23">
Div here</div>

This div border color is #384c23


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,76,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384c23; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384c23;
  -webkit-box-shadow: 1px 1px 3px 2px #384c23;
  box-shadow:         1px 1px 3px 2px #384c23; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384c23


Comments

No comments written yet.

Please login to write comment.