Color Hex Logo

#35381b Color Hex

#35381B
(53,56,27)
0 Favorites   0 Comments

Color spaces of #35381b

RGB 535627
HSL0.180.350.16
HSV66°52°22°
CMYK 0.050.000.52   0.78
XYZ3.08023.66441.5819
Yxy3.66440.36990.4401
Hunter Lab19.1426-4.77758.5003
CIE-Lab22.5294-6.664517.6282

#35381b color RGB value is (53,56,27).

#35381b hex color red value is 53, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #35381b hue: 0.18 , saturation: 0.35 and the lightness value of 35381b is 0.16.

The process color (four color CMYK) of #35381b color hex is 0.05, 0.00, 0.52, 0.78. Web safe color of #35381b is #333333. Color #35381b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111000 00011011
Octal 65 70 33
Decimal 53 56 27
Hex 35 38 1B

RGB Percentages of Color #35381b

%38.97
%41.18
%19.85

CMYK Percentages of Color #35381b

%5
%0
%52
%78

Triadic Colors of #35381b

#35381b #1b3538 #381b35

Analogous Colors of #35381b

#35381b #27381b #382d1b

Monochromatic Colors of #35381b

#35381b

Complementary Color

#35381b #1e1b38

#35381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35381b Color CSS Codes

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

#35381b Text Font Color

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

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


#35381b Background Color

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

This div background color is #35381b


#35381b Border Color

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

This div border color is #35381b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,56,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 #35381b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35381b


Comments

No comments written yet.

Please login to write comment.