COLOR #7395A2

HEX: #7395A2 RGB: (115,149,162)

Color info

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

RGB color model

#7395A2 color RGB value is (115,149,162).

RGB: (115,149,162) (45%, 58%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 162 of 255 = 64%

115
149
162

R + G + B ~ 56%. #7395A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 149 + 162 = 426 (100%)
R 115 of 426 ~ 27%
G 149 of 426 ~ 34.98%
B 162 of 426 ~ 38.03'%

%27
%34.98
%38.03

CMYK color model

#7395A2 color CMYK value is (29,8,0,36).

  • cyan value is 29.01%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (29,8,0,36)
C29M8Y0K36 (29%, 8%, 0%, 36%)
(0.29 / 0.08 / 0.00 / 0.36)

CMYK percentages

%29.01
%8.02
%0
%36.47

Codes

Color #7395A2 in popluar color models

73 95 A2
RGB 115 149 162
HSL 197° 20.17% 54.31%
HSB/HSV 197° 29.01% 63.53%
CMYK 29.01% 8.02% 0.00%
36.47%

Color #7395A2 in popluar number systems.

HEX 73 95 A2
Decimal 115 149 162
Binary 1110011 10010101 10100010
Octal 163 225 242

Shades and tints

Shades of #7395A2

#7395A2
(115,149,162)
#698894
(105,136,148)
#5F7B86
(95,123,134)
#556E78
(85,110,120)
#4B616A
(75,97,106)
#41545C
(65,84,92)
#37474E
(55,71,78)
#2D3A40
(45,58,64)
#232D32
(35,45,50)
#192024
(25,32,36)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #7395A2

#7395A2
(115,149,162)
#7F9EAA
(127,158,170)
#8BA7B2
(139,167,178)
#97B0BA
(151,176,186)
#A3B9C2
(163,185,194)
#AFC2CA
(175,194,202)
#BBCBD2
(187,203,210)
#C7D4DA
(199,212,218)
#D3DDE2
(211,221,226)
#DFE6EA
(223,230,234)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7395A2 color. Also use rgb(115,149,162) instead hex code.

Text Font Color

.myTextColor { color: #7395A2; }

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

This text font color is #7395A2.

Background Color

.myBgColor { background-color: #7395A2; }

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

This div background color is #7395A2.

Border color

.myBorderColor { border: 1px solid #7395A2; }

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

This div border color is #7395A2.

Opacity

.myOpacity80 { color: #7395A2; opacity: 0.8; }

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

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

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

This text has shadow with #7395A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7395A2.

Preview

Color preview on black background

This text has color #7395A2 on black background.


Color preview on white background

This text has color #7395A2 on white background.


Black color preview on #7395A2 background

This text has black color on #7395A2 background.


White color preview on #7395A2 background

This text has white color on #7395A2 background.


Related colors

Complementary color

Complementary color for #hex is #8C6A5D.


I love getcolorcode.com

Triadic colors

1 #A27395 and #95A273 with #7395A2 are triadic colors.

2 #A29573 and #9573A2 with #7395A2 are triadic colors.