COLOR #35741C

HEX: #35741C
RGB: (53,116,28)

Color info

#35741C contains mainly green color. Web safe color of #35741C is #336633 (or #363).

RGB color model

#35741C color RGB value is (53,116,28).

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

RGB channels and saturation

R 53 of 255 = 21%
G 116 of 255 = 45%
B 28 of 255 = 11%

53
116
28

R + G + B ~ 26%. #35741C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 116 + 28 = 197 (100%)
R 53 of 197 ~ 26.9%
G 116 of 197 ~ 58.88%
B 28 of 197 ~ 14.21%

%26.9
%58.88
%14.21

CMYK color model

#35741C color CMYK value is (54,0,76,55).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 54.51%
CMYK:
(54,0,76,55)
C54M0Y76K55 
(54%,0%,76%,55%)
(0.54/0.00/0.76/0.55)	

CMYK percentages

%54.31
%0
%75.86
%54.51

Codes

Color #35741C in popluar color models

35741C
RGB5311628
HSL103°61.11%28.24%
HSB/HSV103°75.86%45.49%
CMYK54.31%0.00%75.86%
54.51%

Color #35741C in popluar number systems.

HEX35741C
Decimal5311628
Binary110101111010011100
Octal6516434

Shades and tints

Shades of #35741C

#35741C
(53,116,28)
#316A1A
(49,106,26)
#2D6018
(45,96,24)
#295616
(41,86,22)
#254C14
(37,76,20)
#214212
(33,66,18)
#1D3810
(29,56,16)
#192E0E
(25,46,14)
#15240C
(21,36,12)
#111A0A
(17,26,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #35741C

#35741C
(53,116,28)
#478030
(71,128,48)
#598C44
(89,140,68)
#6B9858
(107,152,88)
#7DA46C
(125,164,108)
#8FB080
(143,176,128)
#A1BC94
(161,188,148)
#B3C8A8
(179,200,168)
#C5D4BC
(197,212,188)
#D7E0D0
(215,224,208)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35741C; }

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

This text font color is #35741C.


Background Color

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

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

This div background color is #35741C.


Border color

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

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

This div border color is #35741C.


Opacity

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

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

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

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

This text has shadow with #35741C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35741C on black background.


Color preview on white background

This text has color #35741C on white background.



Black color preview on #35741C background

This text has black color on #35741C background.


White color preview on #35741C background

This text has white color on #35741C background.