COLOR #40272C

HEX: #40272C
RGB: (64,39,44)

Color info

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

RGB color model

#40272C color RGB value is (64,39,44).

  • red value is 64;
  • green value is 39;
  • blue value is 44.
RGB:
(64,39,44)
(25%,15%,17%)

RGB channels and saturation

R 64 of 255 = 25%
G 39 of 255 = 15%
B 44 of 255 = 17%

64
39
44

R + G + B ~ 19%. #40272C is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 39 + 44 = 147 (100%)
R 64 of 147 ~ 43.54%
G 39 of 147 ~ 26.53%
B 44 of 147 ~ 29.93%

%43.54
%26.53
%29.93

CMYK color model

#40272C color CMYK value is (0,39,31,75).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 31.25%
  • key color value is 74.90%
CMYK:
(0,39,31,75)
C0M39Y31K75 
(0%,39%,31%,75%)
(0.00/0.39/0.31/0.75)	

CMYK percentages

%0
%39.06
%31.25
%74.9

Codes

Color #40272C in popluar color models

40272C
RGB643944
HSL348°24.27%20.20%
HSB/HSV348°39.06%25.10%
CMYK0.00%39.06%31.25%
74.90%

Color #40272C in popluar number systems.

HEX40272C
Decimal643944
Binary1000000100111101100
Octal1004754

Shades and tints

Shades of #40272C

#40272C
(64,39,44)
#3B2428
(59,36,40)
#362124
(54,33,36)
#311E20
(49,30,32)
#2C1B1C
(44,27,28)
#271818
(39,24,24)
#221514
(34,21,20)
#1D1210
(29,18,16)
#180F0C
(24,15,12)
#130C08
(19,12,8)
#0E0904
(14,9,4)
#000000
(0,0,0)

Tints of #40272C

#40272C
(64,39,44)
#513A3F
(81,58,63)
#624D52
(98,77,82)
#736065
(115,96,101)
#847378
(132,115,120)
#95868B
(149,134,139)
#A6999E
(166,153,158)
#B7ACB1
(183,172,177)
#C8BFC4
(200,191,196)
#D9D2D7
(217,210,215)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40272C color. Also use rgb(64,39,44) instead hex code.

Text Font Color

.myTextColor { color: #40272C; }

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

This text font color is #40272C.


Background Color

.myBgColor { background-color: #40272C; }

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

This div background color is #40272C.


Border color

.myBorderColor { border: 1px solid #40272C; }

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

This div border color is #40272C.


Opacity

.myOpacity80 { color: #40272C; opacity: 0.8; }

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

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

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

This text has shadow with #40272C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40272C on black background.


Color preview on white background

This text has color #40272C on white background.



Black color preview on #40272C background

This text has black color on #40272C background.


White color preview on #40272C background

This text has white color on #40272C background.