COLOR #41813C

HEX: #41813C
RGB: (65,129,60)

Color info

#41813C contains mainly green color. Web safe color of #41813C is #339933 (or #393).

RGB color model

#41813C color RGB value is (65,129,60).

  • red value is 65;
  • green value is 129;
  • blue value is 60.
RGB:
(65,129,60)
(25%,51%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 129 of 255 = 51%
B 60 of 255 = 24%

65
129
60

R + G + B ~ 33%. #41813C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 129 + 60 = 254 (100%)
R 65 of 254 ~ 25.59%
G 129 of 254 ~ 50.79%
B 60 of 254 ~ 23.62%

%25.59
%50.79
%23.62

CMYK color model

#41813C color CMYK value is (50,0,53,49).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 49.41%
CMYK:
(50,0,53,49)
C50M0Y53K49 
(50%,0%,53%,49%)
(0.50/0.00/0.53/0.49)	

CMYK percentages

%49.61
%0
%53.49
%49.41

Codes

Color #41813C in popluar color models

41813C
RGB6512960
HSL116°36.51%37.06%
HSB/HSV116°53.49%50.59%
CMYK49.61%0.00%53.49%
49.41%

Color #41813C in popluar number systems.

HEX41813C
Decimal6512960
Binary100000110000001111100
Octal10120174

Shades and tints

Shades of #41813C

#41813C
(65,129,60)
#3C7637
(60,118,55)
#376B32
(55,107,50)
#32602D
(50,96,45)
#2D5528
(45,85,40)
#284A23
(40,74,35)
#233F1E
(35,63,30)
#1E3419
(30,52,25)
#192914
(25,41,20)
#141E0F
(20,30,15)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #41813C

#41813C
(65,129,60)
#528C4D
(82,140,77)
#63975E
(99,151,94)
#74A26F
(116,162,111)
#85AD80
(133,173,128)
#96B891
(150,184,145)
#A7C3A2
(167,195,162)
#B8CEB3
(184,206,179)
#C9D9C4
(201,217,196)
#DAE4D5
(218,228,213)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41813C color. Also use rgb(65,129,60) instead hex code.

Text Font Color

.myTextColor { color: #41813C; }

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

This text font color is #41813C.


Background Color

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

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

This div background color is #41813C.


Border color

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

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

This div border color is #41813C.


Opacity

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

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

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

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

This text has shadow with #41813C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41813C on black background.


Color preview on white background

This text has color #41813C on white background.



Black color preview on #41813C background

This text has black color on #41813C background.


White color preview on #41813C background

This text has white color on #41813C background.