COLOR #603E65

HEX: #603E65
RGB: (96,62,101)

Color info

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

RGB color model

#603E65 color RGB value is (96,62,101).

  • red value is 96;
  • green value is 62;
  • blue value is 101.
RGB:
(96,62,101)
(38%,24%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 101 of 255 = 40%

96
62
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 62 + 101 = 259 (100%)
R 96 of 259 ~ 37.07%
G 62 of 259 ~ 23.94%
B 101 of 259 ~ 39%

%37.07
%23.94
%39

CMYK color model

#603E65 color CMYK value is (5,39,0,60).

  • cyan value is 4.95%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(5,39,0,60)
C5M39Y0K60 
(5%,39%,0%,60%)
(0.05/0.39/0.00/0.60)	

CMYK percentages

%4.95
%38.61
%0
%60.39

Codes

Color #603E65 in popluar color models

603E65
RGB9662101
HSL292°23.93%31.96%
HSB/HSV292°38.61%39.61%
CMYK4.95%38.61%0.00%
60.39%

Color #603E65 in popluar number systems.

HEX603E65
Decimal9662101
Binary11000001111101100101
Octal14076145

Shades and tints

Shades of #603E65

#603E65
(96,62,101)
#58395C
(88,57,92)
#503453
(80,52,83)
#482F4A
(72,47,74)
#402A41
(64,42,65)
#382538
(56,37,56)
#30202F
(48,32,47)
#281B26
(40,27,38)
#20161D
(32,22,29)
#181114
(24,17,20)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #603E65

#603E65
(96,62,101)
#6E4F73
(110,79,115)
#7C6081
(124,96,129)
#8A718F
(138,113,143)
#98829D
(152,130,157)
#A693AB
(166,147,171)
#B4A4B9
(180,164,185)
#C2B5C7
(194,181,199)
#D0C6D5
(208,198,213)
#DED7E3
(222,215,227)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603E65 color. Also use rgb(96,62,101) instead hex code.

Text Font Color

.myTextColor { color: #603E65; }

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

This text font color is #603E65.


Background Color

.myBgColor { background-color: #603E65; }

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

This div background color is #603E65.


Border color

.myBorderColor { border: 1px solid #603E65; }

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

This div border color is #603E65.


Opacity

.myOpacity80 { color: #603E65; opacity: 0.8; }

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

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

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

This text has shadow with #603E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603E65 on black background.


Color preview on white background

This text has color #603E65 on white background.



Black color preview on #603E65 background

This text has black color on #603E65 background.


White color preview on #603E65 background

This text has white color on #603E65 background.