Color Hex Logo

#45824b Color Hex

#45824B
(69,130,75)
0 Favorites   0 Comments

Color spaces of #45824b

RGB 6913075
HSL0.350.310.39
HSV126°47°51°
CMYK 0.470.000.42   0.49
XYZ11.706917.73859.4635
Yxy17.73850.30090.4559
Hunter Lab42.1171-24.088916.1598
CIE-Lab49.1774-32.163323.7829

#45824b color RGB value is (69,130,75).

#45824b hex color red value is 69, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #45824b hue: 0.35 , saturation: 0.31 and the lightness value of 45824b is 0.39.

The process color (four color CMYK) of #45824b color hex is 0.47, 0.00, 0.42, 0.49. Web safe color of #45824b is #339933. Color #45824b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000010 01001011
Octal 105 202 113
Decimal 69 130 75
Hex 45 82 4B

RGB Percentages of Color #45824b

%25.18
%47.45
%27.37

CMYK Percentages of Color #45824b

%47
%0
%42
%49

Triadic Colors of #45824b

#45824b #4b4582 #824b45

Analogous Colors of #45824b

#45824b #45826a #5e8245

Monochromatic Colors of #45824b

#45824b

Complementary Color

#45824b #82457c

#45824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#45824b Color CSS Codes

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

#45824b Text Font Color

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

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


#45824b Background Color

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

This div background color is #45824b


#45824b Border Color

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

This div border color is #45824b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45824b


Comments

No comments written yet.

Please login to write comment.