Color Hex Logo

#35071b Color Hex

#35071B
(53,7,27)
0 Favorites   0 Comments

Color spaces of #35071b

RGB 53727
HSL0.930.770.12
HSV334°87°21°
CMYK 0.000.870.49   0.79
XYZ1.74200.98801.1358
Yxy0.98800.45060.2556
Hunter Lab9.939813.88830.1829
CIE-Lab8.891124.5386-0.7839

#35071b color RGB value is (53,7,27).

#35071b hex color red value is 53, green value is 7 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #35071b hue: 0.93 , saturation: 0.77 and the lightness value of 35071b is 0.12.

The process color (four color CMYK) of #35071b color hex is 0.00, 0.87, 0.49, 0.79. Web safe color of #35071b is #330033. Color #35071b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000111 00011011
Octal 65 7 33
Decimal 53 7 27
Hex 35 7 1B

RGB Percentages of Color #35071b

%60.92
%8.05
%31.03

CMYK Percentages of Color #35071b

%0
%87
%49
%79

Triadic Colors of #35071b

#35071b #1b3507 #071b35

Analogous Colors of #35071b

#35071b #350a07 #350732

Monochromatic Colors of #35071b

#35071b

Complementary Color

#35071b #073521

#35071b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35071b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35071b Color CSS Codes

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

#35071b Text Font Color

<p style="color:#35071b">Text here</p>

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


#35071b Background Color

<div style="background-color:#35071b">
Div content here</div>

This div background color is #35071b


#35071b Border Color

<div style="border:3px solid #35071b">
Div here</div>

This div border color is #35071b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,7,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35071b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35071b;
  -webkit-box-shadow: 1px 1px 3px 2px #35071b;
  box-shadow:         1px 1px 3px 2px #35071b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35071b


Comments

No comments written yet.

Please login to write comment.