COLOR #413634

HEX: #413634
RGB: (65,54,52)

Color info

#413634 contains red, green and blue colors in about the same proportion. Web safe color of #413634 is #333333 (or #333).

RGB color model

#413634 color RGB value is (65,54,52).

  • red value is 65;
  • green value is 54;
  • blue value is 52.
RGB:
(65,54,52)
(25%,21%,20%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 52 of 255 = 20%

65
54
52

R + G + B ~ 22%. #413634 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 52 = 171 (100%)
R 65 of 171 ~ 38.01%
G 54 of 171 ~ 31.58%
B 52 of 171 ~ 30.41%

%38.01
%31.58
%30.41

CMYK color model

#413634 color CMYK value is (0,17,20,75).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 20.00%
  • key color value is 74.51%
CMYK:
(0,17,20,75)
C0M17Y20K75 
(0%,17%,20%,75%)
(0.00/0.17/0.20/0.75)	

CMYK percentages

%0
%16.92
%20
%74.51

Codes

Color #413634 in popluar color models

413634
RGB655452
HSL11.11%22.94%
HSB/HSV20.00%25.49%
CMYK0.00%16.92%20.00%
74.51%

Color #413634 in popluar number systems.

HEX413634
Decimal655452
Binary1000001110110110100
Octal1016664

Shades and tints

Shades of #413634

#413634
(65,54,52)
#3C3230
(60,50,48)
#372E2C
(55,46,44)
#322A28
(50,42,40)
#2D2624
(45,38,36)
#282220
(40,34,32)
#231E1C
(35,30,28)
#1E1A18
(30,26,24)
#191614
(25,22,20)
#141210
(20,18,16)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #413634

#413634
(65,54,52)
#524846
(82,72,70)
#635A58
(99,90,88)
#746C6A
(116,108,106)
#857E7C
(133,126,124)
#96908E
(150,144,142)
#A7A2A0
(167,162,160)
#B8B4B2
(184,180,178)
#C9C6C4
(201,198,196)
#DAD8D6
(218,216,214)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413634 color. Also use rgb(65,54,52) instead hex code.

Text Font Color

.myTextColor { color: #413634; }

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

This text font color is #413634.


Background Color

.myBgColor { background-color: #413634; }

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

This div background color is #413634.


Border color

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

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

This div border color is #413634.


Opacity

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

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

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

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

This text has shadow with #413634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413634 on black background.


Color preview on white background

This text has color #413634 on white background.



Black color preview on #413634 background

This text has black color on #413634 background.


White color preview on #413634 background

This text has white color on #413634 background.