COLOR #03735B

HEX: #03735B
RGB: (3,115,91)

Color info

#03735B contains mainly green and blue colors. Web safe color of #03735B is #006666 (or #066).

RGB color model

#03735B color RGB value is (3,115,91).

  • red value is 3;
  • green value is 115;
  • blue value is 91.
RGB:
(3,115,91)
(1%,45%,36%)

RGB channels and saturation

R 3 of 255 = 1%
G 115 of 255 = 45%
B 91 of 255 = 36%

3
115
91

R + G + B ~ 27%. #03735B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 115 + 91 = 209 (100%)
R 3 of 209 ~ 1.44%
G 115 of 209 ~ 55.02%
B 91 of 209 ~ 43.54%

%55.02
%43.54

CMYK color model

#03735B color CMYK value is (97,0,21,55).

  • cyan value is 97.39%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(97,0,21,55)
C97M0Y21K55 
(97%,0%,21%,55%)
(0.97/0.00/0.21/0.55)	

CMYK percentages

%97.39
%0
%20.87
%54.9

Codes

Color #03735B in popluar color models

03735B
RGB311591
HSL167°94.92%23.14%
HSB/HSV167°97.39%45.10%
CMYK97.39%0.00%20.87%
54.90%

Color #03735B in popluar number systems.

HEX03735B
Decimal311591
Binary1111100111011011
Octal3163133

Shades and tints

Shades of #03735B

#03735B
(3,115,91)
#036953
(3,105,83)
#035F4B
(3,95,75)
#035543
(3,85,67)
#034B3B
(3,75,59)
#034133
(3,65,51)
#03372B
(3,55,43)
#032D23
(3,45,35)
#03231B
(3,35,27)
#031913
(3,25,19)
#030F0B
(3,15,11)
#000000
(0,0,0)

Tints of #03735B

#03735B
(3,115,91)
#197F69
(25,127,105)
#2F8B77
(47,139,119)
#459785
(69,151,133)
#5BA393
(91,163,147)
#71AFA1
(113,175,161)
#87BBAF
(135,187,175)
#9DC7BD
(157,199,189)
#B3D3CB
(179,211,203)
#C9DFD9
(201,223,217)
#DFEBE7
(223,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03735B color. Also use rgb(3,115,91) instead hex code.

Text Font Color

.myTextColor { color: #03735B; }

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

This text font color is #03735B.


Background Color

.myBgColor { background-color: #03735B; }

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

This div background color is #03735B.


Border color

.myBorderColor { border: 1px solid #03735B; }

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

This div border color is #03735B.


Opacity

.myOpacity80 { color: #03735B; opacity: 0.8; }

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

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

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

This text has shadow with #03735B color.

.textShadow {text-shadow: 3px 3px 1px #03735B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03735B on black background.


Color preview on white background

This text has color #03735B on white background.



Black color preview on #03735B background

This text has black color on #03735B background.


White color preview on #03735B background

This text has white color on #03735B background.