COLOR #235B19

HEX: #235B19
RGB: (35,91,25)

Color info

#235B19 contains mainly red and green colors. Web safe color of #235B19 is #336600 (or #360).

RGB color model

#235B19 color RGB value is (35,91,25).

  • red value is 35;
  • green value is 91;
  • blue value is 25.
RGB:
(35,91,25)
(14%,36%,10%)

RGB channels and saturation

R 35 of 255 = 14%
G 91 of 255 = 36%
B 25 of 255 = 10%

35
91
25

R + G + B ~ 20%. #235B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 91 + 25 = 151 (100%)
R 35 of 151 ~ 23.18%
G 91 of 151 ~ 60.26%
B 25 of 151 ~ 16.56%

%23.18
%60.26
%16.56

CMYK color model

#235B19 color CMYK value is (62,0,73,64).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 72.53%
  • key color value is 64.31%
CMYK:
(62,0,73,64)
C62M0Y73K64 
(62%,0%,73%,64%)
(0.62/0.00/0.73/0.64)	

CMYK percentages

%61.54
%0
%72.53
%64.31

Codes

Color #235B19 in popluar color models

235B19
RGB359125
HSL111°56.90%22.75%
HSB/HSV111°72.53%35.69%
CMYK61.54%0.00%72.53%
64.31%

Color #235B19 in popluar number systems.

HEX235B19
Decimal359125
Binary100011101101111001
Octal4313331

Shades and tints

Shades of #235B19

#235B19
(35,91,25)
#205317
(32,83,23)
#1D4B15
(29,75,21)
#1A4313
(26,67,19)
#173B11
(23,59,17)
#14330F
(20,51,15)
#112B0D
(17,43,13)
#0E230B
(14,35,11)
#0B1B09
(11,27,9)
#081307
(8,19,7)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #235B19

#235B19
(35,91,25)
#37692D
(55,105,45)
#4B7741
(75,119,65)
#5F8555
(95,133,85)
#739369
(115,147,105)
#87A17D
(135,161,125)
#9BAF91
(155,175,145)
#AFBDA5
(175,189,165)
#C3CBB9
(195,203,185)
#D7D9CD
(215,217,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235B19 color. Also use rgb(35,91,25) instead hex code.

Text Font Color

.myTextColor { color: #235B19; }

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

This text font color is #235B19.


Background Color

.myBgColor { background-color: #235B19; }

<div style="background-color:#235B19">Inner text</div>

This div background color is #235B19.


Border color

.myBorderColor { border: 1px solid #235B19; }

<div style="border:3px solid #235B19">Div</div>

This div border color is #235B19.


Opacity

.myOpacity80 { color: #235B19; opacity: 0.8; }

<p style="color:#235B19;opacity:0.8;">80%</p>

Text with #235B19 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 #235B19;}

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

This text has shadow with #235B19 color.

.textShadow {text-shadow: 3px 3px 1px #235B19, 3px 3px 1px red;}

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

This text has shadow with #235B19 primary color and red secondary color.


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

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

This text has shadow with #235B19 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235B19 on black background.


Color preview on white background

This text has color #235B19 on white background.



Black color preview on #235B19 background

This text has black color on #235B19 background.


White color preview on #235B19 background

This text has white color on #235B19 background.