COLOR #075351

HEX: #075351
RGB: (7,83,81)

Color info

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

RGB color model

#075351 color RGB value is (7,83,81).

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

RGB channels and saturation

R 7 of 255 = 3%
G 83 of 255 = 33%
B 81 of 255 = 32%

7
83
81

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

Portions of RGB colors in percentages

R + G + B =
7 + 83 + 81 = 171 (100%)
R 7 of 171 ~ 4.09%
G 83 of 171 ~ 48.54%
B 81 of 171 ~ 47.37%

%48.54
%47.37

CMYK color model

#075351 color CMYK value is (92,0,2,67).

  • cyan value is 91.57%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(92,0,2,67)
C92M0Y2K67 
(92%,0%,2%,67%)
(0.92/0.00/0.02/0.67)	

CMYK percentages

%91.57
%0
%2.41
%67.45

Codes

Color #075351 in popluar color models

075351
RGB78381
HSL178°84.44%17.65%
HSB/HSV178°91.57%32.55%
CMYK91.57%0.00%2.41%
67.45%

Color #075351 in popluar number systems.

HEX075351
Decimal78381
Binary11110100111010001
Octal7123121

Shades and tints

Shades of #075351

#075351
(7,83,81)
#074C4A
(7,76,74)
#074543
(7,69,67)
#073E3C
(7,62,60)
#073735
(7,55,53)
#07302E
(7,48,46)
#072927
(7,41,39)
#072220
(7,34,32)
#071B19
(7,27,25)
#071412
(7,20,18)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #075351

#075351
(7,83,81)
#1D6260
(29,98,96)
#33716F
(51,113,111)
#49807E
(73,128,126)
#5F8F8D
(95,143,141)
#759E9C
(117,158,156)
#8BADAB
(139,173,171)
#A1BCBA
(161,188,186)
#B7CBC9
(183,203,201)
#CDDAD8
(205,218,216)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075351; }

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

This text font color is #075351.


Background Color

.myBgColor { background-color: #075351; }

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

This div background color is #075351.


Border color

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

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

This div border color is #075351.


Opacity

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

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

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

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

This text has shadow with #075351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075351 on black background.


Color preview on white background

This text has color #075351 on white background.



Black color preview on #075351 background

This text has black color on #075351 background.


White color preview on #075351 background

This text has white color on #075351 background.