COLOR #3D294A

HEX: #3D294A
RGB: (61,41,74)

Color info

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

RGB color model

#3D294A color RGB value is (61,41,74).

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

RGB channels and saturation

R 61 of 255 = 24%
G 41 of 255 = 16%
B 74 of 255 = 29%

61
41
74

R + G + B ~ 23%. #3D294A is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 41 + 74 = 176 (100%)
R 61 of 176 ~ 34.66%
G 41 of 176 ~ 23.3%
B 74 of 176 ~ 42.05%

%34.66
%23.3
%42.05

CMYK color model

#3D294A color CMYK value is (18,45,0,71).

  • cyan value is 17.57%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(18,45,0,71)
C18M45Y0K71 
(18%,45%,0%,71%)
(0.18/0.45/0.00/0.71)	

CMYK percentages

%17.57
%44.59
%0
%70.98

Codes

Color #3D294A in popluar color models

3D294A
RGB614174
HSL276°28.70%22.55%
HSB/HSV276°44.59%29.02%
CMYK17.57%44.59%0.00%
70.98%

Color #3D294A in popluar number systems.

HEX3D294A
Decimal614174
Binary1111011010011001010
Octal7551112

Shades and tints

Shades of #3D294A

#3D294A
(61,41,74)
#382644
(56,38,68)
#33233E
(51,35,62)
#2E2038
(46,32,56)
#291D32
(41,29,50)
#241A2C
(36,26,44)
#1F1726
(31,23,38)
#1A1420
(26,20,32)
#15111A
(21,17,26)
#100E14
(16,14,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #3D294A

#3D294A
(61,41,74)
#4E3C5A
(78,60,90)
#5F4F6A
(95,79,106)
#70627A
(112,98,122)
#81758A
(129,117,138)
#92889A
(146,136,154)
#A39BAA
(163,155,170)
#B4AEBA
(180,174,186)
#C5C1CA
(197,193,202)
#D6D4DA
(214,212,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D294A; }

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

This text font color is #3D294A.


Background Color

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

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

This div background color is #3D294A.


Border color

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

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

This div border color is #3D294A.


Opacity

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

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

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

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

This text has shadow with #3D294A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D294A on black background.


Color preview on white background

This text has color #3D294A on white background.



Black color preview on #3D294A background

This text has black color on #3D294A background.


White color preview on #3D294A background

This text has white color on #3D294A background.