COLOR #734351

HEX: #734351
RGB: (115,67,81)

Color info

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

RGB color model

#734351 color RGB value is (115,67,81).

  • red value is 115;
  • green value is 67;
  • blue value is 81.
RGB:
(115,67,81)
(45%,26%,32%)

RGB channels and saturation

R 115 of 255 = 45%
G 67 of 255 = 26%
B 81 of 255 = 32%

115
67
81

R + G + B ~ 34%. #734351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 67 + 81 = 263 (100%)
R 115 of 263 ~ 43.73%
G 67 of 263 ~ 25.48%
B 81 of 263 ~ 30.8%

%43.73
%25.48
%30.8

CMYK color model

#734351 color CMYK value is (0,42,30,55).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,42,30,55)
C0M42Y30K55 
(0%,42%,30%,55%)
(0.00/0.42/0.30/0.55)	

CMYK percentages

%0
%41.74
%29.57
%54.9

Codes

Color #734351 in popluar color models

734351
RGB1156781
HSL343°26.37%35.69%
HSB/HSV343°41.74%45.10%
CMYK0.00%41.74%29.57%
54.90%

Color #734351 in popluar number systems.

HEX734351
Decimal1156781
Binary111001110000111010001
Octal163103121

Shades and tints

Shades of #734351

#734351
(115,67,81)
#693D4A
(105,61,74)
#5F3743
(95,55,67)
#55313C
(85,49,60)
#4B2B35
(75,43,53)
#41252E
(65,37,46)
#371F27
(55,31,39)
#2D1920
(45,25,32)
#231319
(35,19,25)
#190D12
(25,13,18)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #734351

#734351
(115,67,81)
#7F5460
(127,84,96)
#8B656F
(139,101,111)
#97767E
(151,118,126)
#A3878D
(163,135,141)
#AF989C
(175,152,156)
#BBA9AB
(187,169,171)
#C7BABA
(199,186,186)
#D3CBC9
(211,203,201)
#DFDCD8
(223,220,216)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734351 color. Also use rgb(115,67,81) instead hex code.

Text Font Color

.myTextColor { color: #734351; }

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

This text font color is #734351.


Background Color

.myBgColor { background-color: #734351; }

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

This div background color is #734351.


Border color

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

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

This div border color is #734351.


Opacity

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

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

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

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

This text has shadow with #734351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734351 on black background.


Color preview on white background

This text has color #734351 on white background.



Black color preview on #734351 background

This text has black color on #734351 background.


White color preview on #734351 background

This text has white color on #734351 background.