COLOR #35891C

HEX: #35891C
RGB: (53,137,28)

Color info

#35891C contains mainly green color. Web safe color of #35891C is #339933 (or #393).

RGB color model

#35891C color RGB value is (53,137,28).

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

RGB channels and saturation

R 53 of 255 = 21%
G 137 of 255 = 54%
B 28 of 255 = 11%

53
137
28

R + G + B ~ 29%. #35891C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 137 + 28 = 218 (100%)
R 53 of 218 ~ 24.31%
G 137 of 218 ~ 62.84%
B 28 of 218 ~ 12.84%

%24.31
%62.84
%12.84

CMYK color model

#35891C color CMYK value is (61,0,80,46).

  • cyan value is 61.31%
  • magenta value is 0.00%
  • yellow value is 79.56%
  • key color value is 46.27%
CMYK:
(61,0,80,46)
C61M0Y80K46 
(61%,0%,80%,46%)
(0.61/0.00/0.80/0.46)	

CMYK percentages

%61.31
%0
%79.56
%46.27

Codes

Color #35891C in popluar color models

35891C
RGB5313728
HSL106°66.06%32.35%
HSB/HSV106°79.56%53.73%
CMYK61.31%0.00%79.56%
46.27%

Color #35891C in popluar number systems.

HEX35891C
Decimal5313728
Binary1101011000100111100
Octal6521134

Shades and tints

Shades of #35891C

#35891C
(53,137,28)
#317D1A
(49,125,26)
#2D7118
(45,113,24)
#296516
(41,101,22)
#255914
(37,89,20)
#214D12
(33,77,18)
#1D4110
(29,65,16)
#19350E
(25,53,14)
#15290C
(21,41,12)
#111D0A
(17,29,10)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #35891C

#35891C
(53,137,28)
#479330
(71,147,48)
#599D44
(89,157,68)
#6BA758
(107,167,88)
#7DB16C
(125,177,108)
#8FBB80
(143,187,128)
#A1C594
(161,197,148)
#B3CFA8
(179,207,168)
#C5D9BC
(197,217,188)
#D7E3D0
(215,227,208)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35891C; }

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

This text font color is #35891C.


Background Color

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

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

This div background color is #35891C.


Border color

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

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

This div border color is #35891C.


Opacity

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

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

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

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

This text has shadow with #35891C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35891C on black background.


Color preview on white background

This text has color #35891C on white background.



Black color preview on #35891C background

This text has black color on #35891C background.


White color preview on #35891C background

This text has white color on #35891C background.