Color Hex Logo

#35080d Color Hex

#35080D
(53,8,13)
0 Favorites   0 Comments

Color spaces of #35080d

RGB 53813
HSL0.980.740.12
HSV353°85°21°
CMYK 0.000.850.75   0.79
XYZ1.62770.95960.4802
Yxy0.95960.53060.3128
Hunter Lab9.795912.51693.9507
CIE-Lab8.650322.62798.0457

#35080d color RGB value is (53,8,13).

#35080d hex color red value is 53, green value is 8 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35080d hue: 0.98 , saturation: 0.74 and the lightness value of 35080d is 0.12.

The process color (four color CMYK) of #35080d color hex is 0.00, 0.85, 0.75, 0.79. Web safe color of #35080d is #330000. Color #35080d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 00001101
Octal 65 10 15
Decimal 53 8 13
Hex 35 8 D

RGB Percentages of Color #35080d

%71.62
%10.81
%17.57

CMYK Percentages of Color #35080d

%0
%85
%75
%79

Triadic Colors of #35080d

#35080d #0d3508 #080d35

Analogous Colors of #35080d

#35080d #351a08 #350824

Monochromatic Colors of #35080d

#35080d

Complementary Color

#35080d #083530

#35080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35080d Color CSS Codes

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

#35080d Text Font Color

<p style="color:#35080d">Text here</p>

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


#35080d Background Color

<div style="background-color:#35080d">
Div content here</div>

This div background color is #35080d


#35080d Border Color

<div style="border:3px solid #35080d">
Div here</div>

This div border color is #35080d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,8,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35080d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35080d;
  -webkit-box-shadow: 1px 1px 3px 2px #35080d;
  box-shadow:         1px 1px 3px 2px #35080d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,8,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35080d


Comments

No comments written yet.

Please login to write comment.