Color Hex Logo

#27353f Color Hex

#27353F
(39,53,63)
0 Favorites   0 Comments

Color spaces of #27353f

RGB 395363
HSL0.570.240.20
HSV205°38°25°
CMYK 0.380.160.00   0.75
XYZ3.00703.33645.1881
Yxy3.33640.26080.2893
Hunter Lab18.2658-2.5797-4.0543
CIE-Lab21.3437-2.8267-8.1212

#27353f color RGB value is (39,53,63).

#27353f hex color red value is 39, green value is 53 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #27353f hue: 0.57 , saturation: 0.24 and the lightness value of 27353f is 0.20.

The process color (four color CMYK) of #27353f color hex is 0.38, 0.16, 0.00, 0.75. Web safe color of #27353f is #333333. Color #27353f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110101 00111111
Octal 47 65 77
Decimal 39 53 63
Hex 27 35 3F

RGB Percentages of Color #27353f

%25.16
%34.19
%40.65

CMYK Percentages of Color #27353f

%38
%16
%0
%75

Triadic Colors of #27353f

#27353f #3f2735 #353f27

Analogous Colors of #27353f

#27353f #27293f #273f3d

Monochromatic Colors of #27353f

#27353f

Complementary Color

#27353f #3f3127

#27353f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27353f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27353f Color CSS Codes

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

#27353f Text Font Color

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

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


#27353f Background Color

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

This div background color is #27353f


#27353f Border Color

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

This div border color is #27353f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27353f


Comments

No comments written yet.

Please login to write comment.