COLOR #737C81

HEX: #737C81
RGB: (115,124,129)

Color info

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

RGB color model

#737C81 color RGB value is (115,124,129).

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

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 129 of 255 = 51%

115
124
129

R + G + B ~ 48%. #737C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 129 = 368 (100%)
R 115 of 368 ~ 31.25%
G 124 of 368 ~ 33.7%
B 129 of 368 ~ 35.05%

%31.25
%33.7
%35.05

CMYK color model

#737C81 color CMYK value is (11,4,0,49).

  • cyan value is 10.85%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(11,4,0,49)
C11M4Y0K49 
(11%,4%,0%,49%)
(0.11/0.04/0.00/0.49)	

CMYK percentages

%10.85
%3.88
%0
%49.41

Codes

Color #737C81 in popluar color models

737C81
RGB115124129
HSL201°5.74%47.84%
HSB/HSV201°10.85%50.59%
CMYK10.85%3.88%0.00%
49.41%

Color #737C81 in popluar number systems.

HEX737C81
Decimal115124129
Binary1110011111110010000001
Octal163174201

Shades and tints

Shades of #737C81

#737C81
(115,124,129)
#697176
(105,113,118)
#5F666B
(95,102,107)
#555B60
(85,91,96)
#4B5055
(75,80,85)
#41454A
(65,69,74)
#373A3F
(55,58,63)
#2D2F34
(45,47,52)
#232429
(35,36,41)
#19191E
(25,25,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #737C81

#737C81
(115,124,129)
#7F878C
(127,135,140)
#8B9297
(139,146,151)
#979DA2
(151,157,162)
#A3A8AD
(163,168,173)
#AFB3B8
(175,179,184)
#BBBEC3
(187,190,195)
#C7C9CE
(199,201,206)
#D3D4D9
(211,212,217)
#DFDFE4
(223,223,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C81; }

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

This text font color is #737C81.


Background Color

.myBgColor { background-color: #737C81; }

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

This div background color is #737C81.


Border color

.myBorderColor { border: 1px solid #737C81; }

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

This div border color is #737C81.


Opacity

.myOpacity80 { color: #737C81; opacity: 0.8; }

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

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

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

This text has shadow with #737C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C81 on black background.


Color preview on white background

This text has color #737C81 on white background.



Black color preview on #737C81 background

This text has black color on #737C81 background.


White color preview on #737C81 background

This text has white color on #737C81 background.