Color Hex Logo

#27745f Color Hex

#27745F
(39,116,95)
0 Favorites   0 Comments

Color spaces of #27745f

RGB 3911695
HSL0.450.500.30
HSV164°66°45°
CMYK 0.660.000.18   0.55
XYZ9.147613.748312.9980
Yxy13.74830.25490.3830
Hunter Lab37.0787-20.85045.1709
CIE-Lab43.8698-28.92364.7466

#27745f color RGB value is (39,116,95).

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

The process color (four color CMYK) of #27745f color hex is 0.66, 0.00, 0.18, 0.55. Web safe color of #27745f is #336666. Color #27745f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110100 01011111
Octal 47 164 137
Decimal 39 116 95
Hex 27 74 5F

RGB Percentages of Color #27745f

%15.60
%46.40
%38.00

CMYK Percentages of Color #27745f

%66
%0
%18
%55

Triadic Colors of #27745f

#27745f #5f2774 #745f27

Analogous Colors of #27745f

#27745f #276374 #277439

Monochromatic Colors of #27745f

#27745f

Complementary Color

#27745f #74273c

#27745f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27745f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27745f Color CSS Codes

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

#27745f Text Font Color

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

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


#27745f Background Color

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

This div background color is #27745f


#27745f Border Color

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

This div border color is #27745f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,116,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 #27745f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27745f


Comments

No comments written yet.

Please login to write comment.