Color Hex Logo

#384714 Color Hex

#384714
(56,71,20)
0 Favorites   0 Comments

Color spaces of #384714

RGB 567120
HSL0.220.560.18
HSV78°72°28°
CMYK 0.210.000.72   0.72
XYZ4.01045.39771.4923
Yxy5.39770.36790.4952
Hunter Lab23.2330-9.845512.4547
CIE-Lab27.8390-14.893027.7220

#384714 color RGB value is (56,71,20).

#384714 hex color red value is 56, green value is 71 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #384714 hue: 0.22 , saturation: 0.56 and the lightness value of 384714 is 0.18.

The process color (four color CMYK) of #384714 color hex is 0.21, 0.00, 0.72, 0.72. Web safe color of #384714 is #333300. Color #384714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 00010100
Octal 70 107 24
Decimal 56 71 20
Hex 38 47 14

RGB Percentages of Color #384714

%38.10
%48.30
%13.61

CMYK Percentages of Color #384714

%21
%0
%72
%72

Triadic Colors of #384714

#384714 #143847 #471438

Analogous Colors of #384714

#384714 #1f4714 #473d14

Monochromatic Colors of #384714

#384714

Complementary Color

#384714 #231447

#384714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384714 Color CSS Codes

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

#384714 Text Font Color

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

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


#384714 Background Color

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

This div background color is #384714


#384714 Border Color

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

This div border color is #384714


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,71,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 #384714">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384714


Comments

No comments written yet.

Please login to write comment.