Color Hex Logo

#03480b Color Hex

#03480B
(3,72,11)
0 Favorites   0 Comments

Color spaces of #03480b

RGB 37211
HSL0.350.920.15
HSV127°96°28°
CMYK 0.960.000.85   0.72
XYZ2.41534.67831.0923
Yxy4.67830.29510.5715
Hunter Lab21.6294-17.918812.1464
CIE-Lab25.7979-33.164228.9309

#03480b color RGB value is (3,72,11).

#03480b hex color red value is 3, green value is 72 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #03480b hue: 0.35 , saturation: 0.92 and the lightness value of 03480b is 0.15.

The process color (four color CMYK) of #03480b color hex is 0.96, 0.00, 0.85, 0.72. Web safe color of #03480b is #003300. Color #03480b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001000 00001011
Octal 3 110 13
Decimal 3 72 11
Hex 3 48 B

RGB Percentages of Color #03480b

%3.49
%83.72
%12.79

CMYK Percentages of Color #03480b

%96
%0
%85
%72

Triadic Colors of #03480b

#03480b #0b0348 #480b03

Analogous Colors of #03480b

#03480b #03482e #1e4803

Monochromatic Colors of #03480b

#03480b

Complementary Color

#03480b #480340

#03480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03480b Color CSS Codes

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

#03480b Text Font Color

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

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


#03480b Background Color

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

This div background color is #03480b


#03480b Border Color

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

This div border color is #03480b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03480b


Comments

No comments written yet.

Please login to write comment.