COLOR #075141

HEX: #075141
RGB: (7,81,65)

Color info

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

RGB color model

#075141 color RGB value is (7,81,65).

  • red value is 7;
  • green value is 81;
  • blue value is 65.
RGB:
(7,81,65)
(3%,32%,25%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 65 of 255 = 25%

7
81
65

R + G + B ~ 20%. #075141 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 65 = 153 (100%)
R 7 of 153 ~ 4.58%
G 81 of 153 ~ 52.94%
B 65 of 153 ~ 42.48%

%52.94
%42.48

CMYK color model

#075141 color CMYK value is (91,0,20,68).

  • cyan value is 91.36%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(91,0,20,68)
C91M0Y20K68 
(91%,0%,20%,68%)
(0.91/0.00/0.20/0.68)	

CMYK percentages

%91.36
%0
%19.75
%68.24

Codes

Color #075141 in popluar color models

075141
RGB78165
HSL167°84.09%17.25%
HSB/HSV167°91.36%31.76%
CMYK91.36%0.00%19.75%
68.24%

Color #075141 in popluar number systems.

HEX075141
Decimal78165
Binary11110100011000001
Octal7121101

Shades and tints

Shades of #075141

#075141
(7,81,65)
#074A3C
(7,74,60)
#074337
(7,67,55)
#073C32
(7,60,50)
#07352D
(7,53,45)
#072E28
(7,46,40)
#072723
(7,39,35)
#07201E
(7,32,30)
#071919
(7,25,25)
#071214
(7,18,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #075141

#075141
(7,81,65)
#1D6052
(29,96,82)
#336F63
(51,111,99)
#497E74
(73,126,116)
#5F8D85
(95,141,133)
#759C96
(117,156,150)
#8BABA7
(139,171,167)
#A1BAB8
(161,186,184)
#B7C9C9
(183,201,201)
#CDD8DA
(205,216,218)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075141 color. Also use rgb(7,81,65) instead hex code.

Text Font Color

.myTextColor { color: #075141; }

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

This text font color is #075141.


Background Color

.myBgColor { background-color: #075141; }

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

This div background color is #075141.


Border color

.myBorderColor { border: 1px solid #075141; }

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

This div border color is #075141.


Opacity

.myOpacity80 { color: #075141; opacity: 0.8; }

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

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

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

This text has shadow with #075141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075141 on black background.


Color preview on white background

This text has color #075141 on white background.



Black color preview on #075141 background

This text has black color on #075141 background.


White color preview on #075141 background

This text has white color on #075141 background.