COLOR #055C07

HEX: #055C07
RGB: (5,92,7)

Color info

#055C07 contains mainly green color. Web safe color of #055C07 is #006600 (or #060).

RGB color model

#055C07 color RGB value is (5,92,7).

  • red value is 5;
  • green value is 92;
  • blue value is 7.
RGB:
(5,92,7)
(2%,36%,3%)

RGB channels and saturation

R 5 of 255 = 2%
G 92 of 255 = 36%
B 7 of 255 = 3%

5
92
7

R + G + B ~ 14%. #055C07 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 92 + 7 = 104 (100%)
R 5 of 104 ~ 4.81%
G 92 of 104 ~ 88.46%
B 7 of 104 ~ 6.73%

%88.46

CMYK color model

#055C07 color CMYK value is (95,0,92,64).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 92.39%
  • key color value is 63.92%
CMYK:
(95,0,92,64)
C95M0Y92K64 
(95%,0%,92%,64%)
(0.95/0.00/0.92/0.64)	

CMYK percentages

%94.57
%0
%92.39
%63.92

Codes

Color #055C07 in popluar color models

055C07
RGB5927
HSL121°89.69%19.02%
HSB/HSV121°94.57%36.08%
CMYK94.57%0.00%92.39%
63.92%

Color #055C07 in popluar number systems.

HEX055C07
Decimal5927
Binary1011011100111
Octal51347

Shades and tints

Shades of #055C07

#055C07
(5,92,7)
#055407
(5,84,7)
#054C07
(5,76,7)
#054407
(5,68,7)
#053C07
(5,60,7)
#053407
(5,52,7)
#052C07
(5,44,7)
#052407
(5,36,7)
#051C07
(5,28,7)
#051407
(5,20,7)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #055C07

#055C07
(5,92,7)
#1B6A1D
(27,106,29)
#317833
(49,120,51)
#478649
(71,134,73)
#5D945F
(93,148,95)
#73A275
(115,162,117)
#89B08B
(137,176,139)
#9FBEA1
(159,190,161)
#B5CCB7
(181,204,183)
#CBDACD
(203,218,205)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055C07 color. Also use rgb(5,92,7) instead hex code.

Text Font Color

.myTextColor { color: #055C07; }

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

This text font color is #055C07.


Background Color

.myBgColor { background-color: #055C07; }

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

This div background color is #055C07.


Border color

.myBorderColor { border: 1px solid #055C07; }

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

This div border color is #055C07.


Opacity

.myOpacity80 { color: #055C07; opacity: 0.8; }

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

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

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

This text has shadow with #055C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055C07 on black background.


Color preview on white background

This text has color #055C07 on white background.



Black color preview on #055C07 background

This text has black color on #055C07 background.


White color preview on #055C07 background

This text has white color on #055C07 background.