Color Hex Logo

#272313 Color Hex

#272313
(39,35,19)
0 Favorites   0 Comments

Color spaces of #272313

RGB 393519
HSL0.130.340.11
HSV48°51°15°
CMYK 0.000.100.51   0.85
XYZ1.55531.68040.8585
Yxy1.68040.37990.4104
Hunter Lab12.9630-1.26895.1475
CIE-Lab13.7118-1.129011.3615

#272313 color RGB value is (39,35,19).

#272313 hex color red value is 39, green value is 35 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #272313 hue: 0.13 , saturation: 0.34 and the lightness value of 272313 is 0.11.

The process color (four color CMYK) of #272313 color hex is 0.00, 0.10, 0.51, 0.85. Web safe color of #272313 is #333300. Color #272313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100011 00010011
Octal 47 43 23
Decimal 39 35 19
Hex 27 23 13

RGB Percentages of Color #272313

%41.94
%37.63
%20.43

CMYK Percentages of Color #272313

%0
%10
%51
%85

Triadic Colors of #272313

#272313 #132723 #231327

Analogous Colors of #272313

#272313 #212713 #271913

Monochromatic Colors of #272313

#272313

Complementary Color

#272313 #131727

#272313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272313 Color CSS Codes

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

#272313 Text Font Color

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

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


#272313 Background Color

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

This div background color is #272313


#272313 Border Color

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

This div border color is #272313


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,35,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272313; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272313;
  -webkit-box-shadow: 1px 1px 3px 2px #272313;
  box-shadow:         1px 1px 3px 2px #272313; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272313


Comments

No comments written yet.

Please login to write comment.