Color Hex Logo

#354838 Color Hex

#354838
(53,72,56)
0 Favorites   0 Comments

Color spaces of #354838

RGB 537256
HSL0.360.150.25
HSV129°26°28°
CMYK 0.260.000.22   0.72
XYZ4.49945.67714.6000
Yxy5.67710.30450.3842
Hunter Lab23.8267-7.98895.2321
CIE-Lab28.5827-11.29337.2102

#354838 color RGB value is (53,72,56).

#354838 hex color red value is 53, green value is 72 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #354838 hue: 0.36 , saturation: 0.15 and the lightness value of 354838 is 0.25.

The process color (four color CMYK) of #354838 color hex is 0.26, 0.00, 0.22, 0.72. Web safe color of #354838 is #333333. Color #354838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001000 00111000
Octal 65 110 70
Decimal 53 72 56
Hex 35 48 38

RGB Percentages of Color #354838

%29.28
%39.78
%30.94

CMYK Percentages of Color #354838

%26
%0
%22
%72

Triadic Colors of #354838

#354838 #383548 #483835

Analogous Colors of #354838

#354838 #354842 #3c4835

Monochromatic Colors of #354838

#354838

Complementary Color

#354838 #483545

#354838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354838 Color CSS Codes

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

#354838 Text Font Color

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

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


#354838 Background Color

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

This div background color is #354838


#354838 Border Color

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

This div border color is #354838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354838


Comments

No comments written yet.

Please login to write comment.