COLOR #414427

HEX: #414427
RGB: (65,68,39)

Color info

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

RGB color model

#414427 color RGB value is (65,68,39).

  • red value is 65;
  • green value is 68;
  • blue value is 39.
RGB:
(65,68,39)
(25%,27%,15%)

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 39 of 255 = 15%

65
68
39

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

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 39 = 172 (100%)
R 65 of 172 ~ 37.79%
G 68 of 172 ~ 39.53%
B 39 of 172 ~ 22.67%

%37.79
%39.53
%22.67

CMYK color model

#414427 color CMYK value is (4,0,43,73).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(4,0,43,73)
C4M0Y43K73 
(4%,0%,43%,73%)
(0.04/0.00/0.43/0.73)	

CMYK percentages

%4.41
%0
%42.65
%73.33

Codes

Color #414427 in popluar color models

414427
RGB656839
HSL66°27.10%20.98%
HSB/HSV66°42.65%26.67%
CMYK4.41%0.00%42.65%
73.33%

Color #414427 in popluar number systems.

HEX414427
Decimal656839
Binary10000011000100100111
Octal10110447

Shades and tints

Shades of #414427

#414427
(65,68,39)
#3C3E24
(60,62,36)
#373821
(55,56,33)
#32321E
(50,50,30)
#2D2C1B
(45,44,27)
#282618
(40,38,24)
#232015
(35,32,21)
#1E1A12
(30,26,18)
#19140F
(25,20,15)
#140E0C
(20,14,12)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #414427

#414427
(65,68,39)
#52553A
(82,85,58)
#63664D
(99,102,77)
#747760
(116,119,96)
#858873
(133,136,115)
#969986
(150,153,134)
#A7AA99
(167,170,153)
#B8BBAC
(184,187,172)
#C9CCBF
(201,204,191)
#DADDD2
(218,221,210)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414427 color. Also use rgb(65,68,39) instead hex code.

Text Font Color

.myTextColor { color: #414427; }

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

This text font color is #414427.


Background Color

.myBgColor { background-color: #414427; }

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

This div background color is #414427.


Border color

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

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

This div border color is #414427.


Opacity

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

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

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

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

This text has shadow with #414427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414427 on black background.


Color preview on white background

This text has color #414427 on white background.



Black color preview on #414427 background

This text has black color on #414427 background.


White color preview on #414427 background

This text has white color on #414427 background.