Color Hex Logo

#35362b Color Hex

#35362B
(53,54,43)
0 Favorites   0 Comments

Color spaces of #35362b

RGB 535443
HSL0.180.110.19
HSV65°20°21°
CMYK 0.020.000.20   0.79
XYZ3.22343.56962.8046
Yxy3.56960.33590.3719
Hunter Lab18.8934-2.60954.4242
CIE-Lab22.1942-2.78686.7867

#35362b color RGB value is (53,54,43).

#35362b hex color red value is 53, green value is 54 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #35362b hue: 0.18 , saturation: 0.11 and the lightness value of 35362b is 0.19.

The process color (four color CMYK) of #35362b color hex is 0.02, 0.00, 0.20, 0.79. Web safe color of #35362b is #333333. Color #35362b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 00101011
Octal 65 66 53
Decimal 53 54 43
Hex 35 36 2B

RGB Percentages of Color #35362b

%35.33
%36.00
%28.67

CMYK Percentages of Color #35362b

%2
%0
%20
%79

Triadic Colors of #35362b

#35362b #2b3536 #362b35

Analogous Colors of #35362b

#35362b #30362b #36322b

Monochromatic Colors of #35362b

#35362b

Complementary Color

#35362b #2c2b36

#35362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35362b Color CSS Codes

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

#35362b Text Font Color

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

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


#35362b Background Color

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

This div background color is #35362b


#35362b Border Color

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

This div border color is #35362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35362b

#35362b Color Palettes


Comments

No comments written yet.

Please login to write comment.