Color Hex Logo

#138633 Color Hex

#138633
(19,134,51)
0 Favorites   0 Comments

Color spaces of #138633

RGB 1913451
HSL0.380.750.30
HSV137°86°53°
CMYK 0.860.000.62   0.47
XYZ9.391217.42776.0009
Yxy17.42770.28610.5310
Hunter Lab41.7465-32.901420.6998
CIE-Lab48.7945-48.134635.6034

#138633 color RGB value is (19,134,51).

#138633 hex color red value is 19, green value is 134 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #138633 hue: 0.38 , saturation: 0.75 and the lightness value of 138633 is 0.30.

The process color (four color CMYK) of #138633 color hex is 0.86, 0.00, 0.62, 0.47. Web safe color of #138633 is #009933. Color #138633 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000110 00110011
Octal 23 206 63
Decimal 19 134 51
Hex 13 86 33

RGB Percentages of Color #138633

%9.31
%65.69
%25.00

CMYK Percentages of Color #138633

%86
%0
%62
%47

Triadic Colors of #138633

#138633 #331386 #863313

Analogous Colors of #138633

#138633 #13866d #2d8613

Monochromatic Colors of #138633

#138633

Complementary Color

#138633 #861366

#138633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138633 Color CSS Codes

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

#138633 Text Font Color

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

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


#138633 Background Color

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

This div background color is #138633


#138633 Border Color

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

This div border color is #138633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138633


Comments

No comments written yet.

Please login to write comment.