COLOR #3D304A

HEX: #3D304A
RGB: (61,48,74)

Color info

#3D304A contains red, green and blue colors in about the same proportion. Web safe color of #3D304A is #333333 (or #333).

RGB color model

#3D304A color RGB value is (61,48,74).

  • red value is 61;
  • green value is 48;
  • blue value is 74.
RGB:
(61,48,74)
(24%,19%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 48 of 255 = 19%
B 74 of 255 = 29%

61
48
74

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

Portions of RGB colors in percentages

R + G + B =
61 + 48 + 74 = 183 (100%)
R 61 of 183 ~ 33.33%
G 48 of 183 ~ 26.23%
B 74 of 183 ~ 40.44%

%33.33
%26.23
%40.44

CMYK color model

#3D304A color CMYK value is (18,35,0,71).

  • cyan value is 17.57%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(18,35,0,71)
C18M35Y0K71 
(18%,35%,0%,71%)
(0.18/0.35/0.00/0.71)	

CMYK percentages

%17.57
%35.14
%0
%70.98

Codes

Color #3D304A in popluar color models

3D304A
RGB614874
HSL270°21.31%23.92%
HSB/HSV270°35.14%29.02%
CMYK17.57%35.14%0.00%
70.98%

Color #3D304A in popluar number systems.

HEX3D304A
Decimal614874
Binary1111011100001001010
Octal7560112

Shades and tints

Shades of #3D304A

#3D304A
(61,48,74)
#382C44
(56,44,68)
#33283E
(51,40,62)
#2E2438
(46,36,56)
#292032
(41,32,50)
#241C2C
(36,28,44)
#1F1826
(31,24,38)
#1A1420
(26,20,32)
#15101A
(21,16,26)
#100C14
(16,12,20)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #3D304A

#3D304A
(61,48,74)
#4E425A
(78,66,90)
#5F546A
(95,84,106)
#70667A
(112,102,122)
#81788A
(129,120,138)
#928A9A
(146,138,154)
#A39CAA
(163,156,170)
#B4AEBA
(180,174,186)
#C5C0CA
(197,192,202)
#D6D2DA
(214,210,218)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D304A color. Also use rgb(61,48,74) instead hex code.

Text Font Color

.myTextColor { color: #3D304A; }

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

This text font color is #3D304A.


Background Color

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

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

This div background color is #3D304A.


Border color

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

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

This div border color is #3D304A.


Opacity

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

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

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

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

This text has shadow with #3D304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D304A on black background.


Color preview on white background

This text has color #3D304A on white background.



Black color preview on #3D304A background

This text has black color on #3D304A background.


White color preview on #3D304A background

This text has white color on #3D304A background.