Color Hex Logo

#38380b Color Hex

#38380B
(56,56,11)
0 Favorites   0 Comments

Color spaces of #38380b

RGB 565611
HSL0.170.670.13
HSV60°80°22°
CMYK 0.000.000.80   0.78
XYZ3.10553.69330.8658
Yxy3.69330.40520.4819
Hunter Lab19.2180-4.787010.7815
CIE-Lab22.6304-6.664726.6341

#38380b color RGB value is (56,56,11).

#38380b hex color red value is 56, green value is 56 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #38380b hue: 0.17 , saturation: 0.67 and the lightness value of 38380b is 0.13.

The process color (four color CMYK) of #38380b color hex is 0.00, 0.00, 0.80, 0.78. Web safe color of #38380b is #333300. Color #38380b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 00001011
Octal 70 70 13
Decimal 56 56 11
Hex 38 38 B

RGB Percentages of Color #38380b

%45.53
%45.53
%8.94

CMYK Percentages of Color #38380b

%0
%0
%80
%78

Triadic Colors of #38380b

#38380b #0b3838 #380b38

Analogous Colors of #38380b

#38380b #22380b #38220b

Monochromatic Colors of #38380b

#38380b

Complementary Color

#38380b #0b0b38

#38380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38380b Color CSS Codes

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

#38380b Text Font Color

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

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


#38380b Background Color

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

This div background color is #38380b


#38380b Border Color

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

This div border color is #38380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38380b


Comments

No comments written yet.

Please login to write comment.