COLOR #035331

HEX: #035331
RGB: (3,83,49)

Color info

#035331 contains mainly green and blue colors. Web safe color of #035331 is #006633 (or #063).

RGB color model

#035331 color RGB value is (3,83,49).

  • red value is 3;
  • green value is 83;
  • blue value is 49.
RGB:
(3,83,49)
(1%,33%,19%)

RGB channels and saturation

R 3 of 255 = 1%
G 83 of 255 = 33%
B 49 of 255 = 19%

3
83
49

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

Portions of RGB colors in percentages

R + G + B =
3 + 83 + 49 = 135 (100%)
R 3 of 135 ~ 2.22%
G 83 of 135 ~ 61.48%
B 49 of 135 ~ 36.3%

%61.48
%36.3

CMYK color model

#035331 color CMYK value is (96,0,41,67).

  • cyan value is 96.39%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(96,0,41,67)
C96M0Y41K67 
(96%,0%,41%,67%)
(0.96/0.00/0.41/0.67)	

CMYK percentages

%96.39
%0
%40.96
%67.45

Codes

Color #035331 in popluar color models

035331
RGB38349
HSL155°93.02%16.86%
HSB/HSV155°96.39%32.55%
CMYK96.39%0.00%40.96%
67.45%

Color #035331 in popluar number systems.

HEX035331
Decimal38349
Binary111010011110001
Octal312361

Shades and tints

Shades of #035331

#035331
(3,83,49)
#034C2D
(3,76,45)
#034529
(3,69,41)
#033E25
(3,62,37)
#033721
(3,55,33)
#03301D
(3,48,29)
#032919
(3,41,25)
#032215
(3,34,21)
#031B11
(3,27,17)
#03140D
(3,20,13)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #035331

#035331
(3,83,49)
#196243
(25,98,67)
#2F7155
(47,113,85)
#458067
(69,128,103)
#5B8F79
(91,143,121)
#719E8B
(113,158,139)
#87AD9D
(135,173,157)
#9DBCAF
(157,188,175)
#B3CBC1
(179,203,193)
#C9DAD3
(201,218,211)
#DFE9E5
(223,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #035331 color. Also use rgb(3,83,49) instead hex code.

Text Font Color

.myTextColor { color: #035331; }

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

This text font color is #035331.


Background Color

.myBgColor { background-color: #035331; }

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

This div background color is #035331.


Border color

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

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

This div border color is #035331.


Opacity

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

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

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

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

This text has shadow with #035331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #035331 on black background.


Color preview on white background

This text has color #035331 on white background.



Black color preview on #035331 background

This text has black color on #035331 background.


White color preview on #035331 background

This text has white color on #035331 background.