Color Hex Logo

#35273d Color Hex

#35273D
(53,39,61)
0 Favorites   0 Comments

Color spaces of #35273d

RGB 533961
HSL0.770.220.20
HSV278°36°24°
CMYK 0.130.360.00   0.76
XYZ3.03602.54484.7461
Yxy2.54480.29400.2464
Hunter Lab15.95246.0546-6.4730
CIE-Lab18.120011.5753-11.5588

#35273d color RGB value is (53,39,61).

#35273d hex color red value is 53, green value is 39 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #35273d hue: 0.77 , saturation: 0.22 and the lightness value of 35273d is 0.20.

The process color (four color CMYK) of #35273d color hex is 0.13, 0.36, 0.00, 0.76. Web safe color of #35273d is #333333. Color #35273d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 00111101
Octal 65 47 75
Decimal 53 39 61
Hex 35 27 3D

RGB Percentages of Color #35273d

%34.64
%25.49
%39.87

CMYK Percentages of Color #35273d

%13
%36
%0
%76

Triadic Colors of #35273d

#35273d #3d3527 #273d35

Analogous Colors of #35273d

#35273d #3d273a #2a273d

Monochromatic Colors of #35273d

#35273d

Complementary Color

#35273d #2f3d27

#35273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35273d Color CSS Codes

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

#35273d Text Font Color

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

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


#35273d Background Color

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

This div background color is #35273d


#35273d Border Color

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

This div border color is #35273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35273d


Comments

No comments written yet.

Please login to write comment.