Color Hex Logo

#03851b Color Hex

#03851B
(3,133,27)
0 Favorites   0 Comments

Color spaces of #03851b

RGB 313327
HSL0.360.960.27
HSV131°98°52°
CMYK 0.980.000.80   0.48
XYZ8.622916.87353.8394
Yxy16.87350.29390.5752
Hunter Lab41.0774-34.414923.2125
CIE-Lab48.1002-51.626044.9337

#03851b color RGB value is (3,133,27).

#03851b hex color red value is 3, green value is 133 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #03851b hue: 0.36 , saturation: 0.96 and the lightness value of 03851b is 0.27.

The process color (four color CMYK) of #03851b color hex is 0.98, 0.00, 0.80, 0.48. Web safe color of #03851b is #009933. Color #03851b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000101 00011011
Octal 3 205 33
Decimal 3 133 27
Hex 3 85 1B

RGB Percentages of Color #03851b

%1.84
%81.60
%16.56

CMYK Percentages of Color #03851b

%98
%0
%80
%48

Triadic Colors of #03851b

#03851b #1b0385 #851b03

Analogous Colors of #03851b

#03851b #03855c #2c8503

Monochromatic Colors of #03851b

#03851b

Complementary Color

#03851b #85036d

#03851b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03851b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03851b Color CSS Codes

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

#03851b Text Font Color

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

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


#03851b Background Color

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

This div background color is #03851b


#03851b Border Color

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

This div border color is #03851b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03851b


Comments

No comments written yet.

Please login to write comment.