COLOR #734F6B

HEX: #734F6B RGB: (115,79,107)

Color info

#734F6B contains red, green and blue colors in about the same proportion. Web safe color of #734F6B is #666666 (or #666).

RGB color model

#734F6B color RGB value is (115,79,107).

RGB: (115,79,107) (45%, 31%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 107 of 255 = 42%

115
79
107

R + G + B ~ 39%. #734F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 79 + 107 = 301 (100%)
R 115 of 301 ~ 38.21%
G 79 of 301 ~ 26.25%
B 107 of 301 ~ 35.55'%

%38.21
%26.25
%35.55

CMYK color model

#734F6B color CMYK value is (0,31,7,55).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 6.96%
  • key color value is 54.90%

CMYK: (0,31,7,55)
C0M31Y7K55 (0%, 31%, 7%, 55%)
(0.00 / 0.31 / 0.07 / 0.55)

CMYK percentages

%0
%31.3
%6.96
%54.9

Codes

Color #734F6B in popluar color models

73 4F 6B
RGB 115 79 107
HSL 313° 18.56% 38.04%
HSB/HSV 313° 31.30% 45.10%
CMYK 0.00% 31.30% 6.96%
54.90%

Color #734F6B in popluar number systems.

HEX 73 4F 6B
Decimal 115 79 107
Binary 1110011 1001111 1101011
Octal 163 117 153

Shades and tints

Shades of #734F6B

#734F6B
(115,79,107)
#694862
(105,72,98)
#5F4159
(95,65,89)
#553A50
(85,58,80)
#4B3347
(75,51,71)
#412C3E
(65,44,62)
#372535
(55,37,53)
#2D1E2C
(45,30,44)
#231723
(35,23,35)
#19101A
(25,16,26)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #734F6B

#734F6B
(115,79,107)
#7F5F78
(127,95,120)
#8B6F85
(139,111,133)
#977F92
(151,127,146)
#A38F9F
(163,143,159)
#AF9FAC
(175,159,172)
#BBAFB9
(187,175,185)
#C7BFC6
(199,191,198)
#D3CFD3
(211,207,211)
#DFDFE0
(223,223,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734F6B color. Also use rgb(115,79,107) instead hex code.

Text Font Color

.myTextColor { color: #734F6B; }

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

This text font color is #734F6B.

Background Color

.myBgColor { background-color: #734F6B; }

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

This div background color is #734F6B.

Border color

.myBorderColor { border: 1px solid #734F6B; }

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

This div border color is #734F6B.

Opacity

.myOpacity80 { color: #734F6B; opacity: 0.8; }

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

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

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

This text has shadow with #734F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #734F6B.

Preview

Color preview on black background

This text has color #734F6B on black background.


Color preview on white background

This text has color #734F6B on white background.


Black color preview on #734F6B background

This text has black color on #734F6B background.


White color preview on #734F6B background

This text has white color on #734F6B background.


Related colors

Complementary color

Complementary color for #hex is #8CB094.


I love getcolorcode.com

Triadic colors

1 #6B734F and #4F6B73 with #734F6B are triadic colors.

2 #6B4F73 and #4F736B with #734F6B are triadic colors.