COLOR #41623E

HEX: #41623E
RGB: (65,98,62)

Color info

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

RGB color model

#41623E color RGB value is (65,98,62).

  • red value is 65;
  • green value is 98;
  • blue value is 62.
RGB:
(65,98,62)
(25%,38%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 62 of 255 = 24%

65
98
62

R + G + B ~ 29%. #41623E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 62 = 225 (100%)
R 65 of 225 ~ 28.89%
G 98 of 225 ~ 43.56%
B 62 of 225 ~ 27.56%

%28.89
%43.56
%27.56

CMYK color model

#41623E color CMYK value is (34,0,37,62).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 61.57%
CMYK:
(34,0,37,62)
C34M0Y37K62 
(34%,0%,37%,62%)
(0.34/0.00/0.37/0.62)	

CMYK percentages

%33.67
%0
%36.73
%61.57

Codes

Color #41623E in popluar color models

41623E
RGB659862
HSL115°22.50%31.37%
HSB/HSV115°36.73%38.43%
CMYK33.67%0.00%36.73%
61.57%

Color #41623E in popluar number systems.

HEX41623E
Decimal659862
Binary10000011100010111110
Octal10114276

Shades and tints

Shades of #41623E

#41623E
(65,98,62)
#3C5A39
(60,90,57)
#375234
(55,82,52)
#324A2F
(50,74,47)
#2D422A
(45,66,42)
#283A25
(40,58,37)
#233220
(35,50,32)
#1E2A1B
(30,42,27)
#192216
(25,34,22)
#141A11
(20,26,17)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #41623E

#41623E
(65,98,62)
#52704F
(82,112,79)
#637E60
(99,126,96)
#748C71
(116,140,113)
#859A82
(133,154,130)
#96A893
(150,168,147)
#A7B6A4
(167,182,164)
#B8C4B5
(184,196,181)
#C9D2C6
(201,210,198)
#DAE0D7
(218,224,215)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41623E color. Also use rgb(65,98,62) instead hex code.

Text Font Color

.myTextColor { color: #41623E; }

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

This text font color is #41623E.


Background Color

.myBgColor { background-color: #41623E; }

<div style="background-color:#41623E">Inner text</div>

This div background color is #41623E.


Border color

.myBorderColor { border: 1px solid #41623E; }

<div style="border:3px solid #41623E">Div</div>

This div border color is #41623E.


Opacity

.myOpacity80 { color: #41623E; opacity: 0.8; }

<p style="color:#41623E;opacity:0.8;">80%</p>

Text with #41623E 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 #41623E;}

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

This text has shadow with #41623E color.

.textShadow {text-shadow: 3px 3px 1px #41623E, 3px 3px 1px red;}

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

This text has shadow with #41623E primary color and red secondary color.


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

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

This text has shadow with #41623E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41623E on black background.


Color preview on white background

This text has color #41623E on white background.



Black color preview on #41623E background

This text has black color on #41623E background.


White color preview on #41623E background

This text has white color on #41623E background.