Color Hex Logo

#384114 Color Hex

#384114
(56,65,20)
0 Favorites   0 Comments

Color spaces of #384114

RGB 566520
HSL0.200.530.17
HSV72°69°25°
CMYK 0.140.000.69   0.75
XYZ3.64754.67191.3713
Yxy4.67190.37640.4821
Hunter Lab21.6146-7.703311.3687
CIE-Lab25.7788-11.430025.5001

#384114 color RGB value is (56,65,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000001 00010100
Octal 70 101 24
Decimal 56 65 20
Hex 38 41 14

RGB Percentages of Color #384114

%39.72
%46.10
%14.18

CMYK Percentages of Color #384114

%14
%0
%69
%75

Triadic Colors of #384114

#384114 #143841 #411438

Analogous Colors of #384114

#384114 #224114 #413414

Monochromatic Colors of #384114

#384114

Complementary Color

#384114 #1d1441

#384114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384114 Color CSS Codes

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

#384114 Text Font Color

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

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


#384114 Background Color

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

This div background color is #384114


#384114 Border Color

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

This div border color is #384114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384114


Comments

No comments written yet.

Please login to write comment.