Color Hex Logo

#38341f Color Hex

#38341F
(56,52,31)
0 Favorites   0 Comments

Color spaces of #38341f

RGB 565231
HSL0.140.290.17
HSV50°45°22°
CMYK 0.000.070.45   0.78
XYZ3.10623.39571.7880
Yxy3.39570.37470.4096
Hunter Lab18.4274-2.15937.1463
CIE-Lab21.5636-2.054513.9296

#38341f color RGB value is (56,52,31).

#38341f hex color red value is 56, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #38341f hue: 0.14 , saturation: 0.29 and the lightness value of 38341f is 0.17.

The process color (four color CMYK) of #38341f color hex is 0.00, 0.07, 0.45, 0.78. Web safe color of #38341f is #333333. Color #38341f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 00011111
Octal 70 64 37
Decimal 56 52 31
Hex 38 34 1F

RGB Percentages of Color #38341f

%40.29
%37.41
%22.30

CMYK Percentages of Color #38341f

%0
%7
%45
%78

Triadic Colors of #38341f

#38341f #1f3834 #341f38

Analogous Colors of #38341f

#38341f #30381f #38281f

Monochromatic Colors of #38341f

#38341f

Complementary Color

#38341f #1f2338

#38341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38341f Color CSS Codes

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

#38341f Text Font Color

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

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


#38341f Background Color

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

This div background color is #38341f


#38341f Border Color

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

This div border color is #38341f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,52,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38341f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38341f;
  -webkit-box-shadow: 1px 1px 3px 2px #38341f;
  box-shadow:         1px 1px 3px 2px #38341f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38341f


Comments

No comments written yet.

Please login to write comment.