COLOR #235419

HEX: #235419
RGB: (35,84,25)

Color info

#235419 contains red, green and blue colors in about the same proportion. Web safe color of #235419 is #336600 (or #360).

RGB color model

#235419 color RGB value is (35,84,25).

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

RGB channels and saturation

R 35 of 255 = 14%
G 84 of 255 = 33%
B 25 of 255 = 10%

35
84
25

R + G + B ~ 19%. #235419 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 84 + 25 = 144 (100%)
R 35 of 144 ~ 24.31%
G 84 of 144 ~ 58.33%
B 25 of 144 ~ 17.36%

%24.31
%58.33
%17.36

CMYK color model

#235419 color CMYK value is (58,0,70,67).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 70.24%
  • key color value is 67.06%
CMYK:
(58,0,70,67)
C58M0Y70K67 
(58%,0%,70%,67%)
(0.58/0.00/0.70/0.67)	

CMYK percentages

%58.33
%0
%70.24
%67.06

Codes

Color #235419 in popluar color models

235419
RGB358425
HSL110°54.13%21.37%
HSB/HSV110°70.24%32.94%
CMYK58.33%0.00%70.24%
67.06%

Color #235419 in popluar number systems.

HEX235419
Decimal358425
Binary100011101010011001
Octal4312431

Shades and tints

Shades of #235419

#235419
(35,84,25)
#204D17
(32,77,23)
#1D4615
(29,70,21)
#1A3F13
(26,63,19)
#173811
(23,56,17)
#14310F
(20,49,15)
#112A0D
(17,42,13)
#0E230B
(14,35,11)
#0B1C09
(11,28,9)
#081507
(8,21,7)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #235419

#235419
(35,84,25)
#37632D
(55,99,45)
#4B7241
(75,114,65)
#5F8155
(95,129,85)
#739069
(115,144,105)
#879F7D
(135,159,125)
#9BAE91
(155,174,145)
#AFBDA5
(175,189,165)
#C3CCB9
(195,204,185)
#D7DBCD
(215,219,205)
#EBEAE1
(235,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235419; }

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

This text font color is #235419.


Background Color

.myBgColor { background-color: #235419; }

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

This div background color is #235419.


Border color

.myBorderColor { border: 1px solid #235419; }

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

This div border color is #235419.


Opacity

.myOpacity80 { color: #235419; opacity: 0.8; }

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

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

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

This text has shadow with #235419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235419 on black background.


Color preview on white background

This text has color #235419 on white background.



Black color preview on #235419 background

This text has black color on #235419 background.


White color preview on #235419 background

This text has white color on #235419 background.