Color Hex Logo

#03674b Color Hex

#03674B
(3,103,75)
0 Favorites   0 Comments

Color spaces of #03674b

RGB 310375
HSL0.450.940.21
HSV163°97°40°
CMYK 0.970.000.27   0.60
XYZ6.157810.22798.3062
Yxy10.22790.24940.4142
Hunter Lab31.9811-21.59766.9878
CIE-Lab38.2484-33.01298.7093

#03674b color RGB value is (3,103,75).

#03674b hex color red value is 3, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #03674b hue: 0.45 , saturation: 0.94 and the lightness value of 03674b is 0.21.

The process color (four color CMYK) of #03674b color hex is 0.97, 0.00, 0.27, 0.60. Web safe color of #03674b is #006633. Color #03674b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100111 01001011
Octal 3 147 113
Decimal 3 103 75
Hex 3 67 4B

RGB Percentages of Color #03674b

%1.66
%56.91
%41.44

CMYK Percentages of Color #03674b

%97
%0
%27
%60

Triadic Colors of #03674b

#03674b #4b0367 #674b03

Analogous Colors of #03674b

#03674b #035167 #036719

Monochromatic Colors of #03674b

#03674b

Complementary Color

#03674b #67031f

#03674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03674b Color CSS Codes

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

#03674b Text Font Color

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

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


#03674b Background Color

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

This div background color is #03674b


#03674b Border Color

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

This div border color is #03674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03674b

#03674b Color Palettes


Comments

No comments written yet.

Please login to write comment.