Color Hex Logo

#27474f Color Hex

#27474F
(39,71,79)
0 Favorites   0 Comments

Color spaces of #27474f

RGB 397179
HSL0.530.340.23
HSV192°51°31°
CMYK 0.510.100.00   0.69
XYZ4.50125.50238.2220
Yxy5.50230.24700.3019
Hunter Lab23.4570-6.7971-4.3621
CIE-Lab28.1204-9.2763-8.4652

#27474f color RGB value is (39,71,79).

#27474f hex color red value is 39, green value is 71 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #27474f hue: 0.53 , saturation: 0.34 and the lightness value of 27474f is 0.23.

The process color (four color CMYK) of #27474f color hex is 0.51, 0.10, 0.00, 0.69. Web safe color of #27474f is #333366. Color #27474f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000111 01001111
Octal 47 107 117
Decimal 39 71 79
Hex 27 47 4F

RGB Percentages of Color #27474f

%20.63
%37.57
%41.80

CMYK Percentages of Color #27474f

%51
%10
%0
%69

Triadic Colors of #27474f

#27474f #4f2747 #474f27

Analogous Colors of #27474f

#27474f #27334f #274f43

Monochromatic Colors of #27474f

#27474f

Complementary Color

#27474f #4f2f27

#27474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27474f Color CSS Codes

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

#27474f Text Font Color

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

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


#27474f Background Color

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

This div background color is #27474f


#27474f Border Color

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

This div border color is #27474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27474f


Comments

No comments written yet.

Please login to write comment.