COLOR #7581AD

HEX: #7581AD RGB: (117,129,173)

Color info

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

RGB color model

#7581AD color RGB value is (117,129,173).

RGB: (117,129,173) (46%, 51%, 68%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 173 of 255 = 68%

117
129
173

R + G + B ~ 55%. #7581AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 129 + 173 = 419 (100%)
R 117 of 419 ~ 27.92%
G 129 of 419 ~ 30.79%
B 173 of 419 ~ 41.29'%

%27.92
%30.79
%41.29

CMYK color model

#7581AD color CMYK value is (32,25,0,32).

  • cyan value is 32.37%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (32,25,0,32) C32M25Y0K32 (32%,25%,0%,32%) (0.32/0.25/0.00/0.32) 

CMYK percentages

%32.37
%25.43
%0
%32.16

Codes

Color #7581AD in popluar color models

75 81 AD
RGB 117 129 173
HSL 227° 25.45% 56.86%
HSB/HSV 227° 32.37% 67.84%
CMYK 32.37% 25.43% 0.00%
32.16%

Color #7581AD in popluar number systems.

HEX 75 81 AD
Decimal 117 129 173
Binary 1110101 10000001 10101101
Octal 165 201 255

Shades and tints

Shades of #7581AD

#7581AD
(117,129,173)
#6B769E
(107,118,158)
#616B8F
(97,107,143)
#576080
(87,96,128)
#4D5571
(77,85,113)
#434A62
(67,74,98)
#393F53
(57,63,83)
#2F3444
(47,52,68)
#252935
(37,41,53)
#1B1E26
(27,30,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7581AD

#7581AD
(117,129,173)
#818CB4
(129,140,180)
#8D97BB
(141,151,187)
#99A2C2
(153,162,194)
#A5ADC9
(165,173,201)
#B1B8D0
(177,184,208)
#BDC3D7
(189,195,215)
#C9CEDE
(201,206,222)
#D5D9E5
(213,217,229)
#E1E4EC
(225,228,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7581AD color. Also use rgb(117,129,173) instead hex code.

Text Font Color

.myTextColor { color: #7581AD; }

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

This text font color is #7581AD.

Background Color

.myBgColor { background-color: #7581AD; }

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

This div background color is #7581AD.

Border color

.myBorderColor { border: 1px solid #7581AD; }

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

This div border color is #7581AD.

Opacity

.myOpacity80 { color: #7581AD; opacity: 0.8; }

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

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

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

This text has shadow with #7581AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7581AD.

Preview

Color preview on black background

This text has color #7581AD on black background.


Color preview on white background

This text has color #7581AD on white background.


Black color preview on #7581AD background

This text has black color on #7581AD background.


White color preview on #7581AD background

This text has white color on #7581AD background.


Related colors

Complementary color

Complementary color for #hex is #8A7E52.


I love getcolorcode.com

Triadic colors

1 #AD7581 and #81AD75 with #7581AD are triadic colors.

2 #AD8175 and #8175AD with #7581AD are triadic colors.