Color Hex Logo

#384425 Color Hex

#384425
(56,68,37)
0 Favorites   0 Comments

Color spaces of #384425

RGB 566837
HSL0.230.300.21
HSV83°46°27°
CMYK 0.180.000.46   0.73
XYZ4.03195.10862.5238
Yxy5.10860.34570.4380
Hunter Lab22.6022-7.71219.2011
CIE-Lab27.0420-11.146817.1857

#384425 color RGB value is (56,68,37).

#384425 hex color red value is 56, green value is 68 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #384425 hue: 0.23 , saturation: 0.30 and the lightness value of 384425 is 0.21.

The process color (four color CMYK) of #384425 color hex is 0.18, 0.00, 0.46, 0.73. Web safe color of #384425 is #333333. Color #384425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 00100101
Octal 70 104 45
Decimal 56 68 37
Hex 38 44 25

RGB Percentages of Color #384425

%34.78
%42.24
%22.98

CMYK Percentages of Color #384425

%18
%0
%46
%73

Triadic Colors of #384425

#384425 #253844 #442538

Analogous Colors of #384425

#384425 #294425 #444125

Monochromatic Colors of #384425

#384425

Complementary Color

#384425 #312544

#384425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384425 Color CSS Codes

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

#384425 Text Font Color

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

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


#384425 Background Color

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

This div background color is #384425


#384425 Border Color

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

This div border color is #384425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384425


Comments

No comments written yet.

Please login to write comment.