Color Hex Logo

#35183b Color Hex

#35183B
(53,24,59)
0 Favorites   0 Comments

Color spaces of #35183b

RGB 532459
HSL0.800.420.16
HSV290°59°23°
CMYK 0.100.590.00   0.77
XYZ2.58421.72594.3346
Yxy1.72590.29890.1996
Hunter Lab13.137412.1217-10.3663
CIE-Lab13.977621.1349-16.6049

#35183b color RGB value is (53,24,59).

#35183b hex color red value is 53, green value is 24 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #35183b hue: 0.80 , saturation: 0.42 and the lightness value of 35183b is 0.16.

The process color (four color CMYK) of #35183b color hex is 0.10, 0.59, 0.00, 0.77. Web safe color of #35183b is #330033. Color #35183b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 00111011
Octal 65 30 73
Decimal 53 24 59
Hex 35 18 3B

RGB Percentages of Color #35183b

%38.97
%17.65
%43.38

CMYK Percentages of Color #35183b

%10
%59
%0
%77

Triadic Colors of #35183b

#35183b #3b3518 #183b35

Analogous Colors of #35183b

#35183b #3b1830 #24183b

Monochromatic Colors of #35183b

#35183b

Complementary Color

#35183b #1e3b18

#35183b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35183b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35183b Color CSS Codes

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

#35183b Text Font Color

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

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


#35183b Background Color

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

This div background color is #35183b


#35183b Border Color

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

This div border color is #35183b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35183b


Comments

No comments written yet.

Please login to write comment.