COLOR #41824F

HEX: #41824F
RGB: (65,130,79)

Color info

#41824F contains mainly green and blue colors. Web safe color of #41824F is #339966 (or #396).

RGB color model

#41824F color RGB value is (65,130,79).

  • red value is 65;
  • green value is 130;
  • blue value is 79.
RGB:
(65,130,79)
(25%,51%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 130 of 255 = 51%
B 79 of 255 = 31%

65
130
79

R + G + B ~ 36%. #41824F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 130 + 79 = 274 (100%)
R 65 of 274 ~ 23.72%
G 130 of 274 ~ 47.45%
B 79 of 274 ~ 28.83%

%23.72
%47.45
%28.83

CMYK color model

#41824F color CMYK value is (50,0,39,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(50,0,39,49)
C50M0Y39K49 
(50%,0%,39%,49%)
(0.50/0.00/0.39/0.49)	

CMYK percentages

%50
%0
%39.23
%49.02

Codes

Color #41824F in popluar color models

41824F
RGB6513079
HSL133°33.33%38.24%
HSB/HSV133°50.00%50.98%
CMYK50.00%0.00%39.23%
49.02%

Color #41824F in popluar number systems.

HEX41824F
Decimal6513079
Binary1000001100000101001111
Octal101202117

Shades and tints

Shades of #41824F

#41824F
(65,130,79)
#3C7748
(60,119,72)
#376C41
(55,108,65)
#32613A
(50,97,58)
#2D5633
(45,86,51)
#284B2C
(40,75,44)
#234025
(35,64,37)
#1E351E
(30,53,30)
#192A17
(25,42,23)
#141F10
(20,31,16)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #41824F

#41824F
(65,130,79)
#528D5F
(82,141,95)
#63986F
(99,152,111)
#74A37F
(116,163,127)
#85AE8F
(133,174,143)
#96B99F
(150,185,159)
#A7C4AF
(167,196,175)
#B8CFBF
(184,207,191)
#C9DACF
(201,218,207)
#DAE5DF
(218,229,223)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41824F color. Also use rgb(65,130,79) instead hex code.

Text Font Color

.myTextColor { color: #41824F; }

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

This text font color is #41824F.


Background Color

.myBgColor { background-color: #41824F; }

<div style="background-color:#41824F">Inner text</div>

This div background color is #41824F.


Border color

.myBorderColor { border: 1px solid #41824F; }

<div style="border:3px solid #41824F">Div</div>

This div border color is #41824F.


Opacity

.myOpacity80 { color: #41824F; opacity: 0.8; }

<p style="color:#41824F;opacity:0.8;">80%</p>

Text with #41824F 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 #41824F;}

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

This text has shadow with #41824F color.

.textShadow {text-shadow: 3px 3px 1px #41824F, 3px 3px 1px red;}

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

This text has shadow with #41824F primary color and red secondary color.


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

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

This text has shadow with #41824F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41824F on black background.


Color preview on white background

This text has color #41824F on white background.



Black color preview on #41824F background

This text has black color on #41824F background.


White color preview on #41824F background

This text has white color on #41824F background.