COLOR #093B43

HEX: #093B43 RGB: (9,59,67)

Color info

#093B43 contains red, green and blue colors in about the same proportion. Web safe color of #093B43 is #003333 (or #033).

RGB color model

#093B43 color RGB value is (9,59,67).

RGB: (9,59,67) (4%, 23%, 26%)

RGB channels and saturation

R 9 of 255 = 4%
G 59 of 255 = 23%
B 67 of 255 = 26%

9
59
67

R + G + B ~ 18%. #093B43 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 59 + 67 = 135 (100%)
R 9 of 135 ~ 6.67%
G 59 of 135 ~ 43.7%
B 67 of 135 ~ 49.63'%

%43.7
%49.63

CMYK color model

#093B43 color CMYK value is (87,12,0,74).

  • cyan value is 86.57%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (87,12,0,74)
C87M12Y0K74 (87%, 12%, 0%, 74%)
(0.87 / 0.12 / 0.00 / 0.74)

CMYK percentages

%86.57
%11.94
%0
%73.73

Codes

Color #093B43 in popluar color models

09 3B 43
RGB 9 59 67
HSL 188° 76.32% 14.90%
HSB/HSV 188° 86.57% 26.27%
CMYK 86.57% 11.94% 0.00%
73.73%

Color #093B43 in popluar number systems.

HEX 09 3B 43
Decimal 9 59 67
Binary 1001 111011 1000011
Octal 11 73 103

Shades and tints

Shades of #093B43

#093B43
(9,59,67)
#09363D
(9,54,61)
#093137
(9,49,55)
#092C31
(9,44,49)
#09272B
(9,39,43)
#092225
(9,34,37)
#091D1F
(9,29,31)
#091819
(9,24,25)
#091313
(9,19,19)
#090E0D
(9,14,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #093B43

#093B43
(9,59,67)
#1F4C54
(31,76,84)
#355D65
(53,93,101)
#4B6E76
(75,110,118)
#617F87
(97,127,135)
#779098
(119,144,152)
#8DA1A9
(141,161,169)
#A3B2BA
(163,178,186)
#B9C3CB
(185,195,203)
#CFD4DC
(207,212,220)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093B43 color. Also use rgb(9,59,67) instead hex code.

Text Font Color

.myTextColor { color: #093B43; }

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

This text font color is #093B43.

Background Color

.myBgColor { background-color: #093B43; }

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

This div background color is #093B43.

Border color

.myBorderColor { border: 1px solid #093B43; }

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

This div border color is #093B43.

Opacity

.myOpacity80 { color: #093B43; opacity: 0.8; }

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

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

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

This text has shadow with #093B43 color.


.textShadow {text-shadow: 3px 3px 1px #093B43', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #093B43; -webkit-box-shadow: 1px 1px 3px 2px #093B43; box-shadow:1px 1px 3px 2px #093B43;">
Div content here
</div>

This div box has shadow with color #093B43.

Preview

Color preview on black background

This text has color #093B43 on black background.


Color preview on white background

This text has color #093B43 on white background.


Black color preview on #093B43 background

This text has black color on #093B43 background.


White color preview on #093B43 background

This text has white color on #093B43 background.


Related colors

Complementary color

Complementary color for #hex is #F6C4BC.


I love getcolorcode.com

Triadic colors

1 #43093B and #3B4309 with #093B43 are triadic colors.

2 #433B09 and #3B0943 with #093B43 are triadic colors.