Color Hex Logo

#38853a Color Hex

#38853A
(56,133,58)
0 Favorites   0 Comments

Color spaces of #38853a

RGB 5613358
HSL0.340.410.37
HSV122°58°52°
CMYK 0.580.000.56   0.48
XYZ10.782117.92136.8939
Yxy17.92130.30290.5034
Hunter Lab42.3336-28.620919.9783
CIE-Lab49.4005-39.856333.0461

#38853a color RGB value is (56,133,58).

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

The process color (four color CMYK) of #38853a color hex is 0.58, 0.00, 0.56, 0.48. Web safe color of #38853a is #339933. Color #38853a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 00111010
Octal 70 205 72
Decimal 56 133 58
Hex 38 85 3A

RGB Percentages of Color #38853a

%22.67
%53.85
%23.48

CMYK Percentages of Color #38853a

%58
%0
%56
%48

Triadic Colors of #38853a

#38853a #3a3885 #853a38

Analogous Colors of #38853a

#38853a #388561 #5d8538

Monochromatic Colors of #38853a

#38853a

Complementary Color

#38853a #853883

#38853a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38853a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38853a Color CSS Codes

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

#38853a Text Font Color

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

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


#38853a Background Color

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

This div background color is #38853a


#38853a Border Color

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

This div border color is #38853a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38853a


Comments

No comments written yet.

Please login to write comment.