COLOR #734255

HEX: #734255
RGB: (115,66,85)

Color info

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

RGB color model

#734255 color RGB value is (115,66,85).

  • red value is 115;
  • green value is 66;
  • blue value is 85.
RGB:
(115,66,85)
(45%,26%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 66 of 255 = 26%
B 85 of 255 = 33%

115
66
85

R + G + B ~ 35%. #734255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 66 + 85 = 266 (100%)
R 115 of 266 ~ 43.23%
G 66 of 266 ~ 24.81%
B 85 of 266 ~ 31.95%

%43.23
%24.81
%31.95

CMYK color model

#734255 color CMYK value is (0,43,26,55).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,43,26,55)
C0M43Y26K55 
(0%,43%,26%,55%)
(0.00/0.43/0.26/0.55)	

CMYK percentages

%0
%42.61
%26.09
%54.9

Codes

Color #734255 in popluar color models

734255
RGB1156685
HSL337°27.07%35.49%
HSB/HSV337°42.61%45.10%
CMYK0.00%42.61%26.09%
54.90%

Color #734255 in popluar number systems.

HEX734255
Decimal1156685
Binary111001110000101010101
Octal163102125

Shades and tints

Shades of #734255

#734255
(115,66,85)
#693C4E
(105,60,78)
#5F3647
(95,54,71)
#553040
(85,48,64)
#4B2A39
(75,42,57)
#412432
(65,36,50)
#371E2B
(55,30,43)
#2D1824
(45,24,36)
#23121D
(35,18,29)
#190C16
(25,12,22)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #734255

#734255
(115,66,85)
#7F5364
(127,83,100)
#8B6473
(139,100,115)
#977582
(151,117,130)
#A38691
(163,134,145)
#AF97A0
(175,151,160)
#BBA8AF
(187,168,175)
#C7B9BE
(199,185,190)
#D3CACD
(211,202,205)
#DFDBDC
(223,219,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734255 color. Also use rgb(115,66,85) instead hex code.

Text Font Color

.myTextColor { color: #734255; }

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

This text font color is #734255.


Background Color

.myBgColor { background-color: #734255; }

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

This div background color is #734255.


Border color

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

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

This div border color is #734255.


Opacity

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

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

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

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

This text has shadow with #734255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734255 on black background.


Color preview on white background

This text has color #734255 on white background.



Black color preview on #734255 background

This text has black color on #734255 background.


White color preview on #734255 background

This text has white color on #734255 background.