Color Hex Logo

#368f1f Color Hex

#368F1F
(54,143,31)
0 Favorites   0 Comments

Color spaces of #368f1f

RGB 5414331
HSL0.300.640.34
HSV108°78°56°
CMYK 0.620.000.78   0.44
XYZ11.591120.52814.6477
Yxy20.52810.31530.5583
Hunter Lab45.3079-33.623425.6336
CIE-Lab52.4291-47.002348.0846

#368f1f color RGB value is (54,143,31).

#368f1f hex color red value is 54, green value is 143 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #368f1f hue: 0.30 , saturation: 0.64 and the lightness value of 368f1f is 0.34.

The process color (four color CMYK) of #368f1f color hex is 0.62, 0.00, 0.78, 0.44. Web safe color of #368f1f is #339933. Color #368f1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 00011111
Octal 66 217 37
Decimal 54 143 31
Hex 36 8F 1F

RGB Percentages of Color #368f1f

%23.68
%62.72
%13.60

CMYK Percentages of Color #368f1f

%62
%0
%78
%44

Triadic Colors of #368f1f

#368f1f #1f368f #8f1f36

Analogous Colors of #368f1f

#368f1f #1f8f40 #6e8f1f

Monochromatic Colors of #368f1f

#368f1f

Complementary Color

#368f1f #781f8f

#368f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#368f1f Color CSS Codes

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

#368f1f Text Font Color

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

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


#368f1f Background Color

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

This div background color is #368f1f


#368f1f Border Color

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

This div border color is #368f1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,143,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368f1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368f1f;
  -webkit-box-shadow: 1px 1px 3px 2px #368f1f;
  box-shadow:         1px 1px 3px 2px #368f1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,143,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368f1f


Comments

No comments written yet.

Please login to write comment.