Color Hex Logo

#04816f Color Hex

#04816F
(4,129,111)
0 Favorites   0 Comments

Color spaces of #04816f

RGB 4129111
HSL0.480.940.26
HSV171°97°51°
CMYK 0.970.000.14   0.49
XYZ10.769616.874017.7283
Yxy16.87400.23740.3719
Hunter Lab41.0780-25.08833.1664
CIE-Lab48.1009-34.34801.3079

#04816f color RGB value is (4,129,111).

#04816f hex color red value is 4, green value is 129 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #04816f hue: 0.48 , saturation: 0.94 and the lightness value of 04816f is 0.26.

The process color (four color CMYK) of #04816f color hex is 0.97, 0.00, 0.14, 0.49. Web safe color of #04816f is #009966. Color #04816f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000001 01101111
Octal 4 201 157
Decimal 4 129 111
Hex 4 81 6F

RGB Percentages of Color #04816f

%1.64
%52.87
%45.49

CMYK Percentages of Color #04816f

%97
%0
%14
%49

Triadic Colors of #04816f

#04816f #6f0481 #816f04

Analogous Colors of #04816f

#04816f #045581 #048131

Monochromatic Colors of #04816f

#04816f

Complementary Color

#04816f #810416

#04816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04816f Color CSS Codes

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

#04816f Text Font Color

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

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


#04816f Background Color

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

This div background color is #04816f


#04816f Border Color

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

This div border color is #04816f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,129,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04816f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04816f;
  -webkit-box-shadow: 1px 1px 3px 2px #04816f;
  box-shadow:         1px 1px 3px 2px #04816f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04816f


Comments

No comments written yet.

Please login to write comment.