COLOR #043B45

HEX: #043B45
RGB: (4,59,69)

Color info

#043B45 contains mainly green and blue colors. Web safe color of #043B45 is #003333 (or #033).

RGB color model

#043B45 color RGB value is (4,59,69).

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

RGB channels and saturation

R 4 of 255 = 2%
G 59 of 255 = 23%
B 69 of 255 = 27%

4
59
69

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

Portions of RGB colors in percentages

R + G + B =
4 + 59 + 69 = 132 (100%)
R 4 of 132 ~ 3.03%
G 59 of 132 ~ 44.7%
B 69 of 132 ~ 52.27%

%44.7
%52.27

CMYK color model

#043B45 color CMYK value is (94,14,0,73).

  • cyan value is 94.20%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(94,14,0,73)
C94M14Y0K73 
(94%,14%,0%,73%)
(0.94/0.14/0.00/0.73)	

CMYK percentages

%94.2
%14.49
%0
%72.94

Codes

Color #043B45 in popluar color models

043B45
RGB45969
HSL189°89.04%14.31%
HSB/HSV189°94.20%27.06%
CMYK94.20%14.49%0.00%
72.94%

Color #043B45 in popluar number systems.

HEX043B45
Decimal45969
Binary1001110111000101
Octal473105

Shades and tints

Shades of #043B45

#043B45
(4,59,69)
#04363F
(4,54,63)
#043139
(4,49,57)
#042C33
(4,44,51)
#04272D
(4,39,45)
#042227
(4,34,39)
#041D21
(4,29,33)
#04181B
(4,24,27)
#041315
(4,19,21)
#040E0F
(4,14,15)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #043B45

#043B45
(4,59,69)
#1A4C55
(26,76,85)
#305D65
(48,93,101)
#466E75
(70,110,117)
#5C7F85
(92,127,133)
#729095
(114,144,149)
#88A1A5
(136,161,165)
#9EB2B5
(158,178,181)
#B4C3C5
(180,195,197)
#CAD4D5
(202,212,213)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043B45; }

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

This text font color is #043B45.


Background Color

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

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

This div background color is #043B45.


Border color

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

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

This div border color is #043B45.


Opacity

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

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

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

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

This text has shadow with #043B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043B45 on black background.


Color preview on white background

This text has color #043B45 on white background.



Black color preview on #043B45 background

This text has black color on #043B45 background.


White color preview on #043B45 background

This text has white color on #043B45 background.