COLOR #075F48

HEX: #075F48
RGB: (7,95,72)

Color info

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

RGB color model

#075F48 color RGB value is (7,95,72).

  • red value is 7;
  • green value is 95;
  • blue value is 72.
RGB:
(7,95,72)
(3%,37%,28%)

RGB channels and saturation

R 7 of 255 = 3%
G 95 of 255 = 37%
B 72 of 255 = 28%

7
95
72

R + G + B ~ 23%. #075F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 95 + 72 = 174 (100%)
R 7 of 174 ~ 4.02%
G 95 of 174 ~ 54.6%
B 72 of 174 ~ 41.38%

%54.6
%41.38

CMYK color model

#075F48 color CMYK value is (93,0,24,63).

  • cyan value is 92.63%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 62.75%
CMYK:
(93,0,24,63)
C93M0Y24K63 
(93%,0%,24%,63%)
(0.93/0.00/0.24/0.63)	

CMYK percentages

%92.63
%0
%24.21
%62.75

Codes

Color #075F48 in popluar color models

075F48
RGB79572
HSL164°86.27%20.00%
HSB/HSV164°92.63%37.25%
CMYK92.63%0.00%24.21%
62.75%

Color #075F48 in popluar number systems.

HEX075F48
Decimal79572
Binary11110111111001000
Octal7137110

Shades and tints

Shades of #075F48

#075F48
(7,95,72)
#075742
(7,87,66)
#074F3C
(7,79,60)
#074736
(7,71,54)
#073F30
(7,63,48)
#07372A
(7,55,42)
#072F24
(7,47,36)
#07271E
(7,39,30)
#071F18
(7,31,24)
#071712
(7,23,18)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #075F48

#075F48
(7,95,72)
#1D6D58
(29,109,88)
#337B68
(51,123,104)
#498978
(73,137,120)
#5F9788
(95,151,136)
#75A598
(117,165,152)
#8BB3A8
(139,179,168)
#A1C1B8
(161,193,184)
#B7CFC8
(183,207,200)
#CDDDD8
(205,221,216)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075F48 color. Also use rgb(7,95,72) instead hex code.

Text Font Color

.myTextColor { color: #075F48; }

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

This text font color is #075F48.


Background Color

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

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

This div background color is #075F48.


Border color

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

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

This div border color is #075F48.


Opacity

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

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

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

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

This text has shadow with #075F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075F48 on black background.


Color preview on white background

This text has color #075F48 on white background.



Black color preview on #075F48 background

This text has black color on #075F48 background.


White color preview on #075F48 background

This text has white color on #075F48 background.