Color spaces of #035247
RGB | 3 | 82 | 71 |
---|---|---|---|
HSL | 0.48 | 0.93 | 0.17 |
HSV | 172° | 96° | 32° |
CMYK | 0.96 | 0.00 | 0.13 0.68 |
XYZ | 4.1922 | 6.5089 | 6.9966 |
Yxy | 6.5089 | 0.2369 | 0.3678 |
Hunter Lab | 25.5125 | -15.3160 | 1.5990 |
CIE-Lab | 30.6617 | -24.4681 | 0.3439 |
#035247 color RGB value is (3,82,71).
#035247 hex color red value is 3, green value is 82 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #035247 hue: 0.48 , saturation: 0.93 and the lightness value of 035247 is 0.17.
The process color (four color CMYK) of #035247 color hex is 0.96, 0.00, 0.13, 0.68. Web safe color of #035247 is #006633. Color #035247 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 01010010 | 01000111 |
Octal | 3 | 122 | 107 |
Decimal | 3 | 82 | 71 |
Hex | 3 | 52 | 47 |
Shades of #035247
Tints of #035247
RGB Percentages of Color #035247
CMYK Percentages of Color #035247
Complementary Color
#035247 | #52030e |
#035247 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#035247 Color Preview on White Background
Lorem ipsum dolor sit amet.
#035247 Color CSS Codes
.mybgcolor {background-color:#035247; } .myforecolor {color:#035247; } .mybordercolor {border:3px solid #035247; }
#035247 Text Font Color
<p style="color:#035247">Text here</p>
This sample text font color is #035247
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.
#035247 Background Color
<div style="background-color:#035247">
Div content here</div>
This div background color is #035247
#035247 Border Color
<div style="border:3px solid #035247">
Div here</div>
This div border color is #035247
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,82,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #035247; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #035247; -webkit-box-shadow: 1px 1px 3px 2px #035247; box-shadow: 1px 1px 3px 2px #035247; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,82,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #035247">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #035247; -webkit-box-shadow: 1px 1px 3px 2px #035247; box-shadow: 1px 1px 3px 2px #035247;">
Div content here</div>
This div box has shadow with color #035247
Comments
No comments written yet.
Please login to write comment.