Color Hex Logo

#38300b Color Hex

#38300B
(56,48,11)
0 Favorites   0 Comments

Color spaces of #38300b

RGB 564811
HSL0.140.670.13
HSV49°80°22°
CMYK 0.000.140.80   0.78
XYZ2.74822.97880.7467
Yxy2.97880.42450.4601
Hunter Lab17.2592-1.78099.5163
CIE-Lab19.9588-1.530823.7313

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 00001011
Octal 70 60 13
Decimal 56 48 11
Hex 38 30 B

RGB Percentages of Color #38300b

%48.70
%41.74
%9.57

CMYK Percentages of Color #38300b

%0
%14
%80
%78

Triadic Colors of #38300b

#38300b #0b3830 #300b38

Analogous Colors of #38300b

#38300b #2a380b #381a0b

Monochromatic Colors of #38300b

#38300b

Complementary Color

#38300b #0b1338

#38300b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38300b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38300b Color CSS Codes

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

#38300b Text Font Color

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

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


#38300b Background Color

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

This div background color is #38300b


#38300b Border Color

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

This div border color is #38300b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,48,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 #38300b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38300b


Comments

No comments written yet.

Please login to write comment.