Color Hex Logo

#39834b Color Hex

#39834B
(57,131,75)
0 Favorites   0 Comments

Color spaces of #39834b

RGB 5713175
HSL0.370.390.37
HSV135°56°51°
CMYK 0.560.000.43   0.49
XYZ11.073617.61059.4721
Yxy17.61050.29020.4615
Hunter Lab41.9649-26.336315.9928
CIE-Lab49.0202-36.055223.4852

#39834b color RGB value is (57,131,75).

#39834b hex color red value is 57, green value is 131 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #39834b hue: 0.37 , saturation: 0.39 and the lightness value of 39834b is 0.37.

The process color (four color CMYK) of #39834b color hex is 0.56, 0.00, 0.43, 0.49. Web safe color of #39834b is #339933. Color #39834b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000011 01001011
Octal 71 203 113
Decimal 57 131 75
Hex 39 83 4B

RGB Percentages of Color #39834b

%21.67
%49.81
%28.52

CMYK Percentages of Color #39834b

%56
%0
%43
%49

Triadic Colors of #39834b

#39834b #4b3983 #834b39

Analogous Colors of #39834b

#39834b #398370 #4c8339

Monochromatic Colors of #39834b

#39834b

Complementary Color

#39834b #833971

#39834b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39834b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39834b Color CSS Codes

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

#39834b Text Font Color

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

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


#39834b Background Color

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

This div background color is #39834b


#39834b Border Color

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

This div border color is #39834b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,131,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 #39834b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39834b


Comments

No comments written yet.

Please login to write comment.