COLOR #075E28

HEX: #075E28
RGB: (7,94,40)

Color info

#075E28 contains mainly green and blue colors. Web safe color of #075E28 is #006633 (or #063).

RGB color model

#075E28 color RGB value is (7,94,40).

  • red value is 7;
  • green value is 94;
  • blue value is 40.
RGB:
(7,94,40)
(3%,37%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 94 of 255 = 37%
B 40 of 255 = 16%

7
94
40

R + G + B ~ 19%. #075E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 94 + 40 = 141 (100%)
R 7 of 141 ~ 4.96%
G 94 of 141 ~ 66.67%
B 40 of 141 ~ 28.37%

%66.67
%28.37

CMYK color model

#075E28 color CMYK value is (93,0,57,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 63.14%
CMYK:
(93,0,57,63)
C93M0Y57K63 
(93%,0%,57%,63%)
(0.93/0.00/0.57/0.63)	

CMYK percentages

%92.55
%0
%57.45
%63.14

Codes

Color #075E28 in popluar color models

075E28
RGB79440
HSL143°86.14%19.80%
HSB/HSV143°92.55%36.86%
CMYK92.55%0.00%57.45%
63.14%

Color #075E28 in popluar number systems.

HEX075E28
Decimal79440
Binary1111011110101000
Octal713650

Shades and tints

Shades of #075E28

#075E28
(7,94,40)
#075625
(7,86,37)
#074E22
(7,78,34)
#07461F
(7,70,31)
#073E1C
(7,62,28)
#073619
(7,54,25)
#072E16
(7,46,22)
#072613
(7,38,19)
#071E10
(7,30,16)
#07160D
(7,22,13)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #075E28

#075E28
(7,94,40)
#1D6C3B
(29,108,59)
#337A4E
(51,122,78)
#498861
(73,136,97)
#5F9674
(95,150,116)
#75A487
(117,164,135)
#8BB29A
(139,178,154)
#A1C0AD
(161,192,173)
#B7CEC0
(183,206,192)
#CDDCD3
(205,220,211)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075E28 color. Also use rgb(7,94,40) instead hex code.

Text Font Color

.myTextColor { color: #075E28; }

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

This text font color is #075E28.


Background Color

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

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

This div background color is #075E28.


Border color

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

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

This div border color is #075E28.


Opacity

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

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

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

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

This text has shadow with #075E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E28 on black background.


Color preview on white background

This text has color #075E28 on white background.



Black color preview on #075E28 background

This text has black color on #075E28 background.


White color preview on #075E28 background

This text has white color on #075E28 background.