Color Hex Logo

#155312 Color Hex

#155312
(21,83,18)
0 Favorites   0 Comments

Color spaces of #155312

RGB 218318
HSL0.330.640.20
HSV117°78°33°
CMYK 0.750.000.78   0.67
XYZ3.51176.38961.6205
Yxy6.38960.30480.5546
Hunter Lab25.2777-19.437813.8934
CIE-Lab30.3749-33.360130.7610

#155312 color RGB value is (21,83,18).

#155312 hex color red value is 21, green value is 83 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #155312 hue: 0.33 , saturation: 0.64 and the lightness value of 155312 is 0.20.

The process color (four color CMYK) of #155312 color hex is 0.75, 0.00, 0.78, 0.67. Web safe color of #155312 is #006600. Color #155312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 00010010
Octal 25 123 22
Decimal 21 83 18
Hex 15 53 12

RGB Percentages of Color #155312

%17.21
%68.03
%14.75

CMYK Percentages of Color #155312

%75
%0
%78
%67

Triadic Colors of #155312

#155312 #121553 #531215

Analogous Colors of #155312

#155312 #125330 #365312

Monochromatic Colors of #155312

#155312

Complementary Color

#155312 #501253

#155312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155312 Color CSS Codes

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

#155312 Text Font Color

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

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


#155312 Background Color

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

This div background color is #155312


#155312 Border Color

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

This div border color is #155312


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,83,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155312; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155312;
  -webkit-box-shadow: 1px 1px 3px 2px #155312;
  box-shadow:         1px 1px 3px 2px #155312; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,83,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155312


Comments

No comments written yet.

Please login to write comment.