Color Hex Logo

#384115 Color Hex

#384115
(56,65,21)
0 Favorites   0 Comments

Color spaces of #384115

RGB 566521
HSL0.200.510.17
HSV72°68°25°
CMYK 0.140.000.68   0.75
XYZ3.65654.67551.4192
Yxy4.67550.37500.4795
Hunter Lab21.6229-7.655211.2446
CIE-Lab25.7895-11.337624.9830

#384115 color RGB value is (56,65,21).

#384115 hex color red value is 56, green value is 65 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #384115 hue: 0.20 , saturation: 0.51 and the lightness value of 384115 is 0.17.

The process color (four color CMYK) of #384115 color hex is 0.14, 0.00, 0.68, 0.75. Web safe color of #384115 is #333300. Color #384115 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000001 00010101
Octal 70 101 25
Decimal 56 65 21
Hex 38 41 15

RGB Percentages of Color #384115

%39.44
%45.77
%14.79

CMYK Percentages of Color #384115

%14
%0
%68
%75

Triadic Colors of #384115

#384115 #153841 #411538

Analogous Colors of #384115

#384115 #224115 #413415

Monochromatic Colors of #384115

#384115

Complementary Color

#384115 #1e1541

#384115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384115 Color CSS Codes

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

#384115 Text Font Color

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

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


#384115 Background Color

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

This div background color is #384115


#384115 Border Color

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

This div border color is #384115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384115


Comments

No comments written yet.

Please login to write comment.