Color Hex Logo

#35431c Color Hex

#35431C
(53,67,28)
0 Favorites   0 Comments

Color spaces of #35431c

RGB 536728
HSL0.230.410.19
HSV82°58°26°
CMYK 0.210.000.58   0.74
XYZ3.68504.85501.8415
Yxy4.85500.35500.4677
Hunter Lab22.0341-8.707110.4687
CIE-Lab26.3176-13.176421.6240

#35431c color RGB value is (53,67,28).

#35431c hex color red value is 53, green value is 67 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #35431c hue: 0.23 , saturation: 0.41 and the lightness value of 35431c is 0.19.

The process color (four color CMYK) of #35431c color hex is 0.21, 0.00, 0.58, 0.74. Web safe color of #35431c is #333333. Color #35431c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 00011100
Octal 65 103 34
Decimal 53 67 28
Hex 35 43 1C

RGB Percentages of Color #35431c

%35.81
%45.27
%18.92

CMYK Percentages of Color #35431c

%21
%0
%58
%74

Triadic Colors of #35431c

#35431c #1c3543 #431c35

Analogous Colors of #35431c

#35431c #22431c #433e1c

Monochromatic Colors of #35431c

#35431c

Complementary Color

#35431c #2a1c43

#35431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35431c Color CSS Codes

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

#35431c Text Font Color

<p style="color:#35431c">Text here</p>

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


#35431c Background Color

<div style="background-color:#35431c">
Div content here</div>

This div background color is #35431c


#35431c Border Color

<div style="border:3px solid #35431c">
Div here</div>

This div border color is #35431c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,67,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35431c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35431c;
  -webkit-box-shadow: 1px 1px 3px 2px #35431c;
  box-shadow:         1px 1px 3px 2px #35431c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35431c


Comments

No comments written yet.

Please login to write comment.