COLOR #243341

HEX: #243341
RGB: (36,51,65)

Color info

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

RGB color model

#243341 color RGB value is (36,51,65).

  • red value is 36;
  • green value is 51;
  • blue value is 65.
RGB:
(36,51,65)
(14%,20%,25%)

RGB channels and saturation

R 36 of 255 = 14%
G 51 of 255 = 20%
B 65 of 255 = 25%

36
51
65

R + G + B ~ 20%. #243341 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 51 + 65 = 152 (100%)
R 36 of 152 ~ 23.68%
G 51 of 152 ~ 33.55%
B 65 of 152 ~ 42.76%

%23.68
%33.55
%42.76

CMYK color model

#243341 color CMYK value is (45,22,0,75).

  • cyan value is 44.62%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(45,22,0,75)
C45M22Y0K75 
(45%,22%,0%,75%)
(0.45/0.22/0.00/0.75)	

CMYK percentages

%44.62
%21.54
%0
%74.51

Codes

Color #243341 in popluar color models

243341
RGB365165
HSL209°28.71%19.80%
HSB/HSV209°44.62%25.49%
CMYK44.62%21.54%0.00%
74.51%

Color #243341 in popluar number systems.

HEX243341
Decimal365165
Binary1001001100111000001
Octal4463101

Shades and tints

Shades of #243341

#243341
(36,51,65)
#212F3C
(33,47,60)
#1E2B37
(30,43,55)
#1B2732
(27,39,50)
#18232D
(24,35,45)
#151F28
(21,31,40)
#121B23
(18,27,35)
#0F171E
(15,23,30)
#0C1319
(12,19,25)
#090F14
(9,15,20)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #243341

#243341
(36,51,65)
#374552
(55,69,82)
#4A5763
(74,87,99)
#5D6974
(93,105,116)
#707B85
(112,123,133)
#838D96
(131,141,150)
#969FA7
(150,159,167)
#A9B1B8
(169,177,184)
#BCC3C9
(188,195,201)
#CFD5DA
(207,213,218)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243341 color. Also use rgb(36,51,65) instead hex code.

Text Font Color

.myTextColor { color: #243341; }

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

This text font color is #243341.


Background Color

.myBgColor { background-color: #243341; }

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

This div background color is #243341.


Border color

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

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

This div border color is #243341.


Opacity

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

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

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

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

This text has shadow with #243341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243341 on black background.


Color preview on white background

This text has color #243341 on white background.



Black color preview on #243341 background

This text has black color on #243341 background.


White color preview on #243341 background

This text has white color on #243341 background.