Color Hex Logo

#38301d Color Hex

#38301D
(56,48,29)
0 Favorites   0 Comments

Color spaces of #38301d

RGB 564829
HSL0.120.320.17
HSV42°48°22°
CMYK 0.000.140.48   0.78
XYZ2.90963.04341.5965
Yxy3.04340.38540.4031
Hunter Lab17.4453-0.75846.7859
CIE-Lab20.21690.304113.4914

#38301d color RGB value is (56,48,29).

#38301d hex color red value is 56, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #38301d hue: 0.12 , saturation: 0.32 and the lightness value of 38301d is 0.17.

The process color (four color CMYK) of #38301d color hex is 0.00, 0.14, 0.48, 0.78. Web safe color of #38301d is #333333. Color #38301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 00011101
Octal 70 60 35
Decimal 56 48 29
Hex 38 30 1D

RGB Percentages of Color #38301d

%42.11
%36.09
%21.80

CMYK Percentages of Color #38301d

%0
%14
%48
%78

Triadic Colors of #38301d

#38301d #1d3830 #301d38

Analogous Colors of #38301d

#38301d #33381d #38231d

Monochromatic Colors of #38301d

#38301d

Complementary Color

#38301d #1d2538

#38301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38301d Color CSS Codes

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

#38301d Text Font Color

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

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


#38301d Background Color

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

This div background color is #38301d


#38301d Border Color

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

This div border color is #38301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38301d


Comments

No comments written yet.

Please login to write comment.