COLOR #265C19

HEX: #265C19
RGB: (38,92,25)

Color info

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

RGB color model

#265C19 color RGB value is (38,92,25).

  • red value is 38;
  • green value is 92;
  • blue value is 25.
RGB:
(38,92,25)
(15%,36%,10%)

RGB channels and saturation

R 38 of 255 = 15%
G 92 of 255 = 36%
B 25 of 255 = 10%

38
92
25

R + G + B ~ 20%. #265C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 92 + 25 = 155 (100%)
R 38 of 155 ~ 24.52%
G 92 of 155 ~ 59.35%
B 25 of 155 ~ 16.13%

%24.52
%59.35
%16.13

CMYK color model

#265C19 color CMYK value is (59,0,73,64).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 72.83%
  • key color value is 63.92%
CMYK:
(59,0,73,64)
C59M0Y73K64 
(59%,0%,73%,64%)
(0.59/0.00/0.73/0.64)	

CMYK percentages

%58.7
%0
%72.83
%63.92

Codes

Color #265C19 in popluar color models

265C19
RGB389225
HSL108°57.26%22.94%
HSB/HSV108°72.83%36.08%
CMYK58.70%0.00%72.83%
63.92%

Color #265C19 in popluar number systems.

HEX265C19
Decimal389225
Binary100110101110011001
Octal4613431

Shades and tints

Shades of #265C19

#265C19
(38,92,25)
#235417
(35,84,23)
#204C15
(32,76,21)
#1D4413
(29,68,19)
#1A3C11
(26,60,17)
#17340F
(23,52,15)
#142C0D
(20,44,13)
#11240B
(17,36,11)
#0E1C09
(14,28,9)
#0B1407
(11,20,7)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #265C19

#265C19
(38,92,25)
#396A2D
(57,106,45)
#4C7841
(76,120,65)
#5F8655
(95,134,85)
#729469
(114,148,105)
#85A27D
(133,162,125)
#98B091
(152,176,145)
#ABBEA5
(171,190,165)
#BECCB9
(190,204,185)
#D1DACD
(209,218,205)
#E4E8E1
(228,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265C19 color. Also use rgb(38,92,25) instead hex code.

Text Font Color

.myTextColor { color: #265C19; }

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

This text font color is #265C19.


Background Color

.myBgColor { background-color: #265C19; }

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

This div background color is #265C19.


Border color

.myBorderColor { border: 1px solid #265C19; }

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

This div border color is #265C19.


Opacity

.myOpacity80 { color: #265C19; opacity: 0.8; }

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

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

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

This text has shadow with #265C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265C19 on black background.


Color preview on white background

This text has color #265C19 on white background.



Black color preview on #265C19 background

This text has black color on #265C19 background.


White color preview on #265C19 background

This text has white color on #265C19 background.