Color Hex Logo

#03583b Color Hex

#03583B
(3,88,59)
0 Favorites   0 Comments

Color spaces of #03583b

RGB 38859
HSL0.440.930.18
HSV160°97°35°
CMYK 0.970.000.33   0.65
XYZ4.31677.31465.3220
Yxy7.31460.25460.4315
Hunter Lab27.0455-18.83957.2648
CIE-Lab32.5126-30.714510.5171

#03583b color RGB value is (3,88,59).

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

The process color (four color CMYK) of #03583b color hex is 0.97, 0.00, 0.33, 0.65. Web safe color of #03583b is #006633. Color #03583b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011000 00111011
Octal 3 130 73
Decimal 3 88 59
Hex 3 58 3B

RGB Percentages of Color #03583b

%2.00
%58.67
%39.33

CMYK Percentages of Color #03583b

%97
%0
%33
%65

Triadic Colors of #03583b

#03583b #3b0358 #583b03

Analogous Colors of #03583b

#03583b #034b58 #035811

Monochromatic Colors of #03583b

#03583b

Complementary Color

#03583b #580320

#03583b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03583b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03583b Color CSS Codes

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

#03583b Text Font Color

<p style="color:#03583b">Text here</p>

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


#03583b Background Color

<div style="background-color:#03583b">
Div content here</div>

This div background color is #03583b


#03583b Border Color

<div style="border:3px solid #03583b">
Div here</div>

This div border color is #03583b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03583b


Comments

No comments written yet.

Please login to write comment.