Color Hex Logo

#135541 Color Hex

#135541
(19,85,65)
0 Favorites   0 Comments

Color spaces of #135541

RGB 198565
HSL0.450.630.20
HSV162°78°33°
CMYK 0.780.000.24   0.67
XYZ4.47127.01716.1198
Yxy7.01710.25390.3985
Hunter Lab26.4898-16.22834.8454
CIE-Lab31.8458-25.73695.8821

#135541 color RGB value is (19,85,65).

#135541 hex color red value is 19, green value is 85 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #135541 hue: 0.45 , saturation: 0.63 and the lightness value of 135541 is 0.20.

The process color (four color CMYK) of #135541 color hex is 0.78, 0.00, 0.24, 0.67. Web safe color of #135541 is #006633. Color #135541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 01000001
Octal 23 125 101
Decimal 19 85 65
Hex 13 55 41

RGB Percentages of Color #135541

%11.24
%50.30
%38.46

CMYK Percentages of Color #135541

%78
%0
%24
%67

Triadic Colors of #135541

#135541 #411355 #554113

Analogous Colors of #135541

#135541 #134855 #135520

Monochromatic Colors of #135541

#135541

Complementary Color

#135541 #551327

#135541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135541 Color CSS Codes

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

#135541 Text Font Color

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

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


#135541 Background Color

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

This div background color is #135541


#135541 Border Color

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

This div border color is #135541


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,85,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135541


Comments

No comments written yet.

Please login to write comment.