COLOR #41294D

HEX: #41294D
RGB: (65,41,77)

Color info

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

RGB color model

#41294D color RGB value is (65,41,77).

  • red value is 65;
  • green value is 41;
  • blue value is 77.
RGB:
(65,41,77)
(25%,16%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 77 of 255 = 30%

65
41
77

R + G + B ~ 24%. #41294D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 77 = 183 (100%)
R 65 of 183 ~ 35.52%
G 41 of 183 ~ 22.4%
B 77 of 183 ~ 42.08%

%35.52
%22.4
%42.08

CMYK color model

#41294D color CMYK value is (16,47,0,70).

  • cyan value is 15.58%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,47,0,70)
C16M47Y0K70 
(16%,47%,0%,70%)
(0.16/0.47/0.00/0.70)	

CMYK percentages

%15.58
%46.75
%0
%69.8

Codes

Color #41294D in popluar color models

41294D
RGB654177
HSL280°30.51%23.14%
HSB/HSV280°46.75%30.20%
CMYK15.58%46.75%0.00%
69.80%

Color #41294D in popluar number systems.

HEX41294D
Decimal654177
Binary10000011010011001101
Octal10151115

Shades and tints

Shades of #41294D

#41294D
(65,41,77)
#3C2646
(60,38,70)
#37233F
(55,35,63)
#322038
(50,32,56)
#2D1D31
(45,29,49)
#281A2A
(40,26,42)
#231723
(35,23,35)
#1E141C
(30,20,28)
#191115
(25,17,21)
#140E0E
(20,14,14)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #41294D

#41294D
(65,41,77)
#523C5D
(82,60,93)
#634F6D
(99,79,109)
#74627D
(116,98,125)
#85758D
(133,117,141)
#96889D
(150,136,157)
#A79BAD
(167,155,173)
#B8AEBD
(184,174,189)
#C9C1CD
(201,193,205)
#DAD4DD
(218,212,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41294D color. Also use rgb(65,41,77) instead hex code.

Text Font Color

.myTextColor { color: #41294D; }

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

This text font color is #41294D.


Background Color

.myBgColor { background-color: #41294D; }

<div style="background-color:#41294D">Inner text</div>

This div background color is #41294D.


Border color

.myBorderColor { border: 1px solid #41294D; }

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

This div border color is #41294D.


Opacity

.myOpacity80 { color: #41294D; opacity: 0.8; }

<p style="color:#41294D;opacity:0.8;">80%</p>

Text with #41294D 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 #41294D;}

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

This text has shadow with #41294D color.

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

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

This text has shadow with #41294D primary color and red secondary color.


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

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

This text has shadow with #41294D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41294D on black background.


Color preview on white background

This text has color #41294D on white background.



Black color preview on #41294D background

This text has black color on #41294D background.


White color preview on #41294D background

This text has white color on #41294D background.