COLOR #03483E

HEX: #03483E RGB: (3,72,62)

Color info

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

RGB color model

#03483E color RGB value is (3,72,62).

RGB: (3,72,62) (1%, 28%, 24%)

RGB channels and saturation

R 3 of 255 = 1%
G 72 of 255 = 28%
B 62 of 255 = 24%

3
72
62

R + G + B ~ 18%. #03483E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 72 + 62 = 137 (100%)
R 3 of 137 ~ 2.19%
G 72 of 137 ~ 52.55%
B 62 of 137 ~ 45.26'%

%52.55
%45.26

CMYK color model

#03483E color CMYK value is (96,0,14,72).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 71.76%

CMYK: (96,0,14,72)
C96M0Y14K72 (96%, 0%, 14%, 72%)
(0.96 / 0.00 / 0.14 / 0.72)

CMYK percentages

%95.83
%0
%13.89
%71.76

Codes

Color #03483E in popluar color models

03 48 3E
RGB 3 72 62
HSL 171° 92.00% 14.71%
HSB/HSV 171° 95.83% 28.24%
CMYK 95.83% 0.00% 13.89%
71.76%

Color #03483E in popluar number systems.

HEX 03 48 3E
Decimal 3 72 62
Binary 11 1001000 111110
Octal 3 110 76

Shades and tints

Shades of #03483E

#03483E
(3,72,62)
#034239
(3,66,57)
#033C34
(3,60,52)
#03362F
(3,54,47)
#03302A
(3,48,42)
#032A25
(3,42,37)
#032420
(3,36,32)
#031E1B
(3,30,27)
#031816
(3,24,22)
#031211
(3,18,17)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #03483E

#03483E
(3,72,62)
#19584F
(25,88,79)
#2F6860
(47,104,96)
#457871
(69,120,113)
#5B8882
(91,136,130)
#719893
(113,152,147)
#87A8A4
(135,168,164)
#9DB8B5
(157,184,181)
#B3C8C6
(179,200,198)
#C9D8D7
(201,216,215)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03483E color. Also use rgb(3,72,62) instead hex code.

Text Font Color

.myTextColor { color: #03483E; }

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

This text font color is #03483E.

Background Color

.myBgColor { background-color: #03483E; }

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

This div background color is #03483E.

Border color

.myBorderColor { border: 1px solid #03483E; }

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

This div border color is #03483E.

Opacity

.myOpacity80 { color: #03483E; opacity: 0.8; }

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

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

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

This text has shadow with #03483E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03483E.

Preview

Color preview on black background

This text has color #03483E on black background.


Color preview on white background

This text has color #03483E on white background.


Black color preview on #03483E background

This text has black color on #03483E background.


White color preview on #03483E background

This text has white color on #03483E background.


Related colors

Complementary color

Complementary color for #hex is #FCB7C1.


I love getcolorcode.com

Triadic colors

1 #3E0348 and #483E03 with #03483E are triadic colors.

2 #3E4803 and #48033E with #03483E are triadic colors.