Color Hex Logo

#27765f Color Hex

#27765F
(39,118,95)
0 Favorites   0 Comments

Color spaces of #27765f

RGB 3911895
HSL0.450.500.31
HSV163°67°46°
CMYK 0.670.000.19   0.54
XYZ9.380714.214413.0757
Yxy14.21440.25580.3876
Hunter Lab37.7020-21.56565.8286
CIE-Lab44.5388-29.87755.7043

#27765f color RGB value is (39,118,95).

#27765f hex color red value is 39, green value is 118 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #27765f hue: 0.45 , saturation: 0.50 and the lightness value of 27765f is 0.31.

The process color (four color CMYK) of #27765f color hex is 0.67, 0.00, 0.19, 0.54. Web safe color of #27765f is #336666. Color #27765f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110110 01011111
Octal 47 166 137
Decimal 39 118 95
Hex 27 76 5F

RGB Percentages of Color #27765f

%15.48
%46.83
%37.70

CMYK Percentages of Color #27765f

%67
%0
%19
%54

Triadic Colors of #27765f

#27765f #5f2776 #765f27

Analogous Colors of #27765f

#27765f #276676 #277638

Monochromatic Colors of #27765f

#27765f

Complementary Color

#27765f #76273e

#27765f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27765f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27765f Color CSS Codes

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

#27765f Text Font Color

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

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


#27765f Background Color

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

This div background color is #27765f


#27765f Border Color

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

This div border color is #27765f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,118,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27765f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27765f;
  -webkit-box-shadow: 1px 1px 3px 2px #27765f;
  box-shadow:         1px 1px 3px 2px #27765f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27765f


Comments

No comments written yet.

Please login to write comment.