COLOR #265C14

HEX: #265C14
RGB: (38,92,20)

Color info

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

RGB color model

#265C14 color RGB value is (38,92,20).

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

RGB channels and saturation

R 38 of 255 = 15%
G 92 of 255 = 36%
B 20 of 255 = 8%

38
92
20

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

Portions of RGB colors in percentages

R + G + B =
38 + 92 + 20 = 150 (100%)
R 38 of 150 ~ 25.33%
G 92 of 150 ~ 61.33%
B 20 of 150 ~ 13.33%

%25.33
%61.33
%13.33

CMYK color model

#265C14 color CMYK value is (59,0,78,64).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 63.92%
CMYK:
(59,0,78,64)
C59M0Y78K64 
(59%,0%,78%,64%)
(0.59/0.00/0.78/0.64)	

CMYK percentages

%58.7
%0
%78.26
%63.92

Codes

Color #265C14 in popluar color models

265C14
RGB389220
HSL105°64.29%21.96%
HSB/HSV105°78.26%36.08%
CMYK58.70%0.00%78.26%
63.92%

Color #265C14 in popluar number systems.

HEX265C14
Decimal389220
Binary100110101110010100
Octal4613424

Shades and tints

Shades of #265C14

#265C14
(38,92,20)
#235413
(35,84,19)
#204C12
(32,76,18)
#1D4411
(29,68,17)
#1A3C10
(26,60,16)
#17340F
(23,52,15)
#142C0E
(20,44,14)
#11240D
(17,36,13)
#0E1C0C
(14,28,12)
#0B140B
(11,20,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #265C14

#265C14
(38,92,20)
#396A29
(57,106,41)
#4C783E
(76,120,62)
#5F8653
(95,134,83)
#729468
(114,148,104)
#85A27D
(133,162,125)
#98B092
(152,176,146)
#ABBEA7
(171,190,167)
#BECCBC
(190,204,188)
#D1DAD1
(209,218,209)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265C14; }

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

This text font color is #265C14.


Background Color

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

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

This div background color is #265C14.


Border color

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

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

This div border color is #265C14.


Opacity

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

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

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

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

This text has shadow with #265C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265C14 on black background.


Color preview on white background

This text has color #265C14 on white background.



Black color preview on #265C14 background

This text has black color on #265C14 background.


White color preview on #265C14 background

This text has white color on #265C14 background.