Color Hex Logo

#382209 Color Hex

#382209
(56,34,9)
0 Favorites   0 Comments

Color spaces of #382209

RGB 56349
HSL0.090.720.13
HSV32°84°22°
CMYK 0.000.390.84   0.78
XYZ2.25222.00450.5267
Yxy2.00450.47080.4191
Hunter Lab14.15803.61857.7049
CIE-Lab15.51087.790119.2092

#382209 color RGB value is (56,34,9).

#382209 hex color red value is 56, green value is 34 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #382209 hue: 0.09 , saturation: 0.72 and the lightness value of 382209 is 0.13.

The process color (four color CMYK) of #382209 color hex is 0.00, 0.39, 0.84, 0.78. Web safe color of #382209 is #333300. Color #382209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100010 00001001
Octal 70 42 11
Decimal 56 34 9
Hex 38 22 9

RGB Percentages of Color #382209

%56.57
%34.34
%9.09

CMYK Percentages of Color #382209

%0
%39
%84
%78

Triadic Colors of #382209

#382209 #093822 #220938

Analogous Colors of #382209

#382209 #373809 #380b09

Monochromatic Colors of #382209

#382209

Complementary Color

#382209 #091f38

#382209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382209 Color CSS Codes

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

#382209 Text Font Color

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

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


#382209 Background Color

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

This div background color is #382209


#382209 Border Color

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

This div border color is #382209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382209


Comments

No comments written yet.

Please login to write comment.