Color Hex Logo

#383406 Color Hex

#383406
(56,52,6)
0 Favorites   0 Comments

Color spaces of #383406

RGB 56526
HSL0.150.810.12
HSV55°89°22°
CMYK 0.000.070.89   0.78
XYZ2.89183.30990.6588
Yxy3.30990.42150.4825
Hunter Lab18.1931-3.465410.5882
CIE-Lab21.2446-4.445227.2055

#383406 color RGB value is (56,52,6).

#383406 hex color red value is 56, green value is 52 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #383406 hue: 0.15 , saturation: 0.81 and the lightness value of 383406 is 0.12.

The process color (four color CMYK) of #383406 color hex is 0.00, 0.07, 0.89, 0.78. Web safe color of #383406 is #333300. Color #383406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 00000110
Octal 70 64 6
Decimal 56 52 6
Hex 38 34 6

RGB Percentages of Color #383406

%49.12
%45.61
%5.26

CMYK Percentages of Color #383406

%0
%7
%89
%78

Triadic Colors of #383406

#383406 #063834 #340638

Analogous Colors of #383406

#383406 #233806 #381b06

Monochromatic Colors of #383406

#383406

Complementary Color

#383406 #060a38

#383406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383406 Color CSS Codes

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

#383406 Text Font Color

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

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


#383406 Background Color

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

This div background color is #383406


#383406 Border Color

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

This div border color is #383406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383406


Comments

No comments written yet.

Please login to write comment.