Color Hex Logo

#04352e Color Hex

#04352E
(4,53,46)
0 Favorites   0 Comments

Color spaces of #04352e

RGB 45346
HSL0.480.860.11
HSV171°92°21°
CMYK 0.920.000.13   0.79
XYZ1.81632.76933.0236
Yxy2.76930.23870.3639
Hunter Lab16.6412-9.63980.8762
CIE-Lab19.0952-17.5966-0.0555

#04352e color RGB value is (4,53,46).

#04352e hex color red value is 4, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #04352e hue: 0.48 , saturation: 0.86 and the lightness value of 04352e is 0.11.

The process color (four color CMYK) of #04352e color hex is 0.92, 0.00, 0.13, 0.79. Web safe color of #04352e is #003333. Color #04352e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110101 00101110
Octal 4 65 56
Decimal 4 53 46
Hex 4 35 2E

RGB Percentages of Color #04352e

%3.88
%51.46
%44.66

CMYK Percentages of Color #04352e

%92
%0
%13
%79

Triadic Colors of #04352e

#04352e #2e0435 #352e04

Analogous Colors of #04352e

#04352e #042435 #043516

Monochromatic Colors of #04352e

#04352e

Complementary Color

#04352e #35040b

#04352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04352e Color CSS Codes

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

#04352e Text Font Color

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

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


#04352e Background Color

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

This div background color is #04352e


#04352e Border Color

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

This div border color is #04352e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04352e


Comments

No comments written yet.

Please login to write comment.