Color Hex Logo

#373114 Color Hex

#373114
(55,49,20)
0 Favorites   0 Comments

Color spaces of #373114

RGB 554920
HSL0.140.470.15
HSV50°64°22°
CMYK 0.000.110.64   0.78
XYZ2.80013.05941.1048
Yxy3.05940.40210.4393
Hunter Lab17.4911-2.03408.4988
CIE-Lab20.2802-1.956219.2538

#373114 color RGB value is (55,49,20).

#373114 hex color red value is 55, green value is 49 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #373114 hue: 0.14 , saturation: 0.47 and the lightness value of 373114 is 0.15.

The process color (four color CMYK) of #373114 color hex is 0.00, 0.11, 0.64, 0.78. Web safe color of #373114 is #333300. Color #373114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110001 00010100
Octal 67 61 24
Decimal 55 49 20
Hex 37 31 14

RGB Percentages of Color #373114

%44.35
%39.52
%16.13

CMYK Percentages of Color #373114

%0
%11
%64
%78

Triadic Colors of #373114

#373114 #143731 #311437

Analogous Colors of #373114

#373114 #2c3714 #372014

Monochromatic Colors of #373114

#373114

Complementary Color

#373114 #141a37

#373114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373114 Color CSS Codes

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

#373114 Text Font Color

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

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


#373114 Background Color

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

This div background color is #373114


#373114 Border Color

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

This div border color is #373114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373114


Comments

No comments written yet.

Please login to write comment.