COLOR #41250B

HEX: #41250B
RGB: (65,37,11)

Color info

#41250B contains red, green and blue colors in about the same proportion. Web safe color of #41250B is #333300 (or #330).

RGB color model

#41250B color RGB value is (65,37,11).

  • red value is 65;
  • green value is 37;
  • blue value is 11.
RGB:
(65,37,11)
(25%,15%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 11 of 255 = 4%

65
37
11

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

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 11 = 113 (100%)
R 65 of 113 ~ 57.52%
G 37 of 113 ~ 32.74%
B 11 of 113 ~ 9.73%

%57.52
%32.74
%9.73

CMYK color model

#41250B color CMYK value is (0,43,83,75).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 83.08%
  • key color value is 74.51%
CMYK:
(0,43,83,75)
C0M43Y83K75 
(0%,43%,83%,75%)
(0.00/0.43/0.83/0.75)	

CMYK percentages

%0
%43.08
%83.08
%74.51

Codes

Color #41250B in popluar color models

41250B
RGB653711
HSL29°71.05%14.90%
HSB/HSV29°83.08%25.49%
CMYK0.00%43.08%83.08%
74.51%

Color #41250B in popluar number systems.

HEX41250B
Decimal653711
Binary10000011001011011
Octal1014513

Shades and tints

Shades of #41250B

#41250B
(65,37,11)
#3C220A
(60,34,10)
#371F09
(55,31,9)
#321C08
(50,28,8)
#2D1907
(45,25,7)
#281606
(40,22,6)
#231305
(35,19,5)
#1E1004
(30,16,4)
#190D03
(25,13,3)
#140A02
(20,10,2)
#0F0701
(15,7,1)
#000000
(0,0,0)

Tints of #41250B

#41250B
(65,37,11)
#523821
(82,56,33)
#634B37
(99,75,55)
#745E4D
(116,94,77)
#857163
(133,113,99)
#968479
(150,132,121)
#A7978F
(167,151,143)
#B8AAA5
(184,170,165)
#C9BDBB
(201,189,187)
#DAD0D1
(218,208,209)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41250B color. Also use rgb(65,37,11) instead hex code.

Text Font Color

.myTextColor { color: #41250B; }

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

This text font color is #41250B.


Background Color

.myBgColor { background-color: #41250B; }

<div style="background-color:#41250B">Inner text</div>

This div background color is #41250B.


Border color

.myBorderColor { border: 1px solid #41250B; }

<div style="border:3px solid #41250B">Div</div>

This div border color is #41250B.


Opacity

.myOpacity80 { color: #41250B; opacity: 0.8; }

<p style="color:#41250B;opacity:0.8;">80%</p>

Text with #41250B 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 #41250B;}

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

This text has shadow with #41250B color.

.textShadow {text-shadow: 3px 3px 1px #41250B, 3px 3px 1px red;}

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

This text has shadow with #41250B primary color and red secondary color.


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

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

This text has shadow with #41250B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41250B on black background.


Color preview on white background

This text has color #41250B on white background.



Black color preview on #41250B background

This text has black color on #41250B background.


White color preview on #41250B background

This text has white color on #41250B background.