COLOR #243429

HEX: #243429
RGB: (36,52,41)

Color info

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

RGB color model

#243429 color RGB value is (36,52,41).

  • red value is 36;
  • green value is 52;
  • blue value is 41.
RGB:
(36,52,41)
(14%,20%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 52 of 255 = 20%
B 41 of 255 = 16%

36
52
41

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

Portions of RGB colors in percentages

R + G + B =
36 + 52 + 41 = 129 (100%)
R 36 of 129 ~ 27.91%
G 52 of 129 ~ 40.31%
B 41 of 129 ~ 31.78%

%27.91
%40.31
%31.78

CMYK color model

#243429 color CMYK value is (31,0,21,80).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK:
(31,0,21,80)
C31M0Y21K80 
(31%,0%,21%,80%)
(0.31/0.00/0.21/0.80)	

CMYK percentages

%30.77
%0
%21.15
%79.61

Codes

Color #243429 in popluar color models

243429
RGB365241
HSL139°18.18%17.25%
HSB/HSV139°30.77%20.39%
CMYK30.77%0.00%21.15%
79.61%

Color #243429 in popluar number systems.

HEX243429
Decimal365241
Binary100100110100101001
Octal446451

Shades and tints

Shades of #243429

#243429
(36,52,41)
#213026
(33,48,38)
#1E2C23
(30,44,35)
#1B2820
(27,40,32)
#18241D
(24,36,29)
#15201A
(21,32,26)
#121C17
(18,28,23)
#0F1814
(15,24,20)
#0C1411
(12,20,17)
#09100E
(9,16,14)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #243429

#243429
(36,52,41)
#37463C
(55,70,60)
#4A584F
(74,88,79)
#5D6A62
(93,106,98)
#707C75
(112,124,117)
#838E88
(131,142,136)
#96A09B
(150,160,155)
#A9B2AE
(169,178,174)
#BCC4C1
(188,196,193)
#CFD6D4
(207,214,212)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243429 color. Also use rgb(36,52,41) instead hex code.

Text Font Color

.myTextColor { color: #243429; }

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

This text font color is #243429.


Background Color

.myBgColor { background-color: #243429; }

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

This div background color is #243429.


Border color

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

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

This div border color is #243429.


Opacity

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

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

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

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

This text has shadow with #243429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243429 on black background.


Color preview on white background

This text has color #243429 on white background.



Black color preview on #243429 background

This text has black color on #243429 background.


White color preview on #243429 background

This text has white color on #243429 background.