Color Hex Logo

#03461d Color Hex

#03461D
(3,70,29)
0 Favorites   0 Comments

Color spaces of #03461d

RGB 37029
HSL0.400.920.14
HSV143°96°27°
CMYK 0.960.000.59   0.73
XYZ2.44954.48841.8996
Yxy4.48840.27720.5079
Hunter Lab21.1858-16.43719.5139
CIE-Lab25.2245-30.002219.2050

#03461d color RGB value is (3,70,29).

#03461d hex color red value is 3, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #03461d hue: 0.40 , saturation: 0.92 and the lightness value of 03461d is 0.14.

The process color (four color CMYK) of #03461d color hex is 0.96, 0.00, 0.59, 0.73. Web safe color of #03461d is #003333. Color #03461d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000110 00011101
Octal 3 106 35
Decimal 3 70 29
Hex 3 46 1D

RGB Percentages of Color #03461d

%2.94
%68.63
%28.43

CMYK Percentages of Color #03461d

%96
%0
%59
%73

Triadic Colors of #03461d

#03461d #1d0346 #461d03

Analogous Colors of #03461d

#03461d #03463f #0b4603

Monochromatic Colors of #03461d

#03461d

Complementary Color

#03461d #46032c

#03461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03461d Color CSS Codes

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

#03461d Text Font Color

<p style="color:#03461d">Text here</p>

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


#03461d Background Color

<div style="background-color:#03461d">
Div content here</div>

This div background color is #03461d


#03461d Border Color

<div style="border:3px solid #03461d">
Div here</div>

This div border color is #03461d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,70,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03461d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03461d;
  -webkit-box-shadow: 1px 1px 3px 2px #03461d;
  box-shadow:         1px 1px 3px 2px #03461d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03461d


Comments

No comments written yet.

Please login to write comment.