COLOR #438B0B

HEX: #438B0B
RGB: (67,139,11)

Color info

#438B0B contains mainly green color. Web safe color of #438B0B is #339900 (or #390).

RGB color model

#438B0B color RGB value is (67,139,11).

  • red value is 67;
  • green value is 139;
  • blue value is 11.
RGB:
(67,139,11)
(26%,55%,4%)

RGB channels and saturation

R 67 of 255 = 26%
G 139 of 255 = 55%
B 11 of 255 = 4%

67
139
11

R + G + B ~ 28%. #438B0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 139 + 11 = 217 (100%)
R 67 of 217 ~ 30.88%
G 139 of 217 ~ 64.06%
B 11 of 217 ~ 5.07%

%30.88
%64.06

CMYK color model

#438B0B color CMYK value is (52,0,92,45).

  • cyan value is 51.80%
  • magenta value is 0.00%
  • yellow value is 92.09%
  • key color value is 45.49%
CMYK:
(52,0,92,45)
C52M0Y92K45 
(52%,0%,92%,45%)
(0.52/0.00/0.92/0.45)	

CMYK percentages

%51.8
%0
%92.09
%45.49

Codes

Color #438B0B in popluar color models

438B0B
RGB6713911
HSL94°85.33%29.41%
HSB/HSV94°92.09%54.51%
CMYK51.80%0.00%92.09%
45.49%

Color #438B0B in popluar number systems.

HEX438B0B
Decimal6713911
Binary1000011100010111011
Octal10321313

Shades and tints

Shades of #438B0B

#438B0B
(67,139,11)
#3D7F0A
(61,127,10)
#377309
(55,115,9)
#316708
(49,103,8)
#2B5B07
(43,91,7)
#254F06
(37,79,6)
#1F4305
(31,67,5)
#193704
(25,55,4)
#132B03
(19,43,3)
#0D1F02
(13,31,2)
#071301
(7,19,1)
#000000
(0,0,0)

Tints of #438B0B

#438B0B
(67,139,11)
#549521
(84,149,33)
#659F37
(101,159,55)
#76A94D
(118,169,77)
#87B363
(135,179,99)
#98BD79
(152,189,121)
#A9C78F
(169,199,143)
#BAD1A5
(186,209,165)
#CBDBBB
(203,219,187)
#DCE5D1
(220,229,209)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438B0B color. Also use rgb(67,139,11) instead hex code.

Text Font Color

.myTextColor { color: #438B0B; }

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

This text font color is #438B0B.


Background Color

.myBgColor { background-color: #438B0B; }

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

This div background color is #438B0B.


Border color

.myBorderColor { border: 1px solid #438B0B; }

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

This div border color is #438B0B.


Opacity

.myOpacity80 { color: #438B0B; opacity: 0.8; }

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

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

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

This text has shadow with #438B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438B0B on black background.


Color preview on white background

This text has color #438B0B on white background.



Black color preview on #438B0B background

This text has black color on #438B0B background.


White color preview on #438B0B background

This text has white color on #438B0B background.