COLOR #293127

HEX: #293127 RGB: (41,49,39)

Color info

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

RGB color model

#293127 color RGB value is (41,49,39).

RGB: (41,49,39) (16%, 19%, 15%)

RGB channels and saturation

R 41 of 255 = 16%
G 49 of 255 = 19%
B 39 of 255 = 15%

41
49
39

R + G + B ~ 17%. #293127 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 49 + 39 = 129 (100%)
R 41 of 129 ~ 31.78%
G 49 of 129 ~ 37.98%
B 39 of 129 ~ 30.23'%

%31.78
%37.98
%30.23

CMYK color model

#293127 color CMYK value is (16,0,20,81).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 80.78%
CMYK: (16,0,20,81) C16M0Y20K81 (16%,0%,20%,81%) (0.16/0.00/0.20/0.81) 

CMYK percentages

%16.33
%0
%20.41
%80.78

Codes

Color #293127 in popluar color models

29 31 27
RGB 41 49 39
HSL 108° 11.36% 17.25%
HSB/HSV 108° 20.41% 19.22%
CMYK 16.33% 0.00% 20.41%
80.78%

Color #293127 in popluar number systems.

HEX 29 31 27
Decimal 41 49 39
Binary 101001 110001 100111
Octal 51 61 47

Shades and tints

Shades of #293127

#293127
(41,49,39)
#262D24
(38,45,36)
#232921
(35,41,33)
#20251E
(32,37,30)
#1D211B
(29,33,27)
#1A1D18
(26,29,24)
#171915
(23,25,21)
#141512
(20,21,18)
#11110F
(17,17,15)
#0E0D0C
(14,13,12)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #293127

#293127
(41,49,39)
#3C433A
(60,67,58)
#4F554D
(79,85,77)
#626760
(98,103,96)
#757973
(117,121,115)
#888B86
(136,139,134)
#9B9D99
(155,157,153)
#AEAFAC
(174,175,172)
#C1C1BF
(193,193,191)
#D4D3D2
(212,211,210)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293127 color. Also use rgb(41,49,39) instead hex code.

Text Font Color

.myTextColor { color: #293127; }

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

This text font color is #293127.

Background Color

.myBgColor { background-color: #293127; }

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

This div background color is #293127.

Border color

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

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

This div border color is #293127.

Opacity

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

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

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

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

This text has shadow with #293127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #293127.

Preview

Color preview on black background

This text has color #293127 on black background.


Color preview on white background

This text has color #293127 on white background.


Black color preview on #293127 background

This text has black color on #293127 background.


White color preview on #293127 background

This text has white color on #293127 background.


Related colors

Complementary color

Complementary color for #hex is #D6CED8.


I love getcolorcode.com

Triadic colors

1 #272931 and #312729 with #293127 are triadic colors.

2 #273129 and #312927 with #293127 are triadic colors.