Color Hex Logo

#384335 Color Hex

#384335
(56,67,53)
0 Favorites   0 Comments

Color spaces of #384335

RGB 566753
HSL0.300.120.24
HSV107°21°26°
CMYK 0.160.000.21   0.74
XYZ4.28065.11214.1293
Yxy5.11210.31660.3781
Hunter Lab22.6100-5.77314.9987
CIE-Lab27.0518-7.67517.0324

#384335 color RGB value is (56,67,53).

#384335 hex color red value is 56, green value is 67 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #384335 hue: 0.30 , saturation: 0.12 and the lightness value of 384335 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 00110101
Octal 70 103 65
Decimal 56 67 53
Hex 38 43 35

RGB Percentages of Color #384335

%31.82
%38.07
%30.11

CMYK Percentages of Color #384335

%16
%0
%21
%74

Triadic Colors of #384335

#384335 #353843 #433538

Analogous Colors of #384335

#384335 #354339 #3f4335

Monochromatic Colors of #384335

#384335

Complementary Color

#384335 #403543

#384335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384335 Color CSS Codes

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

#384335 Text Font Color

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

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


#384335 Background Color

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

This div background color is #384335


#384335 Border Color

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

This div border color is #384335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384335


Comments

No comments written yet.

Please login to write comment.