Color Hex Logo

#377228 Color Hex

#377228
(55,114,40)
0 Favorites   0 Comments

Color spaces of #377228

RGB 5511440
HSL0.300.480.30
HSV108°65°45°
CMYK 0.520.000.65   0.55
XYZ7.975913.00014.0964
Yxy13.00010.31810.5185
Hunter Lab36.0557-23.611318.5028
CIE-Lab42.7634-34.388134.3004

#377228 color RGB value is (55,114,40).

#377228 hex color red value is 55, green value is 114 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #377228 hue: 0.30 , saturation: 0.48 and the lightness value of 377228 is 0.30.

The process color (four color CMYK) of #377228 color hex is 0.52, 0.00, 0.65, 0.55. Web safe color of #377228 is #336633. Color #377228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 00101000
Octal 67 162 50
Decimal 55 114 40
Hex 37 72 28

RGB Percentages of Color #377228

%26.32
%54.55
%19.14

CMYK Percentages of Color #377228

%52
%0
%65
%55

Triadic Colors of #377228

#377228 #283772 #722837

Analogous Colors of #377228

#377228 #28723e #5c7228

Monochromatic Colors of #377228

#377228

Complementary Color

#377228 #632872

#377228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377228 Color CSS Codes

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

#377228 Text Font Color

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

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


#377228 Background Color

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

This div background color is #377228


#377228 Border Color

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

This div border color is #377228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377228


Comments

No comments written yet.

Please login to write comment.