Color Hex Logo

#04272c Color Hex

#04272C
(4,39,44)
0 Favorites   0 Comments

Color spaces of #04272c

RGB 43944
HSL0.520.830.09
HSV188°91°17°
CMYK 0.910.110.00   0.83
XYZ1.23021.65872.6382
Yxy1.65870.22260.3001
Hunter Lab12.8791-5.4881-3.1299
CIE-Lab13.5833-10.1195-6.8677

#04272c color RGB value is (4,39,44).

#04272c hex color red value is 4, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #04272c hue: 0.52 , saturation: 0.83 and the lightness value of 04272c is 0.09.

The process color (four color CMYK) of #04272c color hex is 0.91, 0.11, 0.00, 0.83. Web safe color of #04272c is #003333. Color #04272c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 00101100
Octal 4 47 54
Decimal 4 39 44
Hex 4 27 2C

RGB Percentages of Color #04272c

%4.60
%44.83
%50.57

CMYK Percentages of Color #04272c

%91
%11
%0
%83

Triadic Colors of #04272c

#04272c #2c0427 #272c04

Analogous Colors of #04272c

#04272c #04132c #042c1d

Monochromatic Colors of #04272c

#04272c

Complementary Color

#04272c #2c0904

#04272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04272c Color CSS Codes

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

#04272c Text Font Color

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

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


#04272c Background Color

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

This div background color is #04272c


#04272c Border Color

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

This div border color is #04272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04272c


Comments

No comments written yet.

Please login to write comment.