COLOR #058233

HEX: #058233
RGB: (5,130,51)

Color info

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

RGB color model

#058233 color RGB value is (5,130,51).

  • red value is 5;
  • green value is 130;
  • blue value is 51.
RGB:
(5,130,51)
(2%,51%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 130 of 255 = 51%
B 51 of 255 = 20%

5
130
51

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

Portions of RGB colors in percentages

R + G + B =
5 + 130 + 51 = 186 (100%)
R 5 of 186 ~ 2.69%
G 130 of 186 ~ 69.89%
B 51 of 186 ~ 27.42%

%69.89
%27.42

CMYK color model

#058233 color CMYK value is (96,0,61,49).

  • cyan value is 96.15%
  • magenta value is 0.00%
  • yellow value is 60.77%
  • key color value is 49.02%
CMYK:
(96,0,61,49)
C96M0Y61K49 
(96%,0%,61%,49%)
(0.96/0.00/0.61/0.49)	

CMYK percentages

%96.15
%0
%60.77
%49.02

Codes

Color #058233 in popluar color models

058233
RGB513051
HSL142°92.59%26.47%
HSB/HSV142°96.15%50.98%
CMYK96.15%0.00%60.77%
49.02%

Color #058233 in popluar number systems.

HEX058233
Decimal513051
Binary10110000010110011
Octal520263

Shades and tints

Shades of #058233

#058233
(5,130,51)
#05772F
(5,119,47)
#056C2B
(5,108,43)
#056127
(5,97,39)
#055623
(5,86,35)
#054B1F
(5,75,31)
#05401B
(5,64,27)
#053517
(5,53,23)
#052A13
(5,42,19)
#051F0F
(5,31,15)
#05140B
(5,20,11)
#000000
(0,0,0)

Tints of #058233

#058233
(5,130,51)
#1B8D45
(27,141,69)
#319857
(49,152,87)
#47A369
(71,163,105)
#5DAE7B
(93,174,123)
#73B98D
(115,185,141)
#89C49F
(137,196,159)
#9FCFB1
(159,207,177)
#B5DAC3
(181,218,195)
#CBE5D5
(203,229,213)
#E1F0E7
(225,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058233 color. Also use rgb(5,130,51) instead hex code.

Text Font Color

.myTextColor { color: #058233; }

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

This text font color is #058233.


Background Color

.myBgColor { background-color: #058233; }

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

This div background color is #058233.


Border color

.myBorderColor { border: 1px solid #058233; }

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

This div border color is #058233.


Opacity

.myOpacity80 { color: #058233; opacity: 0.8; }

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

Text with #058233 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 #058233;}

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

This text has shadow with #058233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058233 on black background.


Color preview on white background

This text has color #058233 on white background.



Black color preview on #058233 background

This text has black color on #058233 background.


White color preview on #058233 background

This text has white color on #058233 background.