COLOR #41150C

HEX: #41150C RGB: (65,21,12)

Color info

#41150C contains red, green and blue colors in about the same proportion. Web safe color of #41150C is #330000 (or #300).

RGB color model

#41150C color RGB value is (65,21,12).

RGB: (65,21,12) (25%, 8%, 5%)

RGB channels and saturation

R 65 of 255 = 25%
G 21 of 255 = 8%
B 12 of 255 = 5%

65
21
12

R + G + B ~ 13%. #41150C is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 21 + 12 = 98 (100%)
R 65 of 98 ~ 66.33%
G 21 of 98 ~ 21.43%
B 12 of 98 ~ 12.24'%

%66.33
%21.43
%12.24

CMYK color model

#41150C color CMYK value is (0,68,82,75).

  • cyan value is 0.00%
  • magenta value is 67.69%
  • yellow value is 81.54%
  • key color value is 74.51%

CMYK: (0,68,82,75)
C0M68Y82K75 (0%, 68%, 82%, 75%)
(0.00 / 0.68 / 0.82 / 0.75)

CMYK percentages

%0
%67.69
%81.54
%74.51

Codes

Color #41150C in popluar color models

41 15 0C
RGB 65 21 12
HSL 10° 68.83% 15.10%
HSB/HSV 10° 81.54% 25.49%
CMYK 0.00% 67.69% 81.54%
74.51%

Color #41150C in popluar number systems.

HEX 41 15 0C
Decimal 65 21 12
Binary 1000001 10101 1100
Octal 101 25 14

Shades and tints

Shades of #41150C

#41150C
(65,21,12)
#3C140B
(60,20,11)
#37130A
(55,19,10)
#321209
(50,18,9)
#2D1108
(45,17,8)
#281007
(40,16,7)
#230F06
(35,15,6)
#1E0E05
(30,14,5)
#190D04
(25,13,4)
#140C03
(20,12,3)
#0F0B02
(15,11,2)
#000000
(0,0,0)

Tints of #41150C

#41150C
(65,21,12)
#522A22
(82,42,34)
#633F38
(99,63,56)
#74544E
(116,84,78)
#856964
(133,105,100)
#967E7A
(150,126,122)
#A79390
(167,147,144)
#B8A8A6
(184,168,166)
#C9BDBC
(201,189,188)
#DAD2D2
(218,210,210)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41150C color. Also use rgb(65,21,12) instead hex code.

Text Font Color

.myTextColor { color: #41150C; }

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

This text font color is #41150C.

Background Color

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

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

This div background color is #41150C.

Border color

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

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

This div border color is #41150C.

Opacity

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

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

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

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

This text has shadow with #41150C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41150C.

Preview

Color preview on black background

This text has color #41150C on black background.


Color preview on white background

This text has color #41150C on white background.


Black color preview on #41150C background

This text has black color on #41150C background.


White color preview on #41150C background

This text has white color on #41150C background.


Related colors

Complementary color

Complementary color for #hex is #BEEAF3.


I love getcolorcode.com

Triadic colors

1 #0C4115 and #150C41 with #41150C are triadic colors.

2 #0C1541 and #15410C with #41150C are triadic colors.