COLOR #05842B

HEX: #05842B
RGB: (5,132,43)

Color info

#05842B contains mainly green color. Web safe color of #05842B is #009933 (or #093).

RGB color model

#05842B color RGB value is (5,132,43).

  • red value is 5;
  • green value is 132;
  • blue value is 43.
RGB:
(5,132,43)
(2%,52%,17%)

RGB channels and saturation

R 5 of 255 = 2%
G 132 of 255 = 52%
B 43 of 255 = 17%

5
132
43

R + G + B ~ 24%. #05842B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 132 + 43 = 180 (100%)
R 5 of 180 ~ 2.78%
G 132 of 180 ~ 73.33%
B 43 of 180 ~ 23.89%

%73.33
%23.89

CMYK color model

#05842B color CMYK value is (96,0,67,48).

  • cyan value is 96.21%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 48.24%
CMYK:
(96,0,67,48)
C96M0Y67K48 
(96%,0%,67%,48%)
(0.96/0.00/0.67/0.48)	

CMYK percentages

%96.21
%0
%67.42
%48.24

Codes

Color #05842B in popluar color models

05842B
RGB513243
HSL138°92.70%26.86%
HSB/HSV138°96.21%51.76%
CMYK96.21%0.00%67.42%
48.24%

Color #05842B in popluar number systems.

HEX05842B
Decimal513243
Binary10110000100101011
Octal520453

Shades and tints

Shades of #05842B

#05842B
(5,132,43)
#057828
(5,120,40)
#056C25
(5,108,37)
#056022
(5,96,34)
#05541F
(5,84,31)
#05481C
(5,72,28)
#053C19
(5,60,25)
#053016
(5,48,22)
#052413
(5,36,19)
#051810
(5,24,16)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #05842B

#05842B
(5,132,43)
#1B8F3E
(27,143,62)
#319A51
(49,154,81)
#47A564
(71,165,100)
#5DB077
(93,176,119)
#73BB8A
(115,187,138)
#89C69D
(137,198,157)
#9FD1B0
(159,209,176)
#B5DCC3
(181,220,195)
#CBE7D6
(203,231,214)
#E1F2E9
(225,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05842B color. Also use rgb(5,132,43) instead hex code.

Text Font Color

.myTextColor { color: #05842B; }

<p style="color:#05842B">This sample text font color is #05842B.</p>

This text font color is #05842B.


Background Color

.myBgColor { background-color: #05842B; }

<div style="background-color:#05842B">Inner text</div>

This div background color is #05842B.


Border color

.myBorderColor { border: 1px solid #05842B; }

<div style="border:3px solid #05842B">Div</div>

This div border color is #05842B.


Opacity

.myOpacity80 { color: #05842B; opacity: 0.8; }

<p style="color:#05842B;opacity:0.8;">80%</p>

Text with #05842B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #05842B;}

<p style="text-shadow: 3px 3px 1px #05842B">Text here.</p>

This text has shadow with #05842B color.

.textShadow {text-shadow: 3px 3px 1px #05842B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #05842B, 5px 5px 20px red">Text here.</p>

This text has shadow with #05842B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#05842B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#05842B, Direction=45, Strength=4)">Text</p>

This text has shadow with #05842B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #05842B;
  -webkit-box-shadow:	1px 1px 3px 2px #05842B;
  box-shadow:		1px 1px 3px 2px #05842B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #05842B;
-webkit-box-shadow: 1px 1px 3px 2px #05842B;
box-shadow:1px 1px 3px 2px #05842B;">
Div content here</div>
This div box has shadow with color #05842B.

Preview

Color preview on black background

This text has color #05842B on black background.


Color preview on white background

This text has color #05842B on white background.



Black color preview on #05842B background

This text has black color on #05842B background.


White color preview on #05842B background

This text has white color on #05842B background.