Color Hex Logo

#03763b Color Hex

#03763B
(3,118,59)
0 Favorites   0 Comments

Color spaces of #03763b

RGB 311859
HSL0.410.950.24
HSV149°97°46°
CMYK 0.970.000.50   0.54
XYZ7.305413.29206.3182
Yxy13.29200.27140.4938
Hunter Lab36.4582-28.034515.2458
CIE-Lab43.2000-42.584424.6392

#03763b color RGB value is (3,118,59).

#03763b hex color red value is 3, green value is 118 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #03763b hue: 0.41 , saturation: 0.95 and the lightness value of 03763b is 0.24.

The process color (four color CMYK) of #03763b color hex is 0.97, 0.00, 0.50, 0.54. Web safe color of #03763b is #006633. Color #03763b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110110 00111011
Octal 3 166 73
Decimal 3 118 59
Hex 3 76 3B

RGB Percentages of Color #03763b

%1.67
%65.56
%32.78

CMYK Percentages of Color #03763b

%97
%0
%50
%54

Triadic Colors of #03763b

#03763b #3b0376 #763b03

Analogous Colors of #03763b

#03763b #037675 #047603

Monochromatic Colors of #03763b

#03763b

Complementary Color

#03763b #76033e

#03763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03763b Color CSS Codes

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

#03763b Text Font Color

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

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


#03763b Background Color

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

This div background color is #03763b


#03763b Border Color

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

This div border color is #03763b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,118,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 #03763b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03763b


Comments

No comments written yet.

Please login to write comment.