Color Hex Logo

#38312b Color Hex

#38312B
(56,49,43)
0 Favorites   0 Comments

Color spaces of #38312b

RGB 564943
HSL0.080.130.19
HSV28°23°22°
CMYK 0.000.130.23   0.78
XYZ3.16523.21182.7386
Yxy3.21180.34720.3523
Hunter Lab17.92150.16313.4849
CIE-Lab20.87291.92854.9755

#38312b color RGB value is (56,49,43).

#38312b hex color red value is 56, green value is 49 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #38312b hue: 0.08 , saturation: 0.13 and the lightness value of 38312b is 0.19.

The process color (four color CMYK) of #38312b color hex is 0.00, 0.13, 0.23, 0.78. Web safe color of #38312b is #333333. Color #38312b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00101011
Octal 70 61 53
Decimal 56 49 43
Hex 38 31 2B

RGB Percentages of Color #38312b

%37.84
%33.11
%29.05

CMYK Percentages of Color #38312b

%0
%13
%23
%78

Triadic Colors of #38312b

#38312b #2b3831 #312b38

Analogous Colors of #38312b

#38312b #38382b #382b2c

Monochromatic Colors of #38312b

#38312b

Complementary Color

#38312b #2b3238

#38312b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38312b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38312b Color CSS Codes

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

#38312b Text Font Color

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

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


#38312b Background Color

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

This div background color is #38312b


#38312b Border Color

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

This div border color is #38312b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,49,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38312b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38312b;
  -webkit-box-shadow: 1px 1px 3px 2px #38312b;
  box-shadow:         1px 1px 3px 2px #38312b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38312b


Comments

No comments written yet.

Please login to write comment.