COLOR #483C61

HEX: #483C61
RGB: (72,60,97)

Color info

#483C61 contains red, green and blue colors in about the same proportion. Web safe color of #483C61 is #333366 (or #336).

RGB color model

#483C61 color RGB value is (72,60,97).

  • red value is 72;
  • green value is 60;
  • blue value is 97.
RGB:
(72,60,97)
(28%,24%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 97 of 255 = 38%

72
60
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 97 = 229 (100%)
R 72 of 229 ~ 31.44%
G 60 of 229 ~ 26.2%
B 97 of 229 ~ 42.36%

%31.44
%26.2
%42.36

CMYK color model

#483C61 color CMYK value is (26,38,0,62).

  • cyan value is 25.77%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,38,0,62)
C26M38Y0K62 
(26%,38%,0%,62%)
(0.26/0.38/0.00/0.62)	

CMYK percentages

%25.77
%38.14
%0
%61.96

Codes

Color #483C61 in popluar color models

483C61
RGB726097
HSL259°23.57%30.78%
HSB/HSV259°38.14%38.04%
CMYK25.77%38.14%0.00%
61.96%

Color #483C61 in popluar number systems.

HEX483C61
Decimal726097
Binary10010001111001100001
Octal11074141

Shades and tints

Shades of #483C61

#483C61
(72,60,97)
#423759
(66,55,89)
#3C3251
(60,50,81)
#362D49
(54,45,73)
#302841
(48,40,65)
#2A2339
(42,35,57)
#241E31
(36,30,49)
#1E1929
(30,25,41)
#181421
(24,20,33)
#120F19
(18,15,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #483C61

#483C61
(72,60,97)
#584D6F
(88,77,111)
#685E7D
(104,94,125)
#786F8B
(120,111,139)
#888099
(136,128,153)
#9891A7
(152,145,167)
#A8A2B5
(168,162,181)
#B8B3C3
(184,179,195)
#C8C4D1
(200,196,209)
#D8D5DF
(216,213,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483C61 color. Also use rgb(72,60,97) instead hex code.

Text Font Color

.myTextColor { color: #483C61; }

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

This text font color is #483C61.


Background Color

.myBgColor { background-color: #483C61; }

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

This div background color is #483C61.


Border color

.myBorderColor { border: 1px solid #483C61; }

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

This div border color is #483C61.


Opacity

.myOpacity80 { color: #483C61; opacity: 0.8; }

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

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

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

This text has shadow with #483C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C61 on black background.


Color preview on white background

This text has color #483C61 on white background.



Black color preview on #483C61 background

This text has black color on #483C61 background.


White color preview on #483C61 background

This text has white color on #483C61 background.