COLOR #267625

HEX: #267625
RGB: (38,118,37)

Color info

#267625 contains mainly green color. Web safe color of #267625 is #336633 (or #363).

RGB color model

#267625 color RGB value is (38,118,37).

  • red value is 38;
  • green value is 118;
  • blue value is 37.
RGB:
(38,118,37)
(15%,46%,15%)

RGB channels and saturation

R 38 of 255 = 15%
G 118 of 255 = 46%
B 37 of 255 = 15%

38
118
37

R + G + B ~ 25%. #267625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 118 + 37 = 193 (100%)
R 38 of 193 ~ 19.69%
G 118 of 193 ~ 61.14%
B 37 of 193 ~ 19.17%

%19.69
%61.14
%19.17

CMYK color model

#267625 color CMYK value is (68,0,69,54).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 68.64%
  • key color value is 53.73%
CMYK:
(68,0,69,54)
C68M0Y69K54 
(68%,0%,69%,54%)
(0.68/0.00/0.69/0.54)	

CMYK percentages

%67.8
%0
%68.64
%53.73

Codes

Color #267625 in popluar color models

267625
RGB3811837
HSL119°52.26%30.39%
HSB/HSV119°68.64%46.27%
CMYK67.80%0.00%68.64%
53.73%

Color #267625 in popluar number systems.

HEX267625
Decimal3811837
Binary1001101110110100101
Octal4616645

Shades and tints

Shades of #267625

#267625
(38,118,37)
#236C22
(35,108,34)
#20621F
(32,98,31)
#1D581C
(29,88,28)
#1A4E19
(26,78,25)
#174416
(23,68,22)
#143A13
(20,58,19)
#113010
(17,48,16)
#0E260D
(14,38,13)
#0B1C0A
(11,28,10)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #267625

#267625
(38,118,37)
#398238
(57,130,56)
#4C8E4B
(76,142,75)
#5F9A5E
(95,154,94)
#72A671
(114,166,113)
#85B284
(133,178,132)
#98BE97
(152,190,151)
#ABCAAA
(171,202,170)
#BED6BD
(190,214,189)
#D1E2D0
(209,226,208)
#E4EEE3
(228,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267625 color. Also use rgb(38,118,37) instead hex code.

Text Font Color

.myTextColor { color: #267625; }

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

This text font color is #267625.


Background Color

.myBgColor { background-color: #267625; }

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

This div background color is #267625.


Border color

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

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

This div border color is #267625.


Opacity

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

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

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

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

This text has shadow with #267625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267625 on black background.


Color preview on white background

This text has color #267625 on white background.



Black color preview on #267625 background

This text has black color on #267625 background.


White color preview on #267625 background

This text has white color on #267625 background.