Color Hex Logo

#04684d Color Hex

#04684D
(4,104,77)
0 Favorites   0 Comments

Color spaces of #04684d

RGB 410477
HSL0.460.930.21
HSV164°96°41°
CMYK 0.960.000.26   0.59
XYZ6.339910.46238.7064
Yxy10.46230.24850.4101
Hunter Lab32.3455-21.61766.6828
CIE-Lab38.6597-32.82548.0774

#04684d color RGB value is (4,104,77).

#04684d hex color red value is 4, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #04684d hue: 0.46 , saturation: 0.93 and the lightness value of 04684d is 0.21.

The process color (four color CMYK) of #04684d color hex is 0.96, 0.00, 0.26, 0.59. Web safe color of #04684d is #006666. Color #04684d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 01001101
Octal 4 150 115
Decimal 4 104 77
Hex 4 68 4D

RGB Percentages of Color #04684d

%2.16
%56.22
%41.62

CMYK Percentages of Color #04684d

%96
%0
%26
%59

Triadic Colors of #04684d

#04684d #4d0468 #684d04

Analogous Colors of #04684d

#04684d #045168 #04681b

Monochromatic Colors of #04684d

#04684d

Complementary Color

#04684d #68041f

#04684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04684d Color CSS Codes

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

#04684d Text Font Color

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

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


#04684d Background Color

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

This div background color is #04684d


#04684d Border Color

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

This div border color is #04684d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,104,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04684d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04684d;
  -webkit-box-shadow: 1px 1px 3px 2px #04684d;
  box-shadow:         1px 1px 3px 2px #04684d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04684d


Comments

No comments written yet.

Please login to write comment.