COLOR #41252B

HEX: #41252B RGB: (65,37,43)

Color info

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

RGB color model

#41252B color RGB value is (65,37,43).

RGB: (65,37,43) (25%, 15%, 17%)

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 43 of 255 = 17%

65
37
43

R + G + B ~ 19%. #41252B is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 37 + 43 = 145 (100%)
R 65 of 145 ~ 44.83%
G 37 of 145 ~ 25.52%
B 43 of 145 ~ 29.66'%

%44.83
%25.52
%29.66

CMYK color model

#41252B color CMYK value is (0,43,34,75).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 33.85%
  • key color value is 74.51%

CMYK: (0,43,34,75)
C0M43Y34K75 (0%, 43%, 34%, 75%)
(0.00 / 0.43 / 0.34 / 0.75)

CMYK percentages

%0
%43.08
%33.85
%74.51

Codes

Color #41252B in popluar color models

41 25 2B
RGB 65 37 43
HSL 347° 27.45% 20.00%
HSB/HSV 347° 43.08% 25.49%
CMYK 0.00% 43.08% 33.85%
74.51%

Color #41252B in popluar number systems.

HEX 41 25 2B
Decimal 65 37 43
Binary 1000001 100101 101011
Octal 101 45 53

Shades and tints

Shades of #41252B

#41252B
(65,37,43)
#3C2228
(60,34,40)
#371F25
(55,31,37)
#321C22
(50,28,34)
#2D191F
(45,25,31)
#28161C
(40,22,28)
#231319
(35,19,25)
#1E1016
(30,16,22)
#190D13
(25,13,19)
#140A10
(20,10,16)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #41252B

#41252B
(65,37,43)
#52383E
(82,56,62)
#634B51
(99,75,81)
#745E64
(116,94,100)
#857177
(133,113,119)
#96848A
(150,132,138)
#A7979D
(167,151,157)
#B8AAB0
(184,170,176)
#C9BDC3
(201,189,195)
#DAD0D6
(218,208,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41252B; }

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

This text font color is #41252B.

Background Color

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

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

This div background color is #41252B.

Border color

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

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

This div border color is #41252B.

Opacity

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

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

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

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

This text has shadow with #41252B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41252B.

Preview

Color preview on black background

This text has color #41252B on black background.


Color preview on white background

This text has color #41252B on white background.


Black color preview on #41252B background

This text has black color on #41252B background.


White color preview on #41252B background

This text has white color on #41252B background.


Related colors

Complementary color

Complementary color for #hex is #BEDAD4.


I love getcolorcode.com

Triadic colors

1 #2B4125 and #252B41 with #41252B are triadic colors.

2 #2B2541 and #25412B with #41252B are triadic colors.