Color Hex Logo

#367028 Color Hex

#367028
(54,112,40)
0 Favorites   0 Comments

Color spaces of #367028

RGB 5411240
HSL0.300.470.30
HSV108°64°44°
CMYK 0.520.000.64   0.56
XYZ7.698512.52584.0195
Yxy12.52580.31750.5167
Hunter Lab35.3918-23.108018.0406
CIE-Lab42.0399-33.837333.4749

#367028 color RGB value is (54,112,40).

#367028 hex color red value is 54, green value is 112 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #367028 hue: 0.30 , saturation: 0.47 and the lightness value of 367028 is 0.30.

The process color (four color CMYK) of #367028 color hex is 0.52, 0.00, 0.64, 0.56. Web safe color of #367028 is #336633. Color #367028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110000 00101000
Octal 66 160 50
Decimal 54 112 40
Hex 36 70 28

RGB Percentages of Color #367028

%26.21
%54.37
%19.42

CMYK Percentages of Color #367028

%52
%0
%64
%56

Triadic Colors of #367028

#367028 #283670 #702836

Analogous Colors of #367028

#367028 #28703e #5a7028

Monochromatic Colors of #367028

#367028

Complementary Color

#367028 #622870

#367028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367028 Color CSS Codes

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

#367028 Text Font Color

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

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


#367028 Background Color

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

This div background color is #367028


#367028 Border Color

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

This div border color is #367028


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,112,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 #367028">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367028


Comments

No comments written yet.

Please login to write comment.