Color Hex Logo

#383704 Color Hex

#383704
(56,55,4)
0 Favorites   0 Comments

Color spaces of #383704

RGB 56554
HSL0.160.870.12
HSV59°93°22°
CMYK 0.000.020.93   0.78
XYZ3.01903.58190.6471
Yxy3.58190.41650.4942
Hunter Lab18.9259-4.646611.2209
CIE-Lab22.2381-6.471629.0857

#383704 color RGB value is (56,55,4).

#383704 hex color red value is 56, green value is 55 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #383704 hue: 0.16 , saturation: 0.87 and the lightness value of 383704 is 0.12.

The process color (four color CMYK) of #383704 color hex is 0.00, 0.02, 0.93, 0.78. Web safe color of #383704 is #333300. Color #383704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 00000100
Octal 70 67 4
Decimal 56 55 4
Hex 38 37 4

RGB Percentages of Color #383704

%48.70
%47.83
%3.48

CMYK Percentages of Color #383704

%0
%2
%93
%78

Triadic Colors of #383704

#383704 #043837 #370438

Analogous Colors of #383704

#383704 #1f3804 #381d04

Monochromatic Colors of #383704

#383704

Complementary Color

#383704 #040538

#383704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383704 Color CSS Codes

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

#383704 Text Font Color

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

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


#383704 Background Color

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

This div background color is #383704


#383704 Border Color

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

This div border color is #383704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383704


Comments

No comments written yet.

Please login to write comment.