COLOR #41072C

HEX: #41072C
RGB: (65,7,44)

Color info

#41072C contains red, green and blue colors in about the same proportion. Web safe color of #41072C is #330033 (or #303).

RGB color model

#41072C color RGB value is (65,7,44).

  • red value is 65;
  • green value is 7;
  • blue value is 44.
RGB:
(65,7,44)
(25%,3%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 7 of 255 = 3%
B 44 of 255 = 17%

65
7
44

R + G + B ~ 15%. #41072C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 7 + 44 = 116 (100%)
R 65 of 116 ~ 56.03%
G 7 of 116 ~ 6.03%
B 44 of 116 ~ 37.93%

%56.03
%37.93

CMYK color model

#41072C color CMYK value is (0,89,32,75).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 32.31%
  • key color value is 74.51%
CMYK:
(0,89,32,75)
C0M89Y32K75 
(0%,89%,32%,75%)
(0.00/0.89/0.32/0.75)	

CMYK percentages

%0
%89.23
%32.31
%74.51

Codes

Color #41072C in popluar color models

41072C
RGB65744
HSL322°80.56%14.12%
HSB/HSV322°89.23%25.49%
CMYK0.00%89.23%32.31%
74.51%

Color #41072C in popluar number systems.

HEX41072C
Decimal65744
Binary1000001111101100
Octal101754

Shades and tints

Shades of #41072C

#41072C
(65,7,44)
#3C0728
(60,7,40)
#370724
(55,7,36)
#320720
(50,7,32)
#2D071C
(45,7,28)
#280718
(40,7,24)
#230714
(35,7,20)
#1E0710
(30,7,16)
#19070C
(25,7,12)
#140708
(20,7,8)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #41072C

#41072C
(65,7,44)
#521D3F
(82,29,63)
#633352
(99,51,82)
#744965
(116,73,101)
#855F78
(133,95,120)
#96758B
(150,117,139)
#A78B9E
(167,139,158)
#B8A1B1
(184,161,177)
#C9B7C4
(201,183,196)
#DACDD7
(218,205,215)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41072C color. Also use rgb(65,7,44) instead hex code.

Text Font Color

.myTextColor { color: #41072C; }

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

This text font color is #41072C.


Background Color

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

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

This div background color is #41072C.


Border color

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

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

This div border color is #41072C.


Opacity

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

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

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

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

This text has shadow with #41072C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41072C on black background.


Color preview on white background

This text has color #41072C on white background.



Black color preview on #41072C background

This text has black color on #41072C background.


White color preview on #41072C background

This text has white color on #41072C background.