COLOR #243013

HEX: #243013
RGB: (36,48,19)

Color info

#243013 contains red, green and blue colors in about the same proportion. Web safe color of #243013 is #333300 (or #330).

RGB color model

#243013 color RGB value is (36,48,19).

  • red value is 36;
  • green value is 48;
  • blue value is 19.
RGB:
(36,48,19)
(14%,19%,7%)

RGB channels and saturation

R 36 of 255 = 14%
G 48 of 255 = 19%
B 19 of 255 = 7%

36
48
19

R + G + B ~ 13%. #243013 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 48 + 19 = 103 (100%)
R 36 of 103 ~ 34.95%
G 48 of 103 ~ 46.6%
B 19 of 103 ~ 18.45%

%34.95
%46.6
%18.45

CMYK color model

#243013 color CMYK value is (25,0,60,81).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(25,0,60,81)
C25M0Y60K81 
(25%,0%,60%,81%)
(0.25/0.00/0.60/0.81)	

CMYK percentages

%25
%0
%60.42
%81.18

Codes

Color #243013 in popluar color models

243013
RGB364819
HSL85°43.28%13.14%
HSB/HSV85°60.42%18.82%
CMYK25.00%0.00%60.42%
81.18%

Color #243013 in popluar number systems.

HEX243013
Decimal364819
Binary10010011000010011
Octal446023

Shades and tints

Shades of #243013

#243013
(36,48,19)
#212C12
(33,44,18)
#1E2811
(30,40,17)
#1B2410
(27,36,16)
#18200F
(24,32,15)
#151C0E
(21,28,14)
#12180D
(18,24,13)
#0F140C
(15,20,12)
#0C100B
(12,16,11)
#090C0A
(9,12,10)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #243013

#243013
(36,48,19)
#374228
(55,66,40)
#4A543D
(74,84,61)
#5D6652
(93,102,82)
#707867
(112,120,103)
#838A7C
(131,138,124)
#969C91
(150,156,145)
#A9AEA6
(169,174,166)
#BCC0BB
(188,192,187)
#CFD2D0
(207,210,208)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243013 color. Also use rgb(36,48,19) instead hex code.

Text Font Color

.myTextColor { color: #243013; }

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

This text font color is #243013.


Background Color

.myBgColor { background-color: #243013; }

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

This div background color is #243013.


Border color

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

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

This div border color is #243013.


Opacity

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

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

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

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

This text has shadow with #243013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243013 on black background.


Color preview on white background

This text has color #243013 on white background.



Black color preview on #243013 background

This text has black color on #243013 background.


White color preview on #243013 background

This text has white color on #243013 background.