COLOR #736181

HEX: #736181
RGB: (115,97,129)

Color info

#736181 contains red, green and blue colors in about the same proportion. Web safe color of #736181 is #666699 (or #669).

RGB color model

#736181 color RGB value is (115,97,129).

  • red value is 115;
  • green value is 97;
  • blue value is 129.
RGB: (115,97,129) (45%,38%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 129 of 255 = 51%

115
97
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 129 = 341 (100%)
R 115 of 341 ~ 33.72%
G 97 of 341 ~ 28.45%
B 129 of 341 ~ 37.83%

%33.72
%28.45
%37.83

CMYK color model

#736181 color CMYK value is (11,25,0,49).

  • cyan value is 10.85%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (11,25,0,49) C11M25Y0K49 (11%,25%,0%,49%) (0.11/0.25/0.00/0.49)

CMYK percentages

%10.85
%24.81
%0
%49.41

Codes

Color #736181 in popluar color models

736181
RGB11597129
HSL274°14.16%44.31%
HSB/HSV274°24.81%50.59%
CMYK10.85%24.81%0.00%
49.41%

Color #736181 in popluar number systems.

HEX736181
Decimal11597129
Binary1110011110000110000001
Octal163141201

Shades and tints

Shades of #736181

#736181
(115,97,129)
#695976
(105,89,118)
#5F516B
(95,81,107)
#554960
(85,73,96)
#4B4155
(75,65,85)
#41394A
(65,57,74)
#37313F
(55,49,63)
#2D2934
(45,41,52)
#232129
(35,33,41)
#19191E
(25,25,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #736181

#736181
(115,97,129)
#7F6F8C
(127,111,140)
#8B7D97
(139,125,151)
#978BA2
(151,139,162)
#A399AD
(163,153,173)
#AFA7B8
(175,167,184)
#BBB5C3
(187,181,195)
#C7C3CE
(199,195,206)
#D3D1D9
(211,209,217)
#DFDFE4
(223,223,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736181; }

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

This text font color is #736181.


Background Color

.myBgColor { background-color: #736181; }

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

This div background color is #736181.


Border color

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

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

This div border color is #736181.


Opacity

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

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

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

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

This text has shadow with #736181 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #736181 on black background.


Color preview on white background

This text has color #736181 on white background.



Black color preview on #736181 background

This text has black color on #736181 background.


White color preview on #736181 background

This text has white color on #736181 background.