COLOR #35761E

HEX: #35761E RGB: (53,118,30)

Color info

#35761E contains mainly green color. Web safe color of #35761E is #336633 (or #363).

RGB color model

#35761E color RGB value is (53,118,30).

RGB: (53,118,30) (21%, 46%, 12%)

RGB channels and saturation

R 53 of 255 = 21%
G 118 of 255 = 46%
B 30 of 255 = 12%

53
118
30

R + G + B ~ 26%. #35761E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 118 + 30 = 201 (100%)
R 53 of 201 ~ 26.37%
G 118 of 201 ~ 58.71%
B 30 of 201 ~ 14.93'%

%26.37
%58.71
%14.93

CMYK color model

#35761E color CMYK value is (55,0,75,54).

  • cyan value is 55.08%
  • magenta value is 0.00%
  • yellow value is 74.58%
  • key color value is 53.73%

CMYK: (55,0,75,54)
C55M0Y75K54 (55%, 0%, 75%, 54%)
(0.55 / 0.00 / 0.75 / 0.54)

CMYK percentages

%55.08
%0
%74.58
%53.73

Codes

Color #35761E in popluar color models

35 76 1E
RGB 53 118 30
HSL 104° 59.46% 29.02%
HSB/HSV 104° 74.58% 46.27%
CMYK 55.08% 0.00% 74.58%
53.73%

Color #35761E in popluar number systems.

HEX 35 76 1E
Decimal 53 118 30
Binary 110101 1110110 11110
Octal 65 166 36

Shades and tints

Shades of #35761E

#35761E
(53,118,30)
#316C1C
(49,108,28)
#2D621A
(45,98,26)
#295818
(41,88,24)
#254E16
(37,78,22)
#214414
(33,68,20)
#1D3A12
(29,58,18)
#193010
(25,48,16)
#15260E
(21,38,14)
#111C0C
(17,28,12)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #35761E

#35761E
(53,118,30)
#478232
(71,130,50)
#598E46
(89,142,70)
#6B9A5A
(107,154,90)
#7DA66E
(125,166,110)
#8FB282
(143,178,130)
#A1BE96
(161,190,150)
#B3CAAA
(179,202,170)
#C5D6BE
(197,214,190)
#D7E2D2
(215,226,210)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35761E color. Also use rgb(53,118,30) instead hex code.

Text Font Color

.myTextColor { color: #35761E; }

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

This text font color is #35761E.

Background Color

.myBgColor { background-color: #35761E; }

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

This div background color is #35761E.

Border color

.myBorderColor { border: 1px solid #35761E; }

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

This div border color is #35761E.

Opacity

.myOpacity80 { color: #35761E; opacity: 0.8; }

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

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

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

This text has shadow with #35761E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35761E.

Preview

Color preview on black background

This text has color #35761E on black background.


Color preview on white background

This text has color #35761E on white background.


Black color preview on #35761E background

This text has black color on #35761E background.


White color preview on #35761E background

This text has white color on #35761E background.


Related colors

Complementary color

Complementary color for #hex is #CA89E1.


I love getcolorcode.com

Triadic colors

1 #1E3576 and #761E35 with #35761E are triadic colors.

2 #1E7635 and #76351E with #35761E are triadic colors.