Color Hex Logo

#38834d Color Hex

#38834D
(56,131,77)
0 Favorites   0 Comments

Color spaces of #38834d

RGB 5613177
HSL0.380.400.37
HSV137°57°51°
CMYK 0.570.000.41   0.49
XYZ11.086717.60929.8358
Yxy17.60920.28770.4570
Hunter Lab41.9633-26.276115.4773
CIE-Lab49.0186-35.952122.3624

#38834d color RGB value is (56,131,77).

#38834d hex color red value is 56, green value is 131 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38834d hue: 0.38 , saturation: 0.40 and the lightness value of 38834d is 0.37.

The process color (four color CMYK) of #38834d color hex is 0.57, 0.00, 0.41, 0.49. Web safe color of #38834d is #339966. Color #38834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 01001101
Octal 70 203 115
Decimal 56 131 77
Hex 38 83 4D

RGB Percentages of Color #38834d

%21.21
%49.62
%29.17

CMYK Percentages of Color #38834d

%57
%0
%41
%49

Triadic Colors of #38834d

#38834d #4d3883 #834d38

Analogous Colors of #38834d

#38834d #388373 #498338

Monochromatic Colors of #38834d

#38834d

Complementary Color

#38834d #83386e

#38834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38834d Color CSS Codes

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

#38834d Text Font Color

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

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


#38834d Background Color

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

This div background color is #38834d


#38834d Border Color

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

This div border color is #38834d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,131,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38834d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38834d;
  -webkit-box-shadow: 1px 1px 3px 2px #38834d;
  box-shadow:         1px 1px 3px 2px #38834d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38834d


Comments

No comments written yet.

Please login to write comment.