COLOR #075E45

HEX: #075E45
RGB: (7,94,69)

Color info

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

RGB color model

#075E45 color RGB value is (7,94,69).

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

RGB channels and saturation

R 7 of 255 = 3%
G 94 of 255 = 37%
B 69 of 255 = 27%

7
94
69

R + G + B ~ 22%. #075E45 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 94 + 69 = 170 (100%)
R 7 of 170 ~ 4.12%
G 94 of 170 ~ 55.29%
B 69 of 170 ~ 40.59%

%55.29
%40.59

CMYK color model

#075E45 color CMYK value is (93,0,27,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 63.14%
CMYK:
(93,0,27,63)
C93M0Y27K63 
(93%,0%,27%,63%)
(0.93/0.00/0.27/0.63)	

CMYK percentages

%92.55
%0
%26.6
%63.14

Codes

Color #075E45 in popluar color models

075E45
RGB79469
HSL163°86.14%19.80%
HSB/HSV163°92.55%36.86%
CMYK92.55%0.00%26.60%
63.14%

Color #075E45 in popluar number systems.

HEX075E45
Decimal79469
Binary11110111101000101
Octal7136105

Shades and tints

Shades of #075E45

#075E45
(7,94,69)
#07563F
(7,86,63)
#074E39
(7,78,57)
#074633
(7,70,51)
#073E2D
(7,62,45)
#073627
(7,54,39)
#072E21
(7,46,33)
#07261B
(7,38,27)
#071E15
(7,30,21)
#07160F
(7,22,15)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #075E45

#075E45
(7,94,69)
#1D6C55
(29,108,85)
#337A65
(51,122,101)
#498875
(73,136,117)
#5F9685
(95,150,133)
#75A495
(117,164,149)
#8BB2A5
(139,178,165)
#A1C0B5
(161,192,181)
#B7CEC5
(183,206,197)
#CDDCD5
(205,220,213)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075E45; }

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

This text font color is #075E45.


Background Color

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

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

This div background color is #075E45.


Border color

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

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

This div border color is #075E45.


Opacity

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

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

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

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

This text has shadow with #075E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E45 on black background.


Color preview on white background

This text has color #075E45 on white background.



Black color preview on #075E45 background

This text has black color on #075E45 background.


White color preview on #075E45 background

This text has white color on #075E45 background.