COLOR #415828

HEX: #415828
RGB: (65,88,40)

Color info

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

RGB color model

#415828 color RGB value is (65,88,40).

  • red value is 65;
  • green value is 88;
  • blue value is 40.
RGB:
(65,88,40)
(25%,35%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 40 of 255 = 16%

65
88
40

R + G + B ~ 25%. #415828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 88 + 40 = 193 (100%)
R 65 of 193 ~ 33.68%
G 88 of 193 ~ 45.6%
B 40 of 193 ~ 20.73%

%33.68
%45.6
%20.73

CMYK color model

#415828 color CMYK value is (26,0,55,65).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 65.49%
CMYK:
(26,0,55,65)
C26M0Y55K65 
(26%,0%,55%,65%)
(0.26/0.00/0.55/0.65)	

CMYK percentages

%26.14
%0
%54.55
%65.49

Codes

Color #415828 in popluar color models

415828
RGB658840
HSL89°37.50%25.10%
HSB/HSV89°54.55%34.51%
CMYK26.14%0.00%54.55%
65.49%

Color #415828 in popluar number systems.

HEX415828
Decimal658840
Binary10000011011000101000
Octal10113050

Shades and tints

Shades of #415828

#415828
(65,88,40)
#3C5025
(60,80,37)
#374822
(55,72,34)
#32401F
(50,64,31)
#2D381C
(45,56,28)
#283019
(40,48,25)
#232816
(35,40,22)
#1E2013
(30,32,19)
#191810
(25,24,16)
#14100D
(20,16,13)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #415828

#415828
(65,88,40)
#52673B
(82,103,59)
#63764E
(99,118,78)
#748561
(116,133,97)
#859474
(133,148,116)
#96A387
(150,163,135)
#A7B29A
(167,178,154)
#B8C1AD
(184,193,173)
#C9D0C0
(201,208,192)
#DADFD3
(218,223,211)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415828 color. Also use rgb(65,88,40) instead hex code.

Text Font Color

.myTextColor { color: #415828; }

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

This text font color is #415828.


Background Color

.myBgColor { background-color: #415828; }

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

This div background color is #415828.


Border color

.myBorderColor { border: 1px solid #415828; }

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

This div border color is #415828.


Opacity

.myOpacity80 { color: #415828; opacity: 0.8; }

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

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

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

This text has shadow with #415828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415828 on black background.


Color preview on white background

This text has color #415828 on white background.



Black color preview on #415828 background

This text has black color on #415828 background.


White color preview on #415828 background

This text has white color on #415828 background.