Color Hex Logo

#04842b Color Hex

#04842B
(4,132,43)
0 Favorites   0 Comments

Color spaces of #04842b

RGB 413243
HSL0.380.940.27
HSV138°97°52°
CMYK 0.970.000.67   0.48
XYZ8.737416.70285.0489
Yxy16.70280.28660.5478
Hunter Lab40.8691-33.359321.2837
CIE-Lab47.8834-49.701038.2912

#04842b color RGB value is (4,132,43).

#04842b hex color red value is 4, green value is 132 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #04842b hue: 0.38 , saturation: 0.94 and the lightness value of 04842b is 0.27.

The process color (four color CMYK) of #04842b color hex is 0.97, 0.00, 0.67, 0.48. Web safe color of #04842b is #009933. Color #04842b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000100 00101011
Octal 4 204 53
Decimal 4 132 43
Hex 4 84 2B

RGB Percentages of Color #04842b

%2.23
%73.74
%24.02

CMYK Percentages of Color #04842b

%97
%0
%67
%48

Triadic Colors of #04842b

#04842b #2b0484 #842b04

Analogous Colors of #04842b

#04842b #04846b #1d8404

Monochromatic Colors of #04842b

#04842b

Complementary Color

#04842b #84045d

#04842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04842b Color CSS Codes

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

#04842b Text Font Color

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

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


#04842b Background Color

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

This div background color is #04842b


#04842b Border Color

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

This div border color is #04842b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,132,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04842b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04842b;
  -webkit-box-shadow: 1px 1px 3px 2px #04842b;
  box-shadow:         1px 1px 3px 2px #04842b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04842b


Comments

No comments written yet.

Please login to write comment.