COLOR #293000

HEX: #293000
RGB: (41,48,0)

Color info

#293000 contains only red and green colors. Web safe color of #293000 is #333300 (or #330).

RGB color model

#293000 color RGB value is (41,48,0).

  • red value is 41;
  • green value is 48;
  • blue value is 0.
RGB:
(41,48,0)
(16%,19%,0%)

RGB channels and saturation

R 41 of 255 = 16%
G 48 of 255 = 19%
B 0 of 255 = 0%

41
48
0

R + G + B ~ 12%. #293000 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 48 + 0 = 89 (100%)
R 41 of 89 ~ 46.07%
G 48 of 89 ~ 53.93%
B 0 of 89 ~ 0%

%46.07
%53.93

CMYK color model

#293000 color CMYK value is (15,0,100,81).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 81.18%
CMYK:
(15,0,100,81)
C15M0Y100K81 
(15%,0%,100%,81%)
(0.15/0.00/1.00/0.81)	

CMYK percentages

%14.58
%0
%100
%81.18

Codes

Color #293000 in popluar color models

293000
RGB41480
HSL69°100.00%9.41%
HSB/HSV69°100.00%18.82%
CMYK14.58%0.00%100.00%
81.18%

Color #293000 in popluar number systems.

HEX293000
Decimal41480
Binary1010011100000
Octal51600

Shades and tints

Shades of #293000

#293000
(41,48,0)
#262C00
(38,44,0)
#232800
(35,40,0)
#202400
(32,36,0)
#1D2000
(29,32,0)
#1A1C00
(26,28,0)
#171800
(23,24,0)
#141400
(20,20,0)
#111000
(17,16,0)
#0E0C00
(14,12,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #293000

#293000
(41,48,0)
#3C4217
(60,66,23)
#4F542E
(79,84,46)
#626645
(98,102,69)
#75785C
(117,120,92)
#888A73
(136,138,115)
#9B9C8A
(155,156,138)
#AEAEA1
(174,174,161)
#C1C0B8
(193,192,184)
#D4D2CF
(212,210,207)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293000 color. Also use rgb(41,48,0) instead hex code.

Text Font Color

.myTextColor { color: #293000; }

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

This text font color is #293000.


Background Color

.myBgColor { background-color: #293000; }

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

This div background color is #293000.


Border color

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

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

This div border color is #293000.


Opacity

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

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

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

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

This text has shadow with #293000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293000 on black background.


Color preview on white background

This text has color #293000 on white background.



Black color preview on #293000 background

This text has black color on #293000 background.


White color preview on #293000 background

This text has white color on #293000 background.