Color Hex Logo

#1b765e Color Hex

#1B765E
(27,118,94)
0 Favorites   0 Comments

Color spaces of #1b765e

RGB 2711894
HSL0.460.630.28
HSV164°77°46°
CMYK 0.770.000.20   0.54
XYZ8.950813.998012.8198
Yxy13.99800.25020.3913
Hunter Lab37.4139-22.77055.8741
CIE-Lab44.2301-32.13175.8199

#1b765e color RGB value is (27,118,94).

#1b765e hex color red value is 27, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1b765e hue: 0.46 , saturation: 0.63 and the lightness value of 1b765e is 0.28.

The process color (four color CMYK) of #1b765e color hex is 0.77, 0.00, 0.20, 0.54. Web safe color of #1b765e is #336666. Color #1b765e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01110110 01011110
Octal 33 166 136
Decimal 27 118 94
Hex 1B 76 5E

RGB Percentages of Color #1b765e

%11.30
%49.37
%39.33

CMYK Percentages of Color #1b765e

%77
%0
%20
%54

Triadic Colors of #1b765e

#1b765e #5e1b76 #765e1b

Analogous Colors of #1b765e

#1b765e #1b6076 #1b7631

Monochromatic Colors of #1b765e

#1b765e

Complementary Color

#1b765e #761b33

#1b765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b765e Color CSS Codes

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

#1b765e Text Font Color

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

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


#1b765e Background Color

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

This div background color is #1b765e


#1b765e Border Color

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

This div border color is #1b765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b765e


Comments

No comments written yet.

Please login to write comment.