COLOR #03483D

HEX: #03483D RGB: (3,72,61)

Color info

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

RGB color model

#03483D color RGB value is (3,72,61).

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

RGB channels and saturation

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

3
72
61

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

Portions of RGB colors in percentages

R + G + B = 3 + 72 + 61 = 136 (100%)
R 3 of 136 ~ 2.21%
G 72 of 136 ~ 52.94%
B 61 of 136 ~ 44.85'%

%52.94
%44.85

CMYK color model

#03483D color CMYK value is (96,0,15,72).

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

CMYK: (96,0,15,72)
C96M0Y15K72 (96%, 0%, 15%, 72%)
(0.96 / 0.00 / 0.15 / 0.72)

CMYK percentages

%95.83
%0
%15.28
%71.76

Codes

Color #03483D in popluar color models

03 48 3D
RGB 3 72 61
HSL 170° 92.00% 14.71%
HSB/HSV 170° 95.83% 28.24%
CMYK 95.83% 0.00% 15.28%
71.76%

Color #03483D in popluar number systems.

HEX 03 48 3D
Decimal 3 72 61
Binary 11 1001000 111101
Octal 3 110 75

Shades and tints

Shades of #03483D

#03483D
(3,72,61)
#034238
(3,66,56)
#033C33
(3,60,51)
#03362E
(3,54,46)
#033029
(3,48,41)
#032A24
(3,42,36)
#03241F
(3,36,31)
#031E1A
(3,30,26)
#031815
(3,24,21)
#031210
(3,18,16)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #03483D

#03483D
(3,72,61)
#19584E
(25,88,78)
#2F685F
(47,104,95)
#457870
(69,120,112)
#5B8881
(91,136,129)
#719892
(113,152,146)
#87A8A3
(135,168,163)
#9DB8B4
(157,184,180)
#B3C8C5
(179,200,197)
#C9D8D6
(201,216,214)
#DFE8E7
(223,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03483D; }

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

This text font color is #03483D.

Background Color

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

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

This div background color is #03483D.

Border color

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

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

This div border color is #03483D.

Opacity

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

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

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

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

This text has shadow with #03483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03483D.

Preview

Color preview on black background

This text has color #03483D on black background.


Color preview on white background

This text has color #03483D on white background.


Black color preview on #03483D background

This text has black color on #03483D background.


White color preview on #03483D background

This text has white color on #03483D background.


Related colors

Complementary color

Complementary color for #hex is #FCB7C2.


I love getcolorcode.com

Triadic colors

1 #3D0348 and #483D03 with #03483D are triadic colors.

2 #3D4803 and #48033D with #03483D are triadic colors.