Color Hex Logo

#27706b Color Hex

#27706B
(39,112,107)
0 Favorites   0 Comments

Color spaces of #27706b

RGB 39112107
HSL0.490.480.30
HSV176°65°44°
CMYK 0.650.000.04   0.56
XYZ9.284713.081215.9455
Yxy13.08120.24230.3414
Hunter Lab36.1679-17.4710-0.8219
CIE-Lab42.8853-23.5413-3.8935

#27706b color RGB value is (39,112,107).

#27706b hex color red value is 39, green value is 112 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #27706b hue: 0.49 , saturation: 0.48 and the lightness value of 27706b is 0.30.

The process color (four color CMYK) of #27706b color hex is 0.65, 0.00, 0.04, 0.56. Web safe color of #27706b is #336666. Color #27706b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110000 01101011
Octal 47 160 153
Decimal 39 112 107
Hex 27 70 6B

RGB Percentages of Color #27706b

%15.12
%43.41
%41.47

CMYK Percentages of Color #27706b

%65
%0
%4
%56

Triadic Colors of #27706b

#27706b #6b2770 #706b27

Analogous Colors of #27706b

#27706b #275170 #277047

Monochromatic Colors of #27706b

#27706b

Complementary Color

#27706b #70272c

#27706b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27706b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27706b Color CSS Codes

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

#27706b Text Font Color

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

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


#27706b Background Color

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

This div background color is #27706b


#27706b Border Color

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

This div border color is #27706b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,112,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27706b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27706b;
  -webkit-box-shadow: 1px 1px 3px 2px #27706b;
  box-shadow:         1px 1px 3px 2px #27706b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27706b


Comments

No comments written yet.

Please login to write comment.