COLOR #672359

HEX: #672359
RGB: (103,35,89)

Color info

#672359 contains mainly red and blue colors. Web safe color of #672359 is #663366 (or #636).

RGB color model

#672359 color RGB value is (103,35,89).

  • red value is 103;
  • green value is 35;
  • blue value is 89.
RGB:
(103,35,89)
(40%,14%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 35 of 255 = 14%
B 89 of 255 = 35%

103
35
89

R + G + B ~ 30%. #672359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 35 + 89 = 227 (100%)
R 103 of 227 ~ 45.37%
G 35 of 227 ~ 15.42%
B 89 of 227 ~ 39.21%

%45.37
%15.42
%39.21

CMYK color model

#672359 color CMYK value is (0,66,14,60).

  • cyan value is 0.00%
  • magenta value is 66.02%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(0,66,14,60)
C0M66Y14K60 
(0%,66%,14%,60%)
(0.00/0.66/0.14/0.60)	

CMYK percentages

%0
%66.02
%13.59
%59.61

Codes

Color #672359 in popluar color models

672359
RGB1033589
HSL312°49.28%27.06%
HSB/HSV312°66.02%40.39%
CMYK0.00%66.02%13.59%
59.61%

Color #672359 in popluar number systems.

HEX672359
Decimal1033589
Binary11001111000111011001
Octal14743131

Shades and tints

Shades of #672359

#672359
(103,35,89)
#5E2051
(94,32,81)
#551D49
(85,29,73)
#4C1A41
(76,26,65)
#431739
(67,23,57)
#3A1431
(58,20,49)
#311129
(49,17,41)
#280E21
(40,14,33)
#1F0B19
(31,11,25)
#160811
(22,8,17)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #672359

#672359
(103,35,89)
#743768
(116,55,104)
#814B77
(129,75,119)
#8E5F86
(142,95,134)
#9B7395
(155,115,149)
#A887A4
(168,135,164)
#B59BB3
(181,155,179)
#C2AFC2
(194,175,194)
#CFC3D1
(207,195,209)
#DCD7E0
(220,215,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672359 color. Also use rgb(103,35,89) instead hex code.

Text Font Color

.myTextColor { color: #672359; }

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

This text font color is #672359.


Background Color

.myBgColor { background-color: #672359; }

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

This div background color is #672359.


Border color

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

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

This div border color is #672359.


Opacity

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

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

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

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

This text has shadow with #672359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672359 on black background.


Color preview on white background

This text has color #672359 on white background.



Black color preview on #672359 background

This text has black color on #672359 background.


White color preview on #672359 background

This text has white color on #672359 background.