Color Hex Logo

#127633 Color Hex

#127633
(18,118,51)
0 Favorites   0 Comments

Color spaces of #127633

RGB 1811851
HSL0.390.740.27
HSV140°85°46°
CMYK 0.850.000.57   0.54
XYZ7.325413.32455.3178
Yxy13.32450.28210.5131
Hunter Lab36.5027-28.058316.9144
CIE-Lab43.2482-42.598329.0459

#127633 color RGB value is (18,118,51).

#127633 hex color red value is 18, green value is 118 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #127633 hue: 0.39 , saturation: 0.74 and the lightness value of 127633 is 0.27.

The process color (four color CMYK) of #127633 color hex is 0.85, 0.00, 0.57, 0.54. Web safe color of #127633 is #006633. Color #127633 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 00110011
Octal 22 166 63
Decimal 18 118 51
Hex 12 76 33

RGB Percentages of Color #127633

%9.63
%63.10
%27.27

CMYK Percentages of Color #127633

%85
%0
%57
%54

Triadic Colors of #127633

#127633 #331276 #763312

Analogous Colors of #127633

#127633 #127665 #237612

Monochromatic Colors of #127633

#127633

Complementary Color

#127633 #761255

#127633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127633 Color CSS Codes

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

#127633 Text Font Color

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

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


#127633 Background Color

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

This div background color is #127633


#127633 Border Color

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

This div border color is #127633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127633


Comments

No comments written yet.

Please login to write comment.