COLOR #35740C

HEX: #35740C
RGB: (53,116,12)

Color info

#35740C contains mainly green color. Web safe color of #35740C is #336600 (or #360).

RGB color model

#35740C color RGB value is (53,116,12).

  • red value is 53;
  • green value is 116;
  • blue value is 12.
RGB:
(53,116,12)
(21%,45%,5%)

RGB channels and saturation

R 53 of 255 = 21%
G 116 of 255 = 45%
B 12 of 255 = 5%

53
116
12

R + G + B ~ 24%. #35740C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 116 + 12 = 181 (100%)
R 53 of 181 ~ 29.28%
G 116 of 181 ~ 64.09%
B 12 of 181 ~ 6.63%

%29.28
%64.09

CMYK color model

#35740C color CMYK value is (54,0,90,55).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 89.66%
  • key color value is 54.51%
CMYK:
(54,0,90,55)
C54M0Y90K55 
(54%,0%,90%,55%)
(0.54/0.00/0.90/0.55)	

CMYK percentages

%54.31
%0
%89.66
%54.51

Codes

Color #35740C in popluar color models

35740C
RGB5311612
HSL96°81.25%25.10%
HSB/HSV96°89.66%45.49%
CMYK54.31%0.00%89.66%
54.51%

Color #35740C in popluar number systems.

HEX35740C
Decimal5311612
Binary11010111101001100
Octal6516414

Shades and tints

Shades of #35740C

#35740C
(53,116,12)
#316A0B
(49,106,11)
#2D600A
(45,96,10)
#295609
(41,86,9)
#254C08
(37,76,8)
#214207
(33,66,7)
#1D3806
(29,56,6)
#192E05
(25,46,5)
#152404
(21,36,4)
#111A03
(17,26,3)
#0D1002
(13,16,2)
#000000
(0,0,0)

Tints of #35740C

#35740C
(53,116,12)
#478022
(71,128,34)
#598C38
(89,140,56)
#6B984E
(107,152,78)
#7DA464
(125,164,100)
#8FB07A
(143,176,122)
#A1BC90
(161,188,144)
#B3C8A6
(179,200,166)
#C5D4BC
(197,212,188)
#D7E0D2
(215,224,210)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35740C color. Also use rgb(53,116,12) instead hex code.

Text Font Color

.myTextColor { color: #35740C; }

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

This text font color is #35740C.


Background Color

.myBgColor { background-color: #35740C; }

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

This div background color is #35740C.


Border color

.myBorderColor { border: 1px solid #35740C; }

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

This div border color is #35740C.


Opacity

.myOpacity80 { color: #35740C; opacity: 0.8; }

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

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

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

This text has shadow with #35740C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35740C on black background.


Color preview on white background

This text has color #35740C on white background.



Black color preview on #35740C background

This text has black color on #35740C background.


White color preview on #35740C background

This text has white color on #35740C background.