COLOR #41274C

HEX: #41274C
RGB: (65,39,76)

Color info

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

RGB color model

#41274C color RGB value is (65,39,76).

  • red value is 65;
  • green value is 39;
  • blue value is 76.
RGB:
(65,39,76)
(25%,15%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 76 of 255 = 30%

65
39
76

R + G + B ~ 23%. #41274C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 76 = 180 (100%)
R 65 of 180 ~ 36.11%
G 39 of 180 ~ 21.67%
B 76 of 180 ~ 42.22%

%36.11
%21.67
%42.22

CMYK color model

#41274C color CMYK value is (14,49,0,70).

  • cyan value is 14.47%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(14,49,0,70)
C14M49Y0K70 
(14%,49%,0%,70%)
(0.14/0.49/0.00/0.70)	

CMYK percentages

%14.47
%48.68
%0
%70.2

Codes

Color #41274C in popluar color models

41274C
RGB653976
HSL282°32.17%22.55%
HSB/HSV282°48.68%29.80%
CMYK14.47%48.68%0.00%
70.20%

Color #41274C in popluar number systems.

HEX41274C
Decimal653976
Binary10000011001111001100
Octal10147114

Shades and tints

Shades of #41274C

#41274C
(65,39,76)
#3C2446
(60,36,70)
#372140
(55,33,64)
#321E3A
(50,30,58)
#2D1B34
(45,27,52)
#28182E
(40,24,46)
#231528
(35,21,40)
#1E1222
(30,18,34)
#190F1C
(25,15,28)
#140C16
(20,12,22)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #41274C

#41274C
(65,39,76)
#523A5C
(82,58,92)
#634D6C
(99,77,108)
#74607C
(116,96,124)
#85738C
(133,115,140)
#96869C
(150,134,156)
#A799AC
(167,153,172)
#B8ACBC
(184,172,188)
#C9BFCC
(201,191,204)
#DAD2DC
(218,210,220)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41274C color. Also use rgb(65,39,76) instead hex code.

Text Font Color

.myTextColor { color: #41274C; }

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

This text font color is #41274C.


Background Color

.myBgColor { background-color: #41274C; }

<div style="background-color:#41274C">Inner text</div>

This div background color is #41274C.


Border color

.myBorderColor { border: 1px solid #41274C; }

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

This div border color is #41274C.


Opacity

.myOpacity80 { color: #41274C; opacity: 0.8; }

<p style="color:#41274C;opacity:0.8;">80%</p>

Text with #41274C 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 #41274C;}

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

This text has shadow with #41274C color.

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

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

This text has shadow with #41274C primary color and red secondary color.


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

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

This text has shadow with #41274C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41274C on black background.


Color preview on white background

This text has color #41274C on white background.



Black color preview on #41274C background

This text has black color on #41274C background.


White color preview on #41274C background

This text has white color on #41274C background.