COLOR #739292

HEX: #739292 RGB: (115,146,146)

Color info

#739292 contains red, green and blue colors in about the same proportion. Web safe color of #739292 is #669999 (or #699).

RGB color model

#739292 color RGB value is (115,146,146).

RGB: (115,146,146) (45%, 57%, 57%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 146 of 255 = 57%

115
146
146

R + G + B ~ 53%. #739292 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 146 + 146 = 407 (100%)
R 115 of 407 ~ 28.26%
G 146 of 407 ~ 35.87%
B 146 of 407 ~ 35.87'%

%28.26
%35.87
%35.87

CMYK color model

#739292 color CMYK value is (21,0,0,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (21,0,0,43)
C21M0Y0K43 (21%, 0%, 0%, 43%)
(0.21 / 0.00 / 0.00 / 0.43)

CMYK percentages

%21.23
%0
%0
%42.75

Codes

Color #739292 in popluar color models

73 92 92
RGB 115 146 146
HSL 180° 12.45% 51.18%
HSB/HSV 180° 21.23% 57.25%
CMYK 21.23% 0.00% 0.00%
42.75%

Color #739292 in popluar number systems.

HEX 73 92 92
Decimal 115 146 146
Binary 1110011 10010010 10010010
Octal 163 222 222

Shades and tints

Shades of #739292

#739292
(115,146,146)
#698585
(105,133,133)
#5F7878
(95,120,120)
#556B6B
(85,107,107)
#4B5E5E
(75,94,94)
#415151
(65,81,81)
#374444
(55,68,68)
#2D3737
(45,55,55)
#232A2A
(35,42,42)
#191D1D
(25,29,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #739292

#739292
(115,146,146)
#7F9B9B
(127,155,155)
#8BA4A4
(139,164,164)
#97ADAD
(151,173,173)
#A3B6B6
(163,182,182)
#AFBFBF
(175,191,191)
#BBC8C8
(187,200,200)
#C7D1D1
(199,209,209)
#D3DADA
(211,218,218)
#DFE3E3
(223,227,227)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739292 color. Also use rgb(115,146,146) instead hex code.

Text Font Color

.myTextColor { color: #739292; }

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

This text font color is #739292.

Background Color

.myBgColor { background-color: #739292; }

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

This div background color is #739292.

Border color

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

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

This div border color is #739292.

Opacity

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

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

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

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

This text has shadow with #739292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #739292.

Preview

Color preview on black background

This text has color #739292 on black background.


Color preview on white background

This text has color #739292 on white background.


Black color preview on #739292 background

This text has black color on #739292 background.


White color preview on #739292 background

This text has white color on #739292 background.


Related colors

Complementary color

Complementary color for #hex is #8C6D6D.


I love getcolorcode.com