Color Hex Logo

#04863f Color Hex

#04863F
(4,134,63)
0 Favorites   0 Comments

Color spaces of #04863f

RGB 413463
HSL0.410.940.27
HSV147°97°53°
CMYK 0.970.000.53   0.47
XYZ9.472417.43497.5687
Yxy17.43490.27480.5057
Hunter Lab41.7551-32.577718.4814
CIE-Lab48.8034-47.508829.4962

#04863f color RGB value is (4,134,63).

#04863f hex color red value is 4, green value is 134 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #04863f hue: 0.41 , saturation: 0.94 and the lightness value of 04863f is 0.27.

The process color (four color CMYK) of #04863f color hex is 0.97, 0.00, 0.53, 0.47. Web safe color of #04863f is #009933. Color #04863f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000110 00111111
Octal 4 206 77
Decimal 4 134 63
Hex 4 86 3F

RGB Percentages of Color #04863f

%1.99
%66.67
%31.34

CMYK Percentages of Color #04863f

%97
%0
%53
%47

Triadic Colors of #04863f

#04863f #3f0486 #863f04

Analogous Colors of #04863f

#04863f #048680 #0a8604

Monochromatic Colors of #04863f

#04863f

Complementary Color

#04863f #86044b

#04863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04863f Color CSS Codes

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

#04863f Text Font Color

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

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


#04863f Background Color

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

This div background color is #04863f


#04863f Border Color

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

This div border color is #04863f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,134,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 #04863f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04863f


Comments

No comments written yet.

Please login to write comment.