Color Hex Logo

#38653a Color Hex

#38653A
(56,101,58)
0 Favorites   0 Comments

Color spaces of #38653a

RGB 5610158
HSL0.340.290.31
HSV123°45°40°
CMYK 0.450.000.43   0.60
XYZ7.048310.45365.6493
Yxy10.45360.30440.4515
Hunter Lab32.3320-17.668512.2728
CIE-Lab38.6445-25.472519.6200

#38653a color RGB value is (56,101,58).

#38653a hex color red value is 56, green value is 101 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #38653a hue: 0.34 , saturation: 0.29 and the lightness value of 38653a is 0.31.

The process color (four color CMYK) of #38653a color hex is 0.45, 0.00, 0.43, 0.60. Web safe color of #38653a is #336633. Color #38653a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 00111010
Octal 70 145 72
Decimal 56 101 58
Hex 38 65 3A

RGB Percentages of Color #38653a

%26.05
%46.98
%26.98

CMYK Percentages of Color #38653a

%45
%0
%43
%60

Triadic Colors of #38653a

#38653a #3a3865 #653a38

Analogous Colors of #38653a

#38653a #386551 #4d6538

Monochromatic Colors of #38653a

#38653a

Complementary Color

#38653a #653863

#38653a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38653a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38653a Color CSS Codes

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

#38653a Text Font Color

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

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


#38653a Background Color

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

This div background color is #38653a


#38653a Border Color

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

This div border color is #38653a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,101,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38653a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38653a;
  -webkit-box-shadow: 1px 1px 3px 2px #38653a;
  box-shadow:         1px 1px 3px 2px #38653a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38653a


Comments

No comments written yet.

Please login to write comment.