Color Hex Logo

#04752f Color Hex

#04752F
(4,117,47)
0 Favorites   0 Comments

Color spaces of #04752f

RGB 411747
HSL0.400.930.24
HSV143°97°46°
CMYK 0.970.000.60   0.54
XYZ6.924412.95364.8247
Yxy12.95360.28030.5244
Hunter Lab35.9911-28.642517.2458
CIE-Lab42.6932-44.162130.4224

#04752f color RGB value is (4,117,47).

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

The process color (four color CMYK) of #04752f color hex is 0.97, 0.00, 0.60, 0.54. Web safe color of #04752f is #006633. Color #04752f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110101 00101111
Octal 4 165 57
Decimal 4 117 47
Hex 4 75 2F

RGB Percentages of Color #04752f

%2.38
%69.64
%27.98

CMYK Percentages of Color #04752f

%97
%0
%60
%54

Triadic Colors of #04752f

#04752f #2f0475 #752f04

Analogous Colors of #04752f

#04752f #047568 #127504

Monochromatic Colors of #04752f

#04752f

Complementary Color

#04752f #75044a

#04752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04752f Color CSS Codes

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

#04752f Text Font Color

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

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


#04752f Background Color

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

This div background color is #04752f


#04752f Border Color

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

This div border color is #04752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04752f


Comments

No comments written yet.

Please login to write comment.