Color Hex Logo

#04675e Color Hex

#04675E
(4,103,94)
0 Favorites   0 Comments

Color spaces of #04675e

RGB 410394
HSL0.480.930.21
HSV175°96°40°
CMYK 0.960.000.09   0.60
XYZ6.920710.534512.2583
Yxy10.53450.23290.3545
Hunter Lab32.4569-18.73850.3272
CIE-Lab38.7851-27.3540-2.1154

#04675e color RGB value is (4,103,94).

#04675e hex color red value is 4, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #04675e hue: 0.48 , saturation: 0.93 and the lightness value of 04675e is 0.21.

The process color (four color CMYK) of #04675e color hex is 0.96, 0.00, 0.09, 0.60. Web safe color of #04675e is #006666. Color #04675e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100111 01011110
Octal 4 147 136
Decimal 4 103 94
Hex 4 67 5E

RGB Percentages of Color #04675e

%1.99
%51.24
%46.77

CMYK Percentages of Color #04675e

%96
%0
%9
%60

Triadic Colors of #04675e

#04675e #5e0467 #675e04

Analogous Colors of #04675e

#04675e #043f67 #04672d

Monochromatic Colors of #04675e

#04675e

Complementary Color

#04675e #67040d

#04675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04675e Color CSS Codes

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

#04675e Text Font Color

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

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


#04675e Background Color

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

This div background color is #04675e


#04675e Border Color

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

This div border color is #04675e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,103,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04675e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04675e;
  -webkit-box-shadow: 1px 1px 3px 2px #04675e;
  box-shadow:         1px 1px 3px 2px #04675e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04675e


Comments

No comments written yet.

Please login to write comment.