Color spaces of #3d483a
RGB | 61 | 72 | 58 |
---|---|---|---|
HSL | 0.30 | 0.11 | 0.25 |
HSV | 107° | 19° | 28° |
CMYK | 0.15 | 0.00 | 0.19 0.72 |
XYZ | 5.0056 | 5.9323 | 4.8842 |
Yxy | 5.9323 | 0.3164 | 0.3749 |
Hunter Lab | 24.3563 | -5.9390 | 5.1599 |
CIE-Lab | 29.2410 | -7.5873 | 6.9391 |
#3d483a color RGB value is (61,72,58).
#3d483a hex color red value is 61, green value is 72 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3d483a hue: 0.30 , saturation: 0.11 and the lightness value of 3d483a is 0.25.
The process color (four color CMYK) of #3d483a color hex is 0.15, 0.00, 0.19, 0.72. Web safe color of #3d483a is #333333. Color #3d483a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 01001000 | 00111010 |
Octal | 75 | 110 | 72 |
Decimal | 61 | 72 | 58 |
Hex | 3D | 48 | 3A |
Shades of #3d483a
Tints of #3d483a
RGB Percentages of Color #3d483a
CMYK Percentages of Color #3d483a
Complementary Color
#3d483a | #453a48 |
#3d483a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3d483a Color Preview on White Background
Lorem ipsum dolor sit amet.
#3d483a Color CSS Codes
.mybgcolor {background-color:#3d483a; } .myforecolor {color:#3d483a; } .mybordercolor {border:3px solid #3d483a; }
#3d483a Text Font Color
<p style="color:#3d483a">Text here</p>
This sample text font color is #3d483a
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.
#3d483a Background Color
<div style="background-color:#3d483a">
Div content here</div>
This div background color is #3d483a
#3d483a Border Color
<div style="border:3px solid #3d483a">
Div here</div>
This div border color is #3d483a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,72,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3d483a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3d483a; -webkit-box-shadow: 1px 1px 3px 2px #3d483a; box-shadow: 1px 1px 3px 2px #3d483a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,72,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3d483a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3d483a; -webkit-box-shadow: 1px 1px 3px 2px #3d483a; box-shadow: 1px 1px 3px 2px #3d483a;">
Div content here</div>
This div box has shadow with color #3d483a
Comments
No comments written yet.
Please login to write comment.