Color Hex Logo

#04654b Color Hex

#04654B
(4,101,75)
0 Favorites   0 Comments

Color spaces of #04654b

RGB 410175
HSL0.460.920.21
HSV164°96°40°
CMYK 0.960.000.26   0.60
XYZ5.97379.84128.2413
Yxy9.84120.24830.4091
Hunter Lab31.3707-20.90826.3836
CIE-Lab37.5559-32.04967.7368

#04654b color RGB value is (4,101,75).

#04654b hex color red value is 4, green value is 101 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #04654b hue: 0.46 , saturation: 0.92 and the lightness value of 04654b is 0.21.

The process color (four color CMYK) of #04654b color hex is 0.96, 0.00, 0.26, 0.60. Web safe color of #04654b is #006633. Color #04654b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100101 01001011
Octal 4 145 113
Decimal 4 101 75
Hex 4 65 4B

RGB Percentages of Color #04654b

%2.22
%56.11
%41.67

CMYK Percentages of Color #04654b

%96
%0
%26
%60

Triadic Colors of #04654b

#04654b #4b0465 #654b04

Analogous Colors of #04654b

#04654b #044e65 #04651b

Monochromatic Colors of #04654b

#04654b

Complementary Color

#04654b #65041e

#04654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04654b Color CSS Codes

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

#04654b Text Font Color

<p style="color:#04654b">Text here</p>

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


#04654b Background Color

<div style="background-color:#04654b">
Div content here</div>

This div background color is #04654b


#04654b Border Color

<div style="border:3px solid #04654b">
Div here</div>

This div border color is #04654b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,101,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04654b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04654b;
  -webkit-box-shadow: 1px 1px 3px 2px #04654b;
  box-shadow:         1px 1px 3px 2px #04654b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04654b


Comments

No comments written yet.

Please login to write comment.