COLOR #41273F

HEX: #41273F
RGB: (65,39,63)

Color info

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

RGB color model

#41273F color RGB value is (65,39,63).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 63 of 255 = 25%

65
39
63

R + G + B ~ 22%. #41273F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 63 = 167 (100%)
R 65 of 167 ~ 38.92%
G 39 of 167 ~ 23.35%
B 63 of 167 ~ 37.72%

%38.92
%23.35
%37.72

CMYK color model

#41273F color CMYK value is (0,40,3,75).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 3.08%
  • key color value is 74.51%
CMYK:
(0,40,3,75)
C0M40Y3K75 
(0%,40%,3%,75%)
(0.00/0.40/0.03/0.75)	

CMYK percentages

%0
%40
%3.08
%74.51

Codes

Color #41273F in popluar color models

41273F
RGB653963
HSL305°25.00%20.39%
HSB/HSV305°40.00%25.49%
CMYK0.00%40.00%3.08%
74.51%

Color #41273F in popluar number systems.

HEX41273F
Decimal653963
Binary1000001100111111111
Octal1014777

Shades and tints

Shades of #41273F

#41273F
(65,39,63)
#3C243A
(60,36,58)
#372135
(55,33,53)
#321E30
(50,30,48)
#2D1B2B
(45,27,43)
#281826
(40,24,38)
#231521
(35,21,33)
#1E121C
(30,18,28)
#190F17
(25,15,23)
#140C12
(20,12,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #41273F

#41273F
(65,39,63)
#523A50
(82,58,80)
#634D61
(99,77,97)
#746072
(116,96,114)
#857383
(133,115,131)
#968694
(150,134,148)
#A799A5
(167,153,165)
#B8ACB6
(184,172,182)
#C9BFC7
(201,191,199)
#DAD2D8
(218,210,216)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41273F color. Also use rgb(65,39,63) instead hex code.

Text Font Color

.myTextColor { color: #41273F; }

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

This text font color is #41273F.


Background Color

.myBgColor { background-color: #41273F; }

<div style="background-color:#41273F">Inner text</div>

This div background color is #41273F.


Border color

.myBorderColor { border: 1px solid #41273F; }

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

This div border color is #41273F.


Opacity

.myOpacity80 { color: #41273F; opacity: 0.8; }

<p style="color:#41273F;opacity:0.8;">80%</p>

Text with #41273F 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 #41273F;}

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

This text has shadow with #41273F color.

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

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

This text has shadow with #41273F primary color and red secondary color.


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

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

This text has shadow with #41273F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41273F on black background.


Color preview on white background

This text has color #41273F on white background.



Black color preview on #41273F background

This text has black color on #41273F background.


White color preview on #41273F background

This text has white color on #41273F background.