Color spaces of #03803e
RGB | 3 | 128 | 62 |
---|---|---|---|
HSL | 0.41 | 0.95 | 0.26 |
HSV | 148° | 98° | 50° |
CMYK | 0.98 | 0.00 | 0.52 0.50 |
XYZ | 8.6262 | 15.8055 | 7.1535 |
Yxy | 15.8055 | 0.2731 | 0.5004 |
Hunter Lab | 39.7561 | -30.8427 | 17.1610 |
CIE-Lab | 46.7183 | -45.6405 | 27.4332 |
#03803e color RGB value is (3,128,62).
#03803e hex color red value is 3, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #03803e hue: 0.41 , saturation: 0.95 and the lightness value of 03803e is 0.26.
The process color (four color CMYK) of #03803e color hex is 0.98, 0.00, 0.52, 0.50. Web safe color of #03803e is #009933. Color #03803e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10000000 | 00111110 |
Octal | 3 | 200 | 76 |
Decimal | 3 | 128 | 62 |
Hex | 3 | 80 | 3E |
Shades of #03803e
Tints of #03803e
RGB Percentages of Color #03803e
CMYK Percentages of Color #03803e
Complementary Color
#03803e | #800345 |
#03803e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03803e Color Preview on White Background
Lorem ipsum dolor sit amet.
#03803e Color CSS Codes
.mybgcolor {background-color:#03803e; } .myforecolor {color:#03803e; } .mybordercolor {border:3px solid #03803e; }
#03803e Text Font Color
<p style="color:#03803e">Text here</p>
This sample text font color is #03803e
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.
#03803e Background Color
<div style="background-color:#03803e">
Div content here</div>
This div background color is #03803e
#03803e Border Color
<div style="border:3px solid #03803e">
Div here</div>
This div border color is #03803e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,128,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03803e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03803e; -webkit-box-shadow: 1px 1px 3px 2px #03803e; box-shadow: 1px 1px 3px 2px #03803e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,128,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03803e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03803e; -webkit-box-shadow: 1px 1px 3px 2px #03803e; box-shadow: 1px 1px 3px 2px #03803e;">
Div content here</div>
This div box has shadow with color #03803e
Comments
No comments written yet.
Please login to write comment.