COLOR #043B0D

HEX: #043B0D
RGB: (4,59,13)

Color info

#043B0D contains red, green and blue colors in about the same proportion. Web safe color of #043B0D is #003300 (or #030).

RGB color model

#043B0D color RGB value is (4,59,13).

  • red value is 4;
  • green value is 59;
  • blue value is 13.
RGB:
(4,59,13)
(2%,23%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 59 of 255 = 23%
B 13 of 255 = 5%

4
59
13

R + G + B ~ 10%. #043B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 59 + 13 = 76 (100%)
R 4 of 76 ~ 5.26%
G 59 of 76 ~ 77.63%
B 13 of 76 ~ 17.11%

%77.63
%17.11

CMYK color model

#043B0D color CMYK value is (93,0,78,77).

  • cyan value is 93.22%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(93,0,78,77)
C93M0Y78K77 
(93%,0%,78%,77%)
(0.93/0.00/0.78/0.77)	

CMYK percentages

%93.22
%0
%77.97
%76.86

Codes

Color #043B0D in popluar color models

043B0D
RGB45913
HSL130°87.30%12.35%
HSB/HSV130°93.22%23.14%
CMYK93.22%0.00%77.97%
76.86%

Color #043B0D in popluar number systems.

HEX043B0D
Decimal45913
Binary1001110111101
Octal47315

Shades and tints

Shades of #043B0D

#043B0D
(4,59,13)
#04360C
(4,54,12)
#04310B
(4,49,11)
#042C0A
(4,44,10)
#042709
(4,39,9)
#042208
(4,34,8)
#041D07
(4,29,7)
#041806
(4,24,6)
#041305
(4,19,5)
#040E04
(4,14,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #043B0D

#043B0D
(4,59,13)
#1A4C23
(26,76,35)
#305D39
(48,93,57)
#466E4F
(70,110,79)
#5C7F65
(92,127,101)
#72907B
(114,144,123)
#88A191
(136,161,145)
#9EB2A7
(158,178,167)
#B4C3BD
(180,195,189)
#CAD4D3
(202,212,211)
#E0E5E9
(224,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043B0D color. Also use rgb(4,59,13) instead hex code.

Text Font Color

.myTextColor { color: #043B0D; }

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

This text font color is #043B0D.


Background Color

.myBgColor { background-color: #043B0D; }

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

This div background color is #043B0D.


Border color

.myBorderColor { border: 1px solid #043B0D; }

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

This div border color is #043B0D.


Opacity

.myOpacity80 { color: #043B0D; opacity: 0.8; }

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

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

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

This text has shadow with #043B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043B0D on black background.


Color preview on white background

This text has color #043B0D on white background.



Black color preview on #043B0D background

This text has black color on #043B0D background.


White color preview on #043B0D background

This text has white color on #043B0D background.