COLOR #035007

HEX: #035007 RGB: (3,80,7)

Color info

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

RGB color model

#035007 color RGB value is (3,80,7).

RGB: (3,80,7) (1%, 31%, 3%)

RGB channels and saturation

R 3 of 255 = 1%
G 80 of 255 = 31%
B 7 of 255 = 3%

3
80
7

R + G + B ~ 12%. #035007 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 80 + 7 = 90 (100%)
R 3 of 90 ~ 3.33%
G 80 of 90 ~ 88.89%
B 7 of 90 ~ 7.78'%

%88.89

CMYK color model

#035007 color CMYK value is (96,0,91,69).

  • cyan value is 96.25%
  • magenta value is 0.00%
  • yellow value is 91.25%
  • key color value is 68.63%

CMYK: (96,0,91,69)
C96M0Y91K69 (96%, 0%, 91%, 69%)
(0.96 / 0.00 / 0.91 / 0.69)

CMYK percentages

%96.25
%0
%91.25
%68.63

Codes

Color #035007 in popluar color models

03 50 07
RGB 3 80 7
HSL 123° 92.77% 16.27%
HSB/HSV 123° 96.25% 31.37%
CMYK 96.25% 0.00% 91.25%
68.63%

Color #035007 in popluar number systems.

HEX 03 50 07
Decimal 3 80 7
Binary 11 1010000 111
Octal 3 120 7

Shades and tints

Shades of #035007

#035007
(3,80,7)
#034907
(3,73,7)
#034207
(3,66,7)
#033B07
(3,59,7)
#033407
(3,52,7)
#032D07
(3,45,7)
#032607
(3,38,7)
#031F07
(3,31,7)
#031807
(3,24,7)
#031107
(3,17,7)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #035007

#035007
(3,80,7)
#195F1D
(25,95,29)
#2F6E33
(47,110,51)
#457D49
(69,125,73)
#5B8C5F
(91,140,95)
#719B75
(113,155,117)
#87AA8B
(135,170,139)
#9DB9A1
(157,185,161)
#B3C8B7
(179,200,183)
#C9D7CD
(201,215,205)
#DFE6E3
(223,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #035007 color. Also use rgb(3,80,7) instead hex code.

Text Font Color

.myTextColor { color: #035007; }

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

This text font color is #035007.

Background Color

.myBgColor { background-color: #035007; }

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

This div background color is #035007.

Border color

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

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

This div border color is #035007.

Opacity

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

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

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

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

This text has shadow with #035007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #035007.

Preview

Color preview on black background

This text has color #035007 on black background.


Color preview on white background

This text has color #035007 on white background.


Black color preview on #035007 background

This text has black color on #035007 background.


White color preview on #035007 background

This text has white color on #035007 background.


Related colors

Complementary color

Complementary color for #hex is #FCAFF8.


I love getcolorcode.com

Triadic colors

1 #070350 and #500703 with #035007 are triadic colors.

2 #075003 and #500307 with #035007 are triadic colors.