COLOR #35A31B

HEX: #35A31B
RGB: (53,163,27)

Color info

#35A31B contains mainly green color. Web safe color of #35A31B is #339933 (or #393).

RGB color model

#35A31B color RGB value is (53,163,27).

  • red value is 53;
  • green value is 163;
  • blue value is 27.
RGB:
(53,163,27)
(21%,64%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 163 of 255 = 64%
B 27 of 255 = 11%

53
163
27

R + G + B ~ 32%. #35A31B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 163 + 27 = 243 (100%)
R 53 of 243 ~ 21.81%
G 163 of 243 ~ 67.08%
B 27 of 243 ~ 11.11%

%21.81
%67.08
%11.11

CMYK color model

#35A31B color CMYK value is (67,0,83,36).

  • cyan value is 67.48%
  • magenta value is 0.00%
  • yellow value is 83.44%
  • key color value is 36.08%
CMYK:
(67,0,83,36)
C67M0Y83K36 
(67%,0%,83%,36%)
(0.67/0.00/0.83/0.36)	

CMYK percentages

%67.48
%0
%83.44
%36.08

Codes

Color #35A31B in popluar color models

35A31B
RGB5316327
HSL109°71.58%37.25%
HSB/HSV109°83.44%63.92%
CMYK67.48%0.00%83.44%
36.08%

Color #35A31B in popluar number systems.

HEX35A31B
Decimal5316327
Binary1101011010001111011
Octal6524333

Shades and tints

Shades of #35A31B

#35A31B
(53,163,27)
#319519
(49,149,25)
#2D8717
(45,135,23)
#297915
(41,121,21)
#256B13
(37,107,19)
#215D11
(33,93,17)
#1D4F0F
(29,79,15)
#19410D
(25,65,13)
#15330B
(21,51,11)
#112509
(17,37,9)
#0D1707
(13,23,7)
#000000
(0,0,0)

Tints of #35A31B

#35A31B
(53,163,27)
#47AB2F
(71,171,47)
#59B343
(89,179,67)
#6BBB57
(107,187,87)
#7DC36B
(125,195,107)
#8FCB7F
(143,203,127)
#A1D393
(161,211,147)
#B3DBA7
(179,219,167)
#C5E3BB
(197,227,187)
#D7EBCF
(215,235,207)
#E9F3E3
(233,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A31B color. Also use rgb(53,163,27) instead hex code.

Text Font Color

.myTextColor { color: #35A31B; }

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

This text font color is #35A31B.


Background Color

.myBgColor { background-color: #35A31B; }

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

This div background color is #35A31B.


Border color

.myBorderColor { border: 1px solid #35A31B; }

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

This div border color is #35A31B.


Opacity

.myOpacity80 { color: #35A31B; opacity: 0.8; }

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

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

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

This text has shadow with #35A31B color.

.textShadow {text-shadow: 3px 3px 1px #35A31B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A31B on black background.


Color preview on white background

This text has color #35A31B on white background.



Black color preview on #35A31B background

This text has black color on #35A31B background.


White color preview on #35A31B background

This text has white color on #35A31B background.