Color spaces of #373130
RGB | 55 | 49 | 48 |
---|---|---|---|
HSL | 0.02 | 0.07 | 0.20 |
HSV | 9° | 13° | 22° |
CMYK | 0.00 | 0.11 | 0.13 0.78 |
XYZ | 3.2074 | 3.2223 | 3.2492 |
Yxy | 3.2223 | 0.3314 | 0.3329 |
Hunter Lab | 17.9508 | 0.4801 | 1.8337 |
CIE-Lab | 20.9131 | 2.4673 | 1.6084 |
#373130 color RGB value is (55,49,48).
#373130 hex color red value is 55, green value is 49 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #373130 hue: 0.02 , saturation: 0.07 and the lightness value of 373130 is 0.20.
The process color (four color CMYK) of #373130 color hex is 0.00, 0.11, 0.13, 0.78. Web safe color of #373130 is #333333. Color #373130 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00110001 | 00110000 |
Octal | 67 | 61 | 60 |
Decimal | 55 | 49 | 48 |
Hex | 37 | 31 | 30 |
Shades of #373130
Tints of #373130
RGB Percentages of Color #373130
CMYK Percentages of Color #373130
Complementary Color
#373130 | #303637 |
#373130 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#373130 Color Preview on White Background
Lorem ipsum dolor sit amet.
#373130 Color CSS Codes
.mybgcolor {background-color:#373130; } .myforecolor {color:#373130; } .mybordercolor {border:3px solid #373130; }
#373130 Text Font Color
<p style="color:#373130">Text here</p>
This sample text font color is #373130
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.
#373130 Background Color
<div style="background-color:#373130">
Div content here</div>
This div background color is #373130
#373130 Border Color
<div style="border:3px solid #373130">
Div here</div>
This div border color is #373130
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,49,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #373130; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #373130; -webkit-box-shadow: 1px 1px 3px 2px #373130; box-shadow: 1px 1px 3px 2px #373130; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,49,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #373130">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #373130; -webkit-box-shadow: 1px 1px 3px 2px #373130; box-shadow: 1px 1px 3px 2px #373130;">
Div content here</div>
This div box has shadow with color #373130
Comments
No comments written yet.
Please login to write comment.