COLOR #075952

HEX: #075952
RGB: (7,89,82)

Color info

#075952 contains mainly green and blue colors. Web safe color of #075952 is #006666 (or #066).

RGB color model

#075952 color RGB value is (7,89,82).

  • red value is 7;
  • green value is 89;
  • blue value is 82.
RGB:
(7,89,82)
(3%,35%,32%)

RGB channels and saturation

R 7 of 255 = 3%
G 89 of 255 = 35%
B 82 of 255 = 32%

7
89
82

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

Portions of RGB colors in percentages

R + G + B =
7 + 89 + 82 = 178 (100%)
R 7 of 178 ~ 3.93%
G 89 of 178 ~ 50%
B 82 of 178 ~ 46.07%

%50
%46.07

CMYK color model

#075952 color CMYK value is (92,0,8,65).

  • cyan value is 92.13%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 65.10%
CMYK:
(92,0,8,65)
C92M0Y8K65 
(92%,0%,8%,65%)
(0.92/0.00/0.08/0.65)	

CMYK percentages

%92.13
%0
%7.87
%65.1

Codes

Color #075952 in popluar color models

075952
RGB78982
HSL175°85.42%18.82%
HSB/HSV175°92.13%34.90%
CMYK92.13%0.00%7.87%
65.10%

Color #075952 in popluar number systems.

HEX075952
Decimal78982
Binary11110110011010010
Octal7131122

Shades and tints

Shades of #075952

#075952
(7,89,82)
#07514B
(7,81,75)
#074944
(7,73,68)
#07413D
(7,65,61)
#073936
(7,57,54)
#07312F
(7,49,47)
#072928
(7,41,40)
#072121
(7,33,33)
#07191A
(7,25,26)
#071113
(7,17,19)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #075952

#075952
(7,89,82)
#1D6861
(29,104,97)
#337770
(51,119,112)
#49867F
(73,134,127)
#5F958E
(95,149,142)
#75A49D
(117,164,157)
#8BB3AC
(139,179,172)
#A1C2BB
(161,194,187)
#B7D1CA
(183,209,202)
#CDE0D9
(205,224,217)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075952 color. Also use rgb(7,89,82) instead hex code.

Text Font Color

.myTextColor { color: #075952; }

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

This text font color is #075952.


Background Color

.myBgColor { background-color: #075952; }

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

This div background color is #075952.


Border color

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

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

This div border color is #075952.


Opacity

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

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

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

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

This text has shadow with #075952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075952 on black background.


Color preview on white background

This text has color #075952 on white background.



Black color preview on #075952 background

This text has black color on #075952 background.


White color preview on #075952 background

This text has white color on #075952 background.