COLOR #415330

HEX: #415330
RGB: (65,83,48)

Color info

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

RGB color model

#415330 color RGB value is (65,83,48).

  • red value is 65;
  • green value is 83;
  • blue value is 48.
RGB:
(65,83,48)
(25%,33%,19%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 48 of 255 = 19%

65
83
48

R + G + B ~ 26%. #415330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 48 = 196 (100%)
R 65 of 196 ~ 33.16%
G 83 of 196 ~ 42.35%
B 48 of 196 ~ 24.49%

%33.16
%42.35
%24.49

CMYK color model

#415330 color CMYK value is (22,0,42,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(22,0,42,67)
C22M0Y42K67 
(22%,0%,42%,67%)
(0.22/0.00/0.42/0.67)	

CMYK percentages

%21.69
%0
%42.17
%67.45

Codes

Color #415330 in popluar color models

415330
RGB658348
HSL91°26.72%25.69%
HSB/HSV91°42.17%32.55%
CMYK21.69%0.00%42.17%
67.45%

Color #415330 in popluar number systems.

HEX415330
Decimal658348
Binary10000011010011110000
Octal10112360

Shades and tints

Shades of #415330

#415330
(65,83,48)
#3C4C2C
(60,76,44)
#374528
(55,69,40)
#323E24
(50,62,36)
#2D3720
(45,55,32)
#28301C
(40,48,28)
#232918
(35,41,24)
#1E2214
(30,34,20)
#191B10
(25,27,16)
#14140C
(20,20,12)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #415330

#415330
(65,83,48)
#526242
(82,98,66)
#637154
(99,113,84)
#748066
(116,128,102)
#858F78
(133,143,120)
#969E8A
(150,158,138)
#A7AD9C
(167,173,156)
#B8BCAE
(184,188,174)
#C9CBC0
(201,203,192)
#DADAD2
(218,218,210)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415330 color. Also use rgb(65,83,48) instead hex code.

Text Font Color

.myTextColor { color: #415330; }

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

This text font color is #415330.


Background Color

.myBgColor { background-color: #415330; }

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

This div background color is #415330.


Border color

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

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

This div border color is #415330.


Opacity

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

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

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

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

This text has shadow with #415330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415330 on black background.


Color preview on white background

This text has color #415330 on white background.



Black color preview on #415330 background

This text has black color on #415330 background.


White color preview on #415330 background

This text has white color on #415330 background.