COLOR #035B09

HEX: #035B09
RGB: (3,91,9)

Color info

#035B09 contains mainly green color. Web safe color of #035B09 is #006600 (or #060).

RGB color model

#035B09 color RGB value is (3,91,9).

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

RGB channels and saturation

R 3 of 255 = 1%
G 91 of 255 = 36%
B 9 of 255 = 4%

3
91
9

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

Portions of RGB colors in percentages

R + G + B =
3 + 91 + 9 = 103 (100%)
R 3 of 103 ~ 2.91%
G 91 of 103 ~ 88.35%
B 9 of 103 ~ 8.74%

%88.35

CMYK color model

#035B09 color CMYK value is (97,0,90,64).

  • cyan value is 96.70%
  • magenta value is 0.00%
  • yellow value is 90.11%
  • key color value is 64.31%
CMYK:
(97,0,90,64)
C97M0Y90K64 
(97%,0%,90%,64%)
(0.97/0.00/0.90/0.64)	

CMYK percentages

%96.7
%0
%90.11
%64.31

Codes

Color #035B09 in popluar color models

035B09
RGB3919
HSL124°93.62%18.43%
HSB/HSV124°96.70%35.69%
CMYK96.70%0.00%90.11%
64.31%

Color #035B09 in popluar number systems.

HEX035B09
Decimal3919
Binary1110110111001
Octal313311

Shades and tints

Shades of #035B09

#035B09
(3,91,9)
#035309
(3,83,9)
#034B09
(3,75,9)
#034309
(3,67,9)
#033B09
(3,59,9)
#033309
(3,51,9)
#032B09
(3,43,9)
#032309
(3,35,9)
#031B09
(3,27,9)
#031309
(3,19,9)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #035B09

#035B09
(3,91,9)
#19691F
(25,105,31)
#2F7735
(47,119,53)
#45854B
(69,133,75)
#5B9361
(91,147,97)
#71A177
(113,161,119)
#87AF8D
(135,175,141)
#9DBDA3
(157,189,163)
#B3CBB9
(179,203,185)
#C9D9CF
(201,217,207)
#DFE7E5
(223,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #035B09 color. Also use rgb(3,91,9) instead hex code.

Text Font Color

.myTextColor { color: #035B09; }

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

This text font color is #035B09.


Background Color

.myBgColor { background-color: #035B09; }

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

This div background color is #035B09.


Border color

.myBorderColor { border: 1px solid #035B09; }

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

This div border color is #035B09.


Opacity

.myOpacity80 { color: #035B09; opacity: 0.8; }

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

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

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

This text has shadow with #035B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #035B09 on black background.


Color preview on white background

This text has color #035B09 on white background.



Black color preview on #035B09 background

This text has black color on #035B09 background.


White color preview on #035B09 background

This text has white color on #035B09 background.