COLOR #41524A

HEX: #41524A
RGB: (65,82,74)

Color info

#41524A contains red, green and blue colors in about the same proportion. Web safe color of #41524A is #336633 (or #363).

RGB color model

#41524A color RGB value is (65,82,74).

  • red value is 65;
  • green value is 82;
  • blue value is 74.
RGB:
(65,82,74)
(25%,32%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 82 of 255 = 32%
B 74 of 255 = 29%

65
82
74

R + G + B ~ 29%. #41524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 82 + 74 = 221 (100%)
R 65 of 221 ~ 29.41%
G 82 of 221 ~ 37.1%
B 74 of 221 ~ 33.48%

%29.41
%37.1
%33.48

CMYK color model

#41524A color CMYK value is (21,0,10,68).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(21,0,10,68)
C21M0Y10K68 
(21%,0%,10%,68%)
(0.21/0.00/0.10/0.68)	

CMYK percentages

%20.73
%0
%9.76
%67.84

Codes

Color #41524A in popluar color models

41524A
RGB658274
HSL152°11.56%28.82%
HSB/HSV152°20.73%32.16%
CMYK20.73%0.00%9.76%
67.84%

Color #41524A in popluar number systems.

HEX41524A
Decimal658274
Binary100000110100101001010
Octal101122112

Shades and tints

Shades of #41524A

#41524A
(65,82,74)
#3C4B44
(60,75,68)
#37443E
(55,68,62)
#323D38
(50,61,56)
#2D3632
(45,54,50)
#282F2C
(40,47,44)
#232826
(35,40,38)
#1E2120
(30,33,32)
#191A1A
(25,26,26)
#141314
(20,19,20)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #41524A

#41524A
(65,82,74)
#52615A
(82,97,90)
#63706A
(99,112,106)
#747F7A
(116,127,122)
#858E8A
(133,142,138)
#969D9A
(150,157,154)
#A7ACAA
(167,172,170)
#B8BBBA
(184,187,186)
#C9CACA
(201,202,202)
#DAD9DA
(218,217,218)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41524A color. Also use rgb(65,82,74) instead hex code.

Text Font Color

.myTextColor { color: #41524A; }

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

This text font color is #41524A.


Background Color

.myBgColor { background-color: #41524A; }

<div style="background-color:#41524A">Inner text</div>

This div background color is #41524A.


Border color

.myBorderColor { border: 1px solid #41524A; }

<div style="border:3px solid #41524A">Div</div>

This div border color is #41524A.


Opacity

.myOpacity80 { color: #41524A; opacity: 0.8; }

<p style="color:#41524A;opacity:0.8;">80%</p>

Text with #41524A 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 #41524A;}

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

This text has shadow with #41524A color.

.textShadow {text-shadow: 3px 3px 1px #41524A, 3px 3px 1px red;}

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

This text has shadow with #41524A primary color and red secondary color.


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

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

This text has shadow with #41524A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41524A on black background.


Color preview on white background

This text has color #41524A on white background.



Black color preview on #41524A background

This text has black color on #41524A background.


White color preview on #41524A background

This text has white color on #41524A background.