Color Hex Logo

#38954b Color Hex

#38954B
(56,149,75)
0 Favorites   0 Comments

Color spaces of #38954b

RGB 5614975
HSL0.370.450.40
HSV132°62°58°
CMYK 0.620.000.50   0.42
XYZ13.648322.843610.3465
Yxy22.84360.29140.4877
Hunter Lab47.7950-32.668920.6216
CIE-Lab54.9109-43.821930.9944

#38954b color RGB value is (56,149,75).

#38954b hex color red value is 56, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #38954b hue: 0.37 , saturation: 0.45 and the lightness value of 38954b is 0.40.

The process color (four color CMYK) of #38954b color hex is 0.62, 0.00, 0.50, 0.42. Web safe color of #38954b is #339933. Color #38954b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010101 01001011
Octal 70 225 113
Decimal 56 149 75
Hex 38 95 4B

RGB Percentages of Color #38954b

%20.00
%53.21
%26.79

CMYK Percentages of Color #38954b

%62
%0
%50
%42

Triadic Colors of #38954b

#38954b #4b3895 #954b38

Analogous Colors of #38954b

#38954b #38957a #549538

Monochromatic Colors of #38954b

#38954b

Complementary Color

#38954b #953882

#38954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38954b Color CSS Codes

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

#38954b Text Font Color

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

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


#38954b Background Color

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

This div background color is #38954b


#38954b Border Color

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

This div border color is #38954b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,149,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38954b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38954b;
  -webkit-box-shadow: 1px 1px 3px 2px #38954b;
  box-shadow:         1px 1px 3px 2px #38954b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38954b


Comments

No comments written yet.

Please login to write comment.