Color Hex Logo

#38440d Color Hex

#38440D
(56,68,13)
0 Favorites   0 Comments

Color spaces of #38440d

RGB 566813
HSL0.200.680.16
HSV73°81°27°
CMYK 0.180.000.81   0.73
XYZ3.77075.00411.1479
Yxy5.00410.38000.5043
Hunter Lab22.3698-9.059012.6164
CIE-Lab26.7464-13.723129.8466

#38440d color RGB value is (56,68,13).

#38440d hex color red value is 56, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #38440d hue: 0.20 , saturation: 0.68 and the lightness value of 38440d is 0.16.

The process color (four color CMYK) of #38440d color hex is 0.18, 0.00, 0.81, 0.73. Web safe color of #38440d is #333300. Color #38440d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 00001101
Octal 70 104 15
Decimal 56 68 13
Hex 38 44 D

RGB Percentages of Color #38440d

%40.88
%49.64
%9.49

CMYK Percentages of Color #38440d

%18
%0
%81
%73

Triadic Colors of #38440d

#38440d #0d3844 #440d38

Analogous Colors of #38440d

#38440d #1d440d #44350d

Monochromatic Colors of #38440d

#38440d

Complementary Color

#38440d #190d44

#38440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38440d Color CSS Codes

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

#38440d Text Font Color

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

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


#38440d Background Color

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

This div background color is #38440d


#38440d Border Color

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

This div border color is #38440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38440d


Comments

No comments written yet.

Please login to write comment.