COLOR #41366D

HEX: #41366D RGB: (65,54,109)

Color info

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

RGB color model

#41366D color RGB value is (65,54,109).

RGB: (65,54,109) (25%, 21%, 43%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 109 of 255 = 43%

65
54
109

R + G + B ~ 30%. #41366D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 54 + 109 = 228 (100%)
R 65 of 228 ~ 28.51%
G 54 of 228 ~ 23.68%
B 109 of 228 ~ 47.81'%

%28.51
%23.68
%47.81

CMYK color model

#41366D color CMYK value is (40,50,0,57).

  • cyan value is 40.37%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (40,50,0,57)
C40M50Y0K57 (40%, 50%, 0%, 57%)
(0.40 / 0.50 / 0.00 / 0.57)

CMYK percentages

%40.37
%50.46
%0
%57.25

Codes

Color #41366D in popluar color models

41 36 6D
RGB 65 54 109
HSL 252° 33.74% 31.96%
HSB/HSV 252° 50.46% 42.75%
CMYK 40.37% 50.46% 0.00%
57.25%

Color #41366D in popluar number systems.

HEX 41 36 6D
Decimal 65 54 109
Binary 1000001 110110 1101101
Octal 101 66 155

Shades and tints

Shades of #41366D

#41366D
(65,54,109)
#3C3264
(60,50,100)
#372E5B
(55,46,91)
#322A52
(50,42,82)
#2D2649
(45,38,73)
#282240
(40,34,64)
#231E37
(35,30,55)
#1E1A2E
(30,26,46)
#191625
(25,22,37)
#14121C
(20,18,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #41366D

#41366D
(65,54,109)
#52487A
(82,72,122)
#635A87
(99,90,135)
#746C94
(116,108,148)
#857EA1
(133,126,161)
#9690AE
(150,144,174)
#A7A2BB
(167,162,187)
#B8B4C8
(184,180,200)
#C9C6D5
(201,198,213)
#DAD8E2
(218,216,226)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41366D color. Also use rgb(65,54,109) instead hex code.

Text Font Color

.myTextColor { color: #41366D; }

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

This text font color is #41366D.

Background Color

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

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

This div background color is #41366D.

Border color

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

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

This div border color is #41366D.

Opacity

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

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

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

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

This text has shadow with #41366D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41366D.

Preview

Color preview on black background

This text has color #41366D on black background.


Color preview on white background

This text has color #41366D on white background.


Black color preview on #41366D background

This text has black color on #41366D background.


White color preview on #41366D background

This text has white color on #41366D background.


Related colors

Complementary color

Complementary color for #hex is #BEC992.


I love getcolorcode.com

Triadic colors

1 #6D4136 and #366D41 with #41366D are triadic colors.

2 #6D3641 and #36416D with #41366D are triadic colors.