COLOR #05763A

HEX: #05763A
RGB: (5,118,58)

Color info

#05763A contains mainly green color. Web safe color of #05763A is #006633 (or #063).

RGB color model

#05763A color RGB value is (5,118,58).

  • red value is 5;
  • green value is 118;
  • blue value is 58.
RGB:
(5,118,58)
(2%,46%,23%)

RGB channels and saturation

R 5 of 255 = 2%
G 118 of 255 = 46%
B 58 of 255 = 23%

5
118
58

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

Portions of RGB colors in percentages

R + G + B =
5 + 118 + 58 = 181 (100%)
R 5 of 181 ~ 2.76%
G 118 of 181 ~ 65.19%
B 58 of 181 ~ 32.04%

%65.19
%32.04

CMYK color model

#05763A color CMYK value is (96,0,51,54).

  • cyan value is 95.76%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(96,0,51,54)
C96M0Y51K54 
(96%,0%,51%,54%)
(0.96/0.00/0.51/0.54)	

CMYK percentages

%95.76
%0
%50.85
%53.73

Codes

Color #05763A in popluar color models

05763A
RGB511858
HSL148°91.87%24.12%
HSB/HSV148°95.76%46.27%
CMYK95.76%0.00%50.85%
53.73%

Color #05763A in popluar number systems.

HEX05763A
Decimal511858
Binary1011110110111010
Octal516672

Shades and tints

Shades of #05763A

#05763A
(5,118,58)
#056C35
(5,108,53)
#056230
(5,98,48)
#05582B
(5,88,43)
#054E26
(5,78,38)
#054421
(5,68,33)
#053A1C
(5,58,28)
#053017
(5,48,23)
#052612
(5,38,18)
#051C0D
(5,28,13)
#051208
(5,18,8)
#000000
(0,0,0)

Tints of #05763A

#05763A
(5,118,58)
#1B824B
(27,130,75)
#318E5C
(49,142,92)
#479A6D
(71,154,109)
#5DA67E
(93,166,126)
#73B28F
(115,178,143)
#89BEA0
(137,190,160)
#9FCAB1
(159,202,177)
#B5D6C2
(181,214,194)
#CBE2D3
(203,226,211)
#E1EEE4
(225,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05763A color. Also use rgb(5,118,58) instead hex code.

Text Font Color

.myTextColor { color: #05763A; }

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

This text font color is #05763A.


Background Color

.myBgColor { background-color: #05763A; }

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

This div background color is #05763A.


Border color

.myBorderColor { border: 1px solid #05763A; }

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

This div border color is #05763A.


Opacity

.myOpacity80 { color: #05763A; opacity: 0.8; }

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

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

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

This text has shadow with #05763A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05763A on black background.


Color preview on white background

This text has color #05763A on white background.



Black color preview on #05763A background

This text has black color on #05763A background.


White color preview on #05763A background

This text has white color on #05763A background.