COLOR #415E3B

HEX: #415E3B
RGB: (65,94,59)

Color info

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

RGB color model

#415E3B color RGB value is (65,94,59).

  • red value is 65;
  • green value is 94;
  • blue value is 59.
RGB:
(65,94,59)
(25%,37%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 94 of 255 = 37%
B 59 of 255 = 23%

65
94
59

R + G + B ~ 28%. #415E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 94 + 59 = 218 (100%)
R 65 of 218 ~ 29.82%
G 94 of 218 ~ 43.12%
B 59 of 218 ~ 27.06%

%29.82
%43.12
%27.06

CMYK color model

#415E3B color CMYK value is (31,0,37,63).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK:
(31,0,37,63)
C31M0Y37K63 
(31%,0%,37%,63%)
(0.31/0.00/0.37/0.63)	

CMYK percentages

%30.85
%0
%37.23
%63.14

Codes

Color #415E3B in popluar color models

415E3B
RGB659459
HSL110°22.88%30.00%
HSB/HSV110°37.23%36.86%
CMYK30.85%0.00%37.23%
63.14%

Color #415E3B in popluar number systems.

HEX415E3B
Decimal659459
Binary10000011011110111011
Octal10113673

Shades and tints

Shades of #415E3B

#415E3B
(65,94,59)
#3C5636
(60,86,54)
#374E31
(55,78,49)
#32462C
(50,70,44)
#2D3E27
(45,62,39)
#283622
(40,54,34)
#232E1D
(35,46,29)
#1E2618
(30,38,24)
#191E13
(25,30,19)
#14160E
(20,22,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #415E3B

#415E3B
(65,94,59)
#526C4C
(82,108,76)
#637A5D
(99,122,93)
#74886E
(116,136,110)
#85967F
(133,150,127)
#96A490
(150,164,144)
#A7B2A1
(167,178,161)
#B8C0B2
(184,192,178)
#C9CEC3
(201,206,195)
#DADCD4
(218,220,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415E3B color. Also use rgb(65,94,59) instead hex code.

Text Font Color

.myTextColor { color: #415E3B; }

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

This text font color is #415E3B.


Background Color

.myBgColor { background-color: #415E3B; }

<div style="background-color:#415E3B">Inner text</div>

This div background color is #415E3B.


Border color

.myBorderColor { border: 1px solid #415E3B; }

<div style="border:3px solid #415E3B">Div</div>

This div border color is #415E3B.


Opacity

.myOpacity80 { color: #415E3B; opacity: 0.8; }

<p style="color:#415E3B;opacity:0.8;">80%</p>

Text with #415E3B 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 #415E3B;}

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

This text has shadow with #415E3B color.

.textShadow {text-shadow: 3px 3px 1px #415E3B, 3px 3px 1px red;}

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

This text has shadow with #415E3B primary color and red secondary color.


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

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

This text has shadow with #415E3B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415E3B on black background.


Color preview on white background

This text has color #415E3B on white background.



Black color preview on #415E3B background

This text has black color on #415E3B background.


White color preview on #415E3B background

This text has white color on #415E3B background.