COLOR #3D0077

HEX: #3D0077
RGB: (61,0,119)

Color info

#3D0077 contains only red and blue colors. Web safe color of #3D0077 is #330066 (or #306).

RGB color model

#3D0077 color RGB value is (61,0,119).

  • red value is 61;
  • green value is 0;
  • blue value is 119.
RGB:
(61,0,119)
(24%,0%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 0 of 255 = 0%
B 119 of 255 = 47%

61
0
119

R + G + B ~ 24%. #3D0077 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 0 + 119 = 180 (100%)
R 61 of 180 ~ 33.89%
G 0 of 180 ~ 0%
B 119 of 180 ~ 66.11%

%33.89
%66.11

CMYK color model

#3D0077 color CMYK value is (49,100,0,53).

  • cyan value is 48.74%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(49,100,0,53)
C49M100Y0K53 
(49%,100%,0%,53%)
(0.49/1.00/0.00/0.53)	

CMYK percentages

%48.74
%100
%0
%53.33

Codes

Color #3D0077 in popluar color models

3D0077
RGB610119
HSL271°100.00%23.33%
HSB/HSV271°100.00%46.67%
CMYK48.74%100.00%0.00%
53.33%

Color #3D0077 in popluar number systems.

HEX3D0077
Decimal610119
Binary11110101110111
Octal750167

Shades and tints

Shades of #3D0077

#3D0077
(61,0,119)
#38006D
(56,0,109)
#330063
(51,0,99)
#2E0059
(46,0,89)
#29004F
(41,0,79)
#240045
(36,0,69)
#1F003B
(31,0,59)
#1A0031
(26,0,49)
#150027
(21,0,39)
#10001D
(16,0,29)
#0B0013
(11,0,19)
#000000
(0,0,0)

Tints of #3D0077

#3D0077
(61,0,119)
#4E1783
(78,23,131)
#5F2E8F
(95,46,143)
#70459B
(112,69,155)
#815CA7
(129,92,167)
#9273B3
(146,115,179)
#A38ABF
(163,138,191)
#B4A1CB
(180,161,203)
#C5B8D7
(197,184,215)
#D6CFE3
(214,207,227)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D0077 color. Also use rgb(61,0,119) instead hex code.

Text Font Color

.myTextColor { color: #3D0077; }

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

This text font color is #3D0077.


Background Color

.myBgColor { background-color: #3D0077; }

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

This div background color is #3D0077.


Border color

.myBorderColor { border: 1px solid #3D0077; }

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

This div border color is #3D0077.


Opacity

.myOpacity80 { color: #3D0077; opacity: 0.8; }

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

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

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

This text has shadow with #3D0077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D0077 on black background.


Color preview on white background

This text has color #3D0077 on white background.



Black color preview on #3D0077 background

This text has black color on #3D0077 background.


White color preview on #3D0077 background

This text has white color on #3D0077 background.