COLOR #075C20

HEX: #075C20
RGB: (7,92,32)

Color info

#075C20 contains mainly green color. Web safe color of #075C20 is #006633 (or #063).

RGB color model

#075C20 color RGB value is (7,92,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 92 of 255 = 36%
B 32 of 255 = 13%

7
92
32

R + G + B ~ 17%. #075C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 92 + 32 = 131 (100%)
R 7 of 131 ~ 5.34%
G 92 of 131 ~ 70.23%
B 32 of 131 ~ 24.43%

%70.23
%24.43

CMYK color model

#075C20 color CMYK value is (92,0,65,64).

  • cyan value is 92.39%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 63.92%
CMYK:
(92,0,65,64)
C92M0Y65K64 
(92%,0%,65%,64%)
(0.92/0.00/0.65/0.64)	

CMYK percentages

%92.39
%0
%65.22
%63.92

Codes

Color #075C20 in popluar color models

075C20
RGB79232
HSL138°85.86%19.41%
HSB/HSV138°92.39%36.08%
CMYK92.39%0.00%65.22%
63.92%

Color #075C20 in popluar number systems.

HEX075C20
Decimal79232
Binary1111011100100000
Octal713440

Shades and tints

Shades of #075C20

#075C20
(7,92,32)
#07541E
(7,84,30)
#074C1C
(7,76,28)
#07441A
(7,68,26)
#073C18
(7,60,24)
#073416
(7,52,22)
#072C14
(7,44,20)
#072412
(7,36,18)
#071C10
(7,28,16)
#07140E
(7,20,14)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #075C20

#075C20
(7,92,32)
#1D6A34
(29,106,52)
#337848
(51,120,72)
#49865C
(73,134,92)
#5F9470
(95,148,112)
#75A284
(117,162,132)
#8BB098
(139,176,152)
#A1BEAC
(161,190,172)
#B7CCC0
(183,204,192)
#CDDAD4
(205,218,212)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075C20 color. Also use rgb(7,92,32) instead hex code.

Text Font Color

.myTextColor { color: #075C20; }

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

This text font color is #075C20.


Background Color

.myBgColor { background-color: #075C20; }

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

This div background color is #075C20.


Border color

.myBorderColor { border: 1px solid #075C20; }

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

This div border color is #075C20.


Opacity

.myOpacity80 { color: #075C20; opacity: 0.8; }

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

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

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

This text has shadow with #075C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075C20 on black background.


Color preview on white background

This text has color #075C20 on white background.



Black color preview on #075C20 background

This text has black color on #075C20 background.


White color preview on #075C20 background

This text has white color on #075C20 background.