Color Hex Logo

#03581e Color Hex

#03581E
(3,88,30)
0 Favorites   0 Comments

Color spaces of #03581e

RGB 38830
HSL0.390.930.18
HSV139°97°35°
CMYK 0.970.000.66   0.65
XYZ3.76167.09252.3990
Yxy7.09250.28380.5352
Hunter Lab26.6317-21.393313.3014
CIE-Lab32.0166-36.576426.7185

#03581e color RGB value is (3,88,30).

#03581e hex color red value is 3, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #03581e hue: 0.39 , saturation: 0.93 and the lightness value of 03581e is 0.18.

The process color (four color CMYK) of #03581e color hex is 0.97, 0.00, 0.66, 0.65. Web safe color of #03581e is #006633. Color #03581e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011000 00011110
Octal 3 130 36
Decimal 3 88 30
Hex 3 58 1E

RGB Percentages of Color #03581e

%2.48
%72.73
%24.79

CMYK Percentages of Color #03581e

%97
%0
%66
%65

Triadic Colors of #03581e

#03581e #1e0358 #581e03

Analogous Colors of #03581e

#03581e #035849 #135803

Monochromatic Colors of #03581e

#03581e

Complementary Color

#03581e #58033d

#03581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03581e Color CSS Codes

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

#03581e Text Font Color

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

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


#03581e Background Color

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

This div background color is #03581e


#03581e Border Color

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

This div border color is #03581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03581e


Comments

No comments written yet.

Please login to write comment.