Color Hex Logo

#374116 Color Hex

#374116
(55,65,22)
0 Favorites   0 Comments

Color spaces of #374116

RGB 556522
HSL0.210.490.17
HSV74°66°25°
CMYK 0.150.000.66   0.75
XYZ3.61074.65071.4664
Yxy4.65070.37120.4781
Hunter Lab21.5655-7.853411.0643
CIE-Lab25.7155-11.726324.3393

#374116 color RGB value is (55,65,22).

#374116 hex color red value is 55, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #374116 hue: 0.21 , saturation: 0.49 and the lightness value of 374116 is 0.17.

The process color (four color CMYK) of #374116 color hex is 0.15, 0.00, 0.66, 0.75. Web safe color of #374116 is #333300. Color #374116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 00010110
Octal 67 101 26
Decimal 55 65 22
Hex 37 41 16

RGB Percentages of Color #374116

%38.73
%45.77
%15.49

CMYK Percentages of Color #374116

%15
%0
%66
%75

Triadic Colors of #374116

#374116 #163741 #411637

Analogous Colors of #374116

#374116 #224116 #413616

Monochromatic Colors of #374116

#374116

Complementary Color

#374116 #201641

#374116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374116 Color CSS Codes

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

#374116 Text Font Color

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

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


#374116 Background Color

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

This div background color is #374116


#374116 Border Color

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

This div border color is #374116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374116


Comments

No comments written yet.

Please login to write comment.