COLOR #41274A

HEX: #41274A
RGB: (65,39,74)

Color info

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

RGB color model

#41274A color RGB value is (65,39,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 74 of 255 = 29%

65
39
74

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

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 74 = 178 (100%)
R 65 of 178 ~ 36.52%
G 39 of 178 ~ 21.91%
B 74 of 178 ~ 41.57%

%36.52
%21.91
%41.57

CMYK color model

#41274A color CMYK value is (12,47,0,71).

  • cyan value is 12.16%
  • magenta value is 47.30%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(12,47,0,71)
C12M47Y0K71 
(12%,47%,0%,71%)
(0.12/0.47/0.00/0.71)	

CMYK percentages

%12.16
%47.3
%0
%70.98

Codes

Color #41274A in popluar color models

41274A
RGB653974
HSL285°30.97%22.16%
HSB/HSV285°47.30%29.02%
CMYK12.16%47.30%0.00%
70.98%

Color #41274A in popluar number systems.

HEX41274A
Decimal653974
Binary10000011001111001010
Octal10147112

Shades and tints

Shades of #41274A

#41274A
(65,39,74)
#3C2444
(60,36,68)
#37213E
(55,33,62)
#321E38
(50,30,56)
#2D1B32
(45,27,50)
#28182C
(40,24,44)
#231526
(35,21,38)
#1E1220
(30,18,32)
#190F1A
(25,15,26)
#140C14
(20,12,20)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #41274A

#41274A
(65,39,74)
#523A5A
(82,58,90)
#634D6A
(99,77,106)
#74607A
(116,96,122)
#85738A
(133,115,138)
#96869A
(150,134,154)
#A799AA
(167,153,170)
#B8ACBA
(184,172,186)
#C9BFCA
(201,191,202)
#DAD2DA
(218,210,218)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41274A; }

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

This text font color is #41274A.


Background Color

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

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

This div background color is #41274A.


Border color

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

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

This div border color is #41274A.


Opacity

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

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

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

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

This text has shadow with #41274A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41274A on black background.


Color preview on white background

This text has color #41274A on white background.



Black color preview on #41274A background

This text has black color on #41274A background.


White color preview on #41274A background

This text has white color on #41274A background.