Color Hex Logo

#04772f Color Hex

#04772F
(4,119,47)
0 Favorites   0 Comments

Color spaces of #04772f

RGB 411947
HSL0.400.930.24
HSV142°97°47°
CMYK 0.970.000.61   0.53
XYZ7.160013.42474.9032
Yxy13.42470.28090.5267
Hunter Lab36.6397-29.237717.7135
CIE-Lab43.3963-44.850631.2528

#04772f color RGB value is (4,119,47).

#04772f hex color red value is 4, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #04772f hue: 0.40 , saturation: 0.93 and the lightness value of 04772f is 0.24.

The process color (four color CMYK) of #04772f color hex is 0.97, 0.00, 0.61, 0.53. Web safe color of #04772f is #006633. Color #04772f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110111 00101111
Octal 4 167 57
Decimal 4 119 47
Hex 4 77 2F

RGB Percentages of Color #04772f

%2.35
%70.00
%27.65

CMYK Percentages of Color #04772f

%97
%0
%61
%53

Triadic Colors of #04772f

#04772f #2f0477 #772f04

Analogous Colors of #04772f

#04772f #047769 #137704

Monochromatic Colors of #04772f

#04772f

Complementary Color

#04772f #77044c

#04772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04772f Color CSS Codes

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

#04772f Text Font Color

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

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


#04772f Background Color

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

This div background color is #04772f


#04772f Border Color

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

This div border color is #04772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04772f


Comments

No comments written yet.

Please login to write comment.