COLOR #41823C

HEX: #41823C RGB: (65,130,60)

Color info

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

RGB color model

#41823C color RGB value is (65,130,60).

RGB: (65,130,60) (25%, 51%, 24%)

RGB channels and saturation

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

65
130
60

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

Portions of RGB colors in percentages

R + G + B = 65 + 130 + 60 = 255 (100%)
R 65 of 255 ~ 25.49%
G 130 of 255 ~ 50.98%
B 60 of 255 ~ 23.53'%

%25.49
%50.98
%23.53

CMYK color model

#41823C color CMYK value is (50,0,54,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%

CMYK: (50,0,54,49)
C50M0Y54K49 (50%, 0%, 54%, 49%)
(0.50 / 0.00 / 0.54 / 0.49)

CMYK percentages

%50
%0
%53.85
%49.02

Codes

Color #41823C in popluar color models

41 82 3C
RGB 65 130 60
HSL 116° 36.84% 37.25%
HSB/HSV 116° 53.85% 50.98%
CMYK 50.00% 0.00% 53.85%
49.02%

Color #41823C in popluar number systems.

HEX 41 82 3C
Decimal 65 130 60
Binary 1000001 10000010 111100
Octal 101 202 74

Shades and tints

Shades of #41823C

#41823C
(65,130,60)
#3C7737
(60,119,55)
#376C32
(55,108,50)
#32612D
(50,97,45)
#2D5628
(45,86,40)
#284B23
(40,75,35)
#23401E
(35,64,30)
#1E3519
(30,53,25)
#192A14
(25,42,20)
#141F0F
(20,31,15)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #41823C

#41823C
(65,130,60)
#528D4D
(82,141,77)
#63985E
(99,152,94)
#74A36F
(116,163,111)
#85AE80
(133,174,128)
#96B991
(150,185,145)
#A7C4A2
(167,196,162)
#B8CFB3
(184,207,179)
#C9DAC4
(201,218,196)
#DAE5D5
(218,229,213)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41823C; }

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

This text font color is #41823C.

Background Color

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

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

This div background color is #41823C.

Border color

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

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

This div border color is #41823C.

Opacity

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

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

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

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

This text has shadow with #41823C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41823C.

Preview

Color preview on black background

This text has color #41823C on black background.


Color preview on white background

This text has color #41823C on white background.


Black color preview on #41823C background

This text has black color on #41823C background.


White color preview on #41823C background

This text has white color on #41823C background.


Related colors

Complementary color

Complementary color for #hex is #BE7DC3.


I love getcolorcode.com

Triadic colors

1 #3C4182 and #823C41 with #41823C are triadic colors.

2 #3C8241 and #82413C with #41823C are triadic colors.