COLOR #033730

HEX: #033730 RGB: (3,55,48)

Color info

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

RGB color model

#033730 color RGB value is (3,55,48).

RGB: (3,55,48) (1%, 22%, 19%)

RGB channels and saturation

R 3 of 255 = 1%
G 55 of 255 = 22%
B 48 of 255 = 19%

3
55
48

R + G + B ~ 14%. #033730 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 55 + 48 = 106 (100%)
R 3 of 106 ~ 2.83%
G 55 of 106 ~ 51.89%
B 48 of 106 ~ 45.28'%

%51.89
%45.28

CMYK color model

#033730 color CMYK value is (95,0,13,78).

  • cyan value is 94.55%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%

CMYK: (95,0,13,78)
C95M0Y13K78 (95%, 0%, 13%, 78%)
(0.95 / 0.00 / 0.13 / 0.78)

CMYK percentages

%94.55
%0
%12.73
%78.43

Codes

Color #033730 in popluar color models

03 37 30
RGB 3 55 48
HSL 172° 89.66% 11.37%
HSB/HSV 172° 94.55% 21.57%
CMYK 94.55% 0.00% 12.73%
78.43%

Color #033730 in popluar number systems.

HEX 03 37 30
Decimal 3 55 48
Binary 11 110111 110000
Octal 3 67 60

Shades and tints

Shades of #033730

#033730
(3,55,48)
#03322C
(3,50,44)
#032D28
(3,45,40)
#032824
(3,40,36)
#032320
(3,35,32)
#031E1C
(3,30,28)
#031918
(3,25,24)
#031414
(3,20,20)
#030F10
(3,15,16)
#030A0C
(3,10,12)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #033730

#033730
(3,55,48)
#194942
(25,73,66)
#2F5B54
(47,91,84)
#456D66
(69,109,102)
#5B7F78
(91,127,120)
#71918A
(113,145,138)
#87A39C
(135,163,156)
#9DB5AE
(157,181,174)
#B3C7C0
(179,199,192)
#C9D9D2
(201,217,210)
#DFEBE4
(223,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033730 color. Also use rgb(3,55,48) instead hex code.

Text Font Color

.myTextColor { color: #033730; }

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

This text font color is #033730.

Background Color

.myBgColor { background-color: #033730; }

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

This div background color is #033730.

Border color

.myBorderColor { border: 1px solid #033730; }

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

This div border color is #033730.

Opacity

.myOpacity80 { color: #033730; opacity: 0.8; }

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

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

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

This text has shadow with #033730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033730.

Preview

Color preview on black background

This text has color #033730 on black background.


Color preview on white background

This text has color #033730 on white background.


Black color preview on #033730 background

This text has black color on #033730 background.


White color preview on #033730 background

This text has white color on #033730 background.


Related colors

Complementary color

Complementary color for #hex is #FCC8CF.


I love getcolorcode.com

Triadic colors

1 #300337 and #373003 with #033730 are triadic colors.

2 #303703 and #370330 with #033730 are triadic colors.