COLOR #734758

HEX: #734758
RGB: (115,71,88)

Color info

#734758 contains red, green and blue colors in about the same proportion. Web safe color of #734758 is #663366 (or #636).

RGB color model

#734758 color RGB value is (115,71,88).

  • red value is 115;
  • green value is 71;
  • blue value is 88.
RGB:
(115,71,88)
(45%,28%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 88 of 255 = 35%

115
71
88

R + G + B ~ 36%. #734758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 88 = 274 (100%)
R 115 of 274 ~ 41.97%
G 71 of 274 ~ 25.91%
B 88 of 274 ~ 32.12%

%41.97
%25.91
%32.12

CMYK color model

#734758 color CMYK value is (0,38,23,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(0,38,23,55)
C0M38Y23K55 
(0%,38%,23%,55%)
(0.00/0.38/0.23/0.55)	

CMYK percentages

%0
%38.26
%23.48
%54.9

Codes

Color #734758 in popluar color models

734758
RGB1157188
HSL337°23.66%36.47%
HSB/HSV337°38.26%45.10%
CMYK0.00%38.26%23.48%
54.90%

Color #734758 in popluar number systems.

HEX734758
Decimal1157188
Binary111001110001111011000
Octal163107130

Shades and tints

Shades of #734758

#734758
(115,71,88)
#694150
(105,65,80)
#5F3B48
(95,59,72)
#553540
(85,53,64)
#4B2F38
(75,47,56)
#412930
(65,41,48)
#372328
(55,35,40)
#2D1D20
(45,29,32)
#231718
(35,23,24)
#191110
(25,17,16)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #734758

#734758
(115,71,88)
#7F5767
(127,87,103)
#8B6776
(139,103,118)
#977785
(151,119,133)
#A38794
(163,135,148)
#AF97A3
(175,151,163)
#BBA7B2
(187,167,178)
#C7B7C1
(199,183,193)
#D3C7D0
(211,199,208)
#DFD7DF
(223,215,223)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734758 color. Also use rgb(115,71,88) instead hex code.

Text Font Color

.myTextColor { color: #734758; }

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

This text font color is #734758.


Background Color

.myBgColor { background-color: #734758; }

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

This div background color is #734758.


Border color

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

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

This div border color is #734758.


Opacity

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

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

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

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

This text has shadow with #734758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734758 on black background.


Color preview on white background

This text has color #734758 on white background.



Black color preview on #734758 background

This text has black color on #734758 background.


White color preview on #734758 background

This text has white color on #734758 background.